aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 7.27-1r7-27Bill Nottingham2003-07-082-9/+35
|
* check that we're the current foreground console before runningBill Nottingham2003-07-083-7/+9
| | | | unicode_start
* add a test to consoletype to test that we're the current foregroundBill Nottingham2003-07-082-21/+42
| | | | console
* updated the translation and headerSarah Wang2003-07-081-6/+7
|
* *** empty log message ***Richard Allen2003-07-071-316/+316
|
* always add info to /etc/racoon/racoon.confr7-26Bill Nottingham2003-07-031-6/+9
|
* 7.26-1Bill Nottingham2003-07-032-1/+138
|
* make setkey be quietBill Nottingham2003-07-031-4/+4
|
* remove -xBill Nottingham2003-07-031-1/+1
|
* add quick description of bonding device configBill Nottingham2003-07-031-18/+25
|
* ipsec bits. sucked straight from ifup-ipsecBill Nottingham2003-07-031-0/+30
|
* mention that type is requiredBill Nottingham2003-07-031-0/+1
|
* - nuke RSA support, since we're not doing it right nowBill Nottingham2003-07-031-19/+8
| | | | | - switch md5 -> sha1 - clarify some docs
* fix quoting of peer certfileBill Nottingham2003-07-031-1/+1
|
* set $KEYINGBill Nottingham2003-07-031-0/+33
| | | | do something with racoon on bringing the interface down
* that ';' is important. damned if i know why, i think the parser is buggy.Bill Nottingham2003-07-021-2/+3
| | | | fix quoting of include files.
* first batch of automatic keying fixes. notably, I can't type.Bill Nottingham2003-07-021-18/+23
|
* add ifdown-ipsecBill Nottingham2003-07-021-0/+29
|
* some fixes. i love shell quotingBill Nottingham2003-07-021-20/+28
|
* map ipsec devices to ifup-ipsecBill Nottingham2003-07-021-0/+3
|
* name SPIs something other than 1234Bill Nottingham2003-07-021-9/+9
|
* automatic keying support. not yet tested, either.Bill Nottingham2003-07-021-8/+144
|
* allow different in/out encryption protocols, tooBill Nottingham2003-07-011-8/+8
|
* allow using only AH or ESP, don't require bothBill Nottingham2003-07-011-16/+37
| | | | allow incoming/outgoing keys to be different
* handle new format in old file namesBill Nottingham2003-07-011-20/+27
|
* well, fix parsingBill Nottingham2003-07-011-1/+1
|
* initial stuff. may not work. may not even parse.Bill Nottingham2003-07-011-0/+112
|
* read $CONFIG.keys too... you can put non-world-readable keys here.Bill Nottingham2003-06-301-0/+2
|
* allow default window size for routes to be set with WINDOW=... (#98112)Bill Nottingham2003-06-274-8/+11
|
* support setting device options with ethtool optsBill Nottingham2003-06-272-0/+15
|
* checking HOSTTYPE works better if it's actually set somewhere (#98078)Bill Nottingham2003-06-261-0/+1
|
* what's an escon?Bill Nottingham2003-06-261-0/+3
|
* UpdatedAudrey Simons2003-06-241-228/+228
|
* more tweaksBill Nottingham2003-06-243-6/+27
| | | | | | | - encapsulate grabing the hw addr into its own function - normalize case of all hwaddrs - if we are passed a device with no config, see if there's a config for that hwaddr
* get rid of an extraneous error messageBill Nottingham2003-06-241-1/+1
|
* support randomly named network devices, part 1Bill Nottingham2003-06-245-22/+37
| | | | | | | - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases
* make it buildr7-25Bill Nottingham2003-06-231-1/+0
|
* that tooBill Nottingham2003-06-231-0/+2
|
* 7.25-1Bill Nottingham2003-06-232-1/+68
|
* revertBill Nottingham2003-06-231-6/+0
|
* fix DNS punching in the case of other rules for the DNS server (#97686, ↵Bill Nottingham2003-06-191-1/+1
| | | | <martin@zepler.org>)
* add vi.poNguyen Thai Ngoc Duy2003-06-181-0/+3822
|
* consistency fixesPedro Morais2003-06-181-5/+5
|
* software translation updateBernd Groh2003-06-181-5/+6
|
* fix bad syntaxBill Nottingham2003-06-161-3/+3
|
* fix leaked fd, potential usernetctl badness, and initlog/process bogons ↵Bill Nottingham2003-06-134-7/+21
| | | | (<linux_4ever@yahoo.com>)
* fix grep (#97188)Bill Nottingham2003-06-111-1/+1
|
* change order for .unconfigured (#92346, <pmatilai@welho.com>)Bill Nottingham2003-06-051-3/+3
|
* beep? erhm, no. (#92019)Bill Nottingham2003-06-022-12/+0
|
* - make usernetctl use the nickname instead of the device nameBill Nottingham2003-05-286-50/+49
| | | | | | | - don't look in /etc/sysconfig/networking - fix calling of nameif before the device was loaded - clean up route handling (<harald@redhat.com>)