aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor bugfixes.Eric S. Raymond2000-12-011-6/+17
| | | | svn path=/trunk/; revision=2993
* Before showdots,Eric S. Raymond2000-10-081-5/+222
| | | | svn path=/trunk/; revision=2975
* Try to beat a sign-extension bug.Eric S. Raymond2000-06-281-0/+1
| | | | svn path=/trunk/; revision=2912
* fix pclose bug.Eric S. Raymond2000-04-041-4/+3
| | | | svn path=/trunk/; revision=2853
* Suppress monitor check after signal wakeup.Eric S. Raymond2000-03-291-2/+2
| | | | svn path=/trunk/; revision=2843
* Graceful socket closing.Eric S. Raymond2000-01-311-1/+1
| | | | svn path=/trunk/; revision=2726
* Label save closes.Eric S. Raymond2000-01-311-2/+2
| | | | svn path=/trunk/; revision=2723
* Ready to send this to Mike.Eric S. Raymond1999-11-061-2/+2
| | | | svn path=/trunk/; revision=2649
* Fix a compilation screwup.Eric S. Raymond1999-08-281-2/+2
| | | | svn path=/trunk/; revision=2551
* Changes from the road.Eric S. Raymond1999-08-171-2/+2
| | | | svn path=/trunk/; revision=2540
* Better MONITOR_SLOP fix.Eric S. Raymond1999-08-011-5/+25
| | | | svn path=/trunk/; revision=2528
* Before applying Brian Boutel's lexer fix.Eric S. Raymond1999-07-311-4/+12
| | | | svn path=/trunk/; revision=2518
* Fix typo.Eric S. Raymond1999-04-251-1/+1
| | | | svn path=/trunk/; revision=2450
* Changed George's email address.Eric S. Raymond1999-02-101-1/+1
| | | | svn path=/trunk/; revision=2385
* Better portability.Eric S. Raymond1999-02-071-3/+2
| | | | svn path=/trunk/; revision=2380
* FreeBSD support.Eric S. Raymond1999-02-071-3/+168
| | | | svn path=/trunk/; revision=2376
* Simplify error reporting further.Eric S. Raymond1999-02-031-8/+17
| | | | svn path=/trunk/; revision=2374
* Use a system-independent way to get version.Eric S. Raymond1999-02-021-1/+1
| | | | svn path=/trunk/; revision=2370
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-12/+19
| | | | svn path=/trunk/; revision=2369
* Move /proc/net/dev derivation to runtime.Eric S. Raymond1999-01-311-8/+25
| | | | svn path=/trunk/; revision=2367
* Autoconfigure detection of whether we have 2.2.Eric S. Raymond1999-01-311-1/+1
| | | | svn path=/trunk/; revision=2358
* A step towards functioning with 2.2.Eric S. Raymond1999-01-301-2/+16
| | | | svn path=/trunk/; revision=2357
* This version appears ready to ship.Eric S. Raymond1999-01-301-3/+3
| | | | svn path=/trunk/; revision=2355
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-8/+8
| | | | svn path=/trunk/; revision=2328
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-5/+5
| | | | svn path=/trunk/; revision=2326
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
| | | | svn path=/trunk/; revision=2260
* Fixed Debian bug report Bug#29913Eric S. Raymond1998-11-261-1/+1
| | | | svn path=/trunk/; revision=2210
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-8/+11
| | | | svn path=/trunk/; revision=2208
* Cleanup.Eric S. Raymond1998-11-221-1/+1
| | | | svn path=/trunk/; revision=2204
* Preserve interface string through parsing.Eric S. Raymond1998-05-231-2/+14
| | | | svn path=/trunk/; revision=1808
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-2/+2
| | | | svn path=/trunk/; revision=1630
* Fix interface option.Eric S. Raymond1997-10-201-2/+12
| | | | svn path=/trunk/; revision=1523
* Compilation cleanups.Eric S. Raymond1997-09-191-0/+2
| | | | svn path=/trunk/; revision=1374
* Supply inet_aton if needed.Eric S. Raymond1997-09-111-0/+28
| | | | svn path=/trunk/; revision=1331
* Ian T. Zimmerman's `interface' option.Eric S. Raymond1997-08-041-14/+19
| | | | svn path=/trunk/; revision=1228
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-3/+3
| | | | svn path=/trunk/; revision=1207
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* George Sipe's fix.Eric S. Raymond1997-04-011-4/+17
| | | | svn path=/trunk/; revision=934
* Added `set daemon'.Eric S. Raymond1997-03-131-1/+2
| | | | svn path=/trunk/; revision=930
* glibc2 fix.Eric S. Raymond1997-02-141-1/+1
| | | | svn path=/trunk/; revision=880
* Better portability.Eric S. Raymond1997-01-281-0/+5
| | | | svn path=/trunk/; revision=837
* Correct the interface parsing.Eric S. Raymond1997-01-241-6/+3
| | | | svn path=/trunk/; revision=818
* George Sipe's monitor fixes.Eric S. Raymond1997-01-191-39/+54
| | | | svn path=/trunk/; revision=786
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-49/+37
| | | | svn path=/trunk/; revision=762
* After George Sipe's changes.Eric S. Raymond1996-12-291-4/+10
| | | | svn path=/trunk/; revision=704
* Try to avoid problems with memset.Eric S. Raymond1996-12-271-0/+1
| | | | svn path=/trunk/; revision=701
* Support interface check in foreground as well as daemon mode.Eric S. Raymond1996-12-261-2/+0
| | | | svn path=/trunk/; revision=697
* Better error reporting.Eric S. Raymond1996-12-261-1/+3
| | | | svn path=/trunk/; revision=695
* George Sipe's second patch and the compilation fix.Eric S. Raymond1996-12-241-19/+13
| | | | svn path=/trunk/; revision=688
* Initial revisionEric S. Raymond1996-12-241-0/+191
svn path=/trunk/; revision=686