Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using bool, so we don't have to condition on TRUE and lose if | Eric S. Raymond | 1997-07-10 | 1 | -3/+3 |
* | Allow duplicate hostnames again. | Eric S. Raymond | 1997-07-05 | 1 | -8/+15 |
* | Remodularize so the parser is more self-contained. | Eric S. Raymond | 1997-07-04 | 1 | -6/+16 |
* | Some configuration cleanup. | Eric S. Raymond | 1997-07-01 | 1 | -1/+1 |
* | Andrey Chernov's flag. | Eric S. Raymond | 1997-06-25 | 1 | -1/+5 |
* | Introduced bool. | Eric S. Raymond | 1997-06-11 | 1 | -5/+5 |
* | First step towards netrc fix. | Eric S. Raymond | 1997-06-10 | 1 | -10/+0 |
* | Add `set syslog'. | Eric S. Raymond | 1997-06-04 | 1 | -1/+2 |
* | display token strings on parser errors. | Eric S. Raymond | 1997-05-28 | 1 | -3/+7 |
* | Added the interval option. | Eric S. Raymond | 1997-05-28 | 1 | -1/+4 |
* | Add multiple-folder support. | Eric S. Raymond | 1997-05-15 | 1 | -3/+8 |
* | Avoid KERBEROS_V4 redefinition. | Eric S. Raymond | 1997-05-14 | 1 | -2/+2 |
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -0/+2 |
* | Defensive programming in case lexer passes a blank string or null. | Eric S. Raymond | 1997-05-13 | 1 | -4/+6 |
* | Caseblind comparison of names, more explicitness about Kerberos. | Eric S. Raymond | 1997-05-13 | 1 | -11/+42 |
* | Improved configuration and compilation. | Eric S. Raymond | 1997-05-08 | 1 | -1/+1 |
* | Allow /dev/null as -f argument. | Eric S. Raymond | 1997-04-29 | 1 | -0/+4 |
* | Added forcecr option. | Eric S. Raymond | 1997-04-17 | 1 | -1/+5 |
* | Added -U option. | Eric S. Raymond | 1997-03-13 | 1 | -2/+2 |
* | Added -U option. | Eric S. Raymond | 1997-03-13 | 1 | -1/+3 |
* | Added `set daemon'. | Eric S. Raymond | 1997-03-13 | 1 | -1/+2 |
* | Added SMTP hunt list feature. | Eric S. Raymond | 1997-02-19 | 1 | -3/+8 |
* | Dave Bodenstab's error-message corrections. | Eric S. Raymond | 1997-02-18 | 1 | -1/+1 |
* | Lose the `received' option; we now say `no envelope'. | Eric S. Raymond | 1997-02-17 | 1 | -3/+2 |
* | Pull negation into the grammar, simplifying the lexer. | Eric S. Raymond | 1997-02-17 | 1 | -9/+17 |
* | Deprecate the old popclient syntax and produce a warning. | Eric S. Raymond | 1997-02-14 | 1 | -1/+5 |
* | Aded the `received' option. | Eric S. Raymond | 1997-02-14 | 1 | -1/+2 |
* | Trivalent options. | Eric S. Raymond | 1997-02-11 | 1 | -23/+15 |
* | This version works. | Eric S. Raymond | 1997-02-11 | 1 | -17/+15 |
* | Fix stripcr and password-stripping. | Eric S. Raymond | 1997-02-03 | 1 | -0/+1 |
* | Dave Bodenstab's fixes. | Eric S. Raymond | 1997-02-02 | 1 | -0/+2 |
* | Add stripcr option. | Eric S. Raymond | 1997-01-30 | 1 | -2/+6 |
* | Correct the interface parsing. | Eric S. Raymond | 1997-01-24 | 1 | -1/+3 |
* | Portability fix. | Eric S. Raymond | 1997-01-22 | 1 | -4/+4 |
* | Added dns/nodns. | Eric S. Raymond | 1997-01-18 | 1 | -4/+18 |
* | The batchlimit option is now per user. | Eric S. Raymond | 1997-01-14 | 1 | -2/+4 |
* | Change `interface' and `monitor' options to per-server. | Eric S. Raymond | 1997-01-14 | 1 | -2/+14 |
* | Arrange not to save user params after a statement. | Eric S. Raymond | 1997-01-14 | 1 | -0/+1 |
* | Dynamic allocation for the query structure string entries. | Eric S. Raymond | 1997-01-14 | 1 | -29/+24 |
* | Gather all server data into a restorable structure. | Eric S. Raymond | 1997-01-13 | 1 | -44/+37 |
* | Better restoration of server options. | Eric S. Raymond | 1997-01-13 | 1 | -19/+23 |
* | Added localdomains option. | Eric S. Raymond | 1997-01-09 | 1 | -3/+9 |
* | Added the preconnect feature. | Eric S. Raymond | 1997-01-08 | 1 | -1/+4 |
* | Introduced George Sipe's -I and -M options. | Eric S. Raymond | 1996-12-23 | 1 | -1/+3 |
* | Added `fetchlimit'. | Eric S. Raymond | 1996-12-18 | 1 | -1/+4 |
* | Use error() for messages almost everywhere. | Eric S. Raymond | 1996-12-17 | 1 | -2/+2 |
* | Added the `envelope' option. | Eric S. Raymond | 1996-12-09 | 1 | -1/+2 |
* | Change name of string-saver functions. | Eric S. Raymond | 1996-11-28 | 1 | -8/+8 |
* | Abolish servername mamber, go to servernames list. | Eric S. Raymond | 1996-11-28 | 1 | -14/+13 |
* | Fix skip bug. | Eric S. Raymond | 1996-11-27 | 1 | -2/+3 |