aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
Commit message (Expand)AuthorAgeFilesLines
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-1/+5
* improved ETRN handling.Eric S. Raymond1997-09-161-2/+2
* Avoid a warning message.Eric S. Raymond1997-09-161-3/+1
* Forestall lots of newbie questions.Eric S. Raymond1997-08-101-0/+4
* reset-server can't return an error condition, so don't pretend to catch it.Eric S. Raymond1997-08-101-24/+5
* Fix dropstatus processing.Eric S. Raymond1997-08-061-0/+2
* Fix UIDL option processing.Eric S. Raymond1997-08-061-0/+2
* Added `postconnect'.Eric S. Raymond1997-08-041-1/+4
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-3/+3
* Added the dropstatus option.Eric S. Raymond1997-07-281-1/+4
* Added the via option.Eric S. Raymond1997-07-241-1/+4
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-101-3/+3
* Allow duplicate hostnames again.Eric S. Raymond1997-07-051-8/+15
* Remodularize so the parser is more self-contained.Eric S. Raymond1997-07-041-6/+16
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-1/+5
* Introduced bool.Eric S. Raymond1997-06-111-5/+5
* First step towards netrc fix.Eric S. Raymond1997-06-101-10/+0
* Add `set syslog'.Eric S. Raymond1997-06-041-1/+2
* display token strings on parser errors.Eric S. Raymond1997-05-281-3/+7
* Added the interval option.Eric S. Raymond1997-05-281-1/+4
* Add multiple-folder support.Eric S. Raymond1997-05-151-3/+8
* Avoid KERBEROS_V4 redefinition.Eric S. Raymond1997-05-141-2/+2
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-0/+2
* Defensive programming in case lexer passes a blank string or null.Eric S. Raymond1997-05-131-4/+6
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-11/+42
* Improved configuration and compilation.Eric S. Raymond1997-05-081-1/+1
* Allow /dev/null as -f argument.Eric S. Raymond1997-04-291-0/+4
* Added forcecr option.Eric S. Raymond1997-04-171-1/+5
* Added -U option.Eric S. Raymond1997-03-131-2/+2
* Added -U option.Eric S. Raymond1997-03-131-1/+3
* Added `set daemon'.Eric S. Raymond1997-03-131-1/+2
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-3/+8
* Dave Bodenstab's error-message corrections.Eric S. Raymond1997-02-181-1/+1
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-3/+2
* Pull negation into the grammar, simplifying the lexer.Eric S. Raymond1997-02-171-9/+17
* Deprecate the old popclient syntax and produce a warning.Eric S. Raymond1997-02-141-1/+5
* Aded the `received' option.Eric S. Raymond1997-02-141-1/+2
* Trivalent options.Eric S. Raymond1997-02-111-23/+15
* This version works.Eric S. Raymond1997-02-111-17/+15
* Fix stripcr and password-stripping.Eric S. Raymond1997-02-031-0/+1
* Dave Bodenstab's fixes.Eric S. Raymond1997-02-021-0/+2
* Add stripcr option.Eric S. Raymond1997-01-301-2/+6
* Correct the interface parsing.Eric S. Raymond1997-01-241-1/+3
* Portability fix.Eric S. Raymond1997-01-221-4/+4
* Added dns/nodns.Eric S. Raymond1997-01-181-4/+18
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-2/+4
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-2/+14
* Arrange not to save user params after a statement.Eric S. Raymond1997-01-141-0/+1
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-29/+24