aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
Commit message (Collapse)AuthorAgeFilesLines
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-1/+5
| | | | svn path=/trunk/; revision=1115
* Introduced bool.Eric S. Raymond1997-06-111-5/+5
| | | | svn path=/trunk/; revision=1084
* First step towards netrc fix.Eric S. Raymond1997-06-101-10/+0
| | | | svn path=/trunk/; revision=1078
* Add `set syslog'.Eric S. Raymond1997-06-041-1/+2
| | | | svn path=/trunk/; revision=1059
* display token strings on parser errors.Eric S. Raymond1997-05-281-3/+7
| | | | svn path=/trunk/; revision=1042
* Added the interval option.Eric S. Raymond1997-05-281-1/+4
| | | | svn path=/trunk/; revision=1040
* Add multiple-folder support.Eric S. Raymond1997-05-151-3/+8
| | | | svn path=/trunk/; revision=1012
* Avoid KERBEROS_V4 redefinition.Eric S. Raymond1997-05-141-2/+2
| | | | svn path=/trunk/; revision=1005
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-0/+2
| | | | | | | to SockRead a la read(2). This is all part of an attempt to deal with embedded NULs in IMAP messages. svn path=/trunk/; revision=992
* Defensive programming in case lexer passes a blank string or null.Eric S. Raymond1997-05-131-4/+6
| | | | svn path=/trunk/; revision=990
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-11/+42
| | | | svn path=/trunk/; revision=988
* Improved configuration and compilation.Eric S. Raymond1997-05-081-1/+1
| | | | svn path=/trunk/; revision=985
* Allow /dev/null as -f argument.Eric S. Raymond1997-04-291-0/+4
| | | | svn path=/trunk/; revision=979
* Added forcecr option.Eric S. Raymond1997-04-171-1/+5
| | | | svn path=/trunk/; revision=963
* Added -U option.Eric S. Raymond1997-03-131-2/+2
| | | | svn path=/trunk/; revision=933
* Added -U option.Eric S. Raymond1997-03-131-1/+3
| | | | svn path=/trunk/; revision=931
* Added `set daemon'.Eric S. Raymond1997-03-131-1/+2
| | | | svn path=/trunk/; revision=930
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-3/+8
| | | | svn path=/trunk/; revision=905
* Dave Bodenstab's error-message corrections.Eric S. Raymond1997-02-181-1/+1
| | | | svn path=/trunk/; revision=900
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-3/+2
| | | | svn path=/trunk/; revision=893
* Pull negation into the grammar, simplifying the lexer.Eric S. Raymond1997-02-171-9/+17
| | | | svn path=/trunk/; revision=892
* Deprecate the old popclient syntax and produce a warning.Eric S. Raymond1997-02-141-1/+5
| | | | svn path=/trunk/; revision=881
* Aded the `received' option.Eric S. Raymond1997-02-141-1/+2
| | | | svn path=/trunk/; revision=878
* Trivalent options.Eric S. Raymond1997-02-111-23/+15
| | | | svn path=/trunk/; revision=864
* This version works.Eric S. Raymond1997-02-111-17/+15
| | | | svn path=/trunk/; revision=863
* Fix stripcr and password-stripping.Eric S. Raymond1997-02-031-0/+1
| | | | svn path=/trunk/; revision=857
* Dave Bodenstab's fixes.Eric S. Raymond1997-02-021-0/+2
| | | | svn path=/trunk/; revision=855
* Add stripcr option.Eric S. Raymond1997-01-301-2/+6
| | | | svn path=/trunk/; revision=842
* Correct the interface parsing.Eric S. Raymond1997-01-241-1/+3
| | | | svn path=/trunk/; revision=818
* Portability fix.Eric S. Raymond1997-01-221-4/+4
| | | | svn path=/trunk/; revision=802
* Added dns/nodns.Eric S. Raymond1997-01-181-4/+18
| | | | svn path=/trunk/; revision=785
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-2/+4
| | | | svn path=/trunk/; revision=764
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-2/+14
| | | | svn path=/trunk/; revision=762
* Arrange not to save user params after a statement.Eric S. Raymond1997-01-141-0/+1
| | | | svn path=/trunk/; revision=758
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-29/+24
| | | | svn path=/trunk/; revision=757
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-44/+37
| | | | svn path=/trunk/; revision=754
* Better restoration of server options.Eric S. Raymond1997-01-131-19/+23
| | | | svn path=/trunk/; revision=753
* Added localdomains option.Eric S. Raymond1997-01-091-3/+9
| | | | svn path=/trunk/; revision=724
* Added the preconnect feature.Eric S. Raymond1997-01-081-1/+4
| | | | svn path=/trunk/; revision=719
* Introduced George Sipe's -I and -M options.Eric S. Raymond1996-12-231-1/+3
| | | | svn path=/trunk/; revision=673
* Added `fetchlimit'.Eric S. Raymond1996-12-181-1/+4
| | | | svn path=/trunk/; revision=657
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-2/+2
| | | | svn path=/trunk/; revision=636
* Added the `envelope' option.Eric S. Raymond1996-12-091-1/+2
| | | | svn path=/trunk/; revision=615
* Change name of string-saver functions.Eric S. Raymond1996-11-281-8/+8
| | | | svn path=/trunk/; revision=584
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-14/+13
| | | | svn path=/trunk/; revision=582
* Fix skip bug.Eric S. Raymond1996-11-271-2/+3
| | | | svn path=/trunk/; revision=578
* Added the wildcard option.Eric S. Raymond1996-11-271-6/+12
| | | | svn path=/trunk/; revision=575
* Added `logfile' keyword to rc syntax.Eric S. Raymond1996-11-271-1/+2
| | | | svn path=/trunk/; revision=571
* We can dump server aliases now.Eric S. Raymond1996-11-201-0/+1
| | | | svn path=/trunk/; revision=565