Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-17 | Stricter anti-spam measures; mostly from Eric's knecht.mc | Thorsten Lockert | |
1998-10-16 | Die quietly if the open fails with ENXIO | Jason Wright | |
1998-10-16 | fix path to regdef.h on pmax | Mats O Jansson | |
1998-10-14 | solve < > or - in password problem | Theo de Raadt | |
1998-10-13 | Sync with recent NetBSD changes: | Marco S Hyman | |
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks | |||
1998-10-12 | *UNTESTED* Makefile change that may work on the arc and pmax. | Bob Beck | |
*this needs to be tested by someone who has one!!* | |||
1998-10-11 | Enforce valid Message-Id to help stop spammers | Todd C. Miller | |
1998-10-11 | Apache 1.3.3 merge + proxy_segv fix | Bob Beck | |
1998-10-10 | Apache Configure script can bomb if Configuration.tmpl newer than | Bob Beck | |
Configuration. Modify makefile not to care and disable offending test in Configure. | |||
1998-10-07 | build ssleay | Theo de Raadt | |
1998-10-06 | compile ssleay here | Theo de Raadt | |
1998-10-06 | crank RLIMIT_DATA, seems to be necessary for some people | Todd C. Miller | |
1998-10-06 | fix | Theo de Raadt | |
1998-10-06 | use /usr/bin/lndir | Theo de Raadt | |
1998-10-04 | Say no to realloc leaks. | Bob Beck | |
1998-10-04 | 1.3.2 versions of conf files | Bob Beck | |
1998-10-01 | Fix template (rong file before) and fix clean target for new dirs. | Bob Beck | |
1998-10-01 | fix conflict. | Bob Beck | |
simplify a bit | |||
1998-10-01 | simplify a bit | Bob Beck | |
1998-10-01 | minor change makes building in tree much easier. | Bob Beck | |
1998-10-01 | update for 1.3.2 | Bob Beck | |
1998-10-01 | fix retarded default paths | Bob Beck | |
1998-10-01 | Config and wrapper for 1.3.2. | Bob Beck | |
1998-10-01 | 1.3.2 Makefile. | Bob Beck | |
1998-10-01 | unused files, thanks to apache souce tree transmogrification.. | Bob Beck | |
1998-10-01 | Apache 1.3.2 | Bob Beck | |
1998-09-29 | only spew 'illegal option' once if they give an unsupported optino | Todd C. Miller | |
1998-09-27 | preceeding -> preceding | Aaron Campbell | |
1998-09-26 | if malloc fails, say how much we tried to alloc | Todd C. Miller | |
1998-09-24 | The return value of setmode(3) is a pointer to malloc()'ed area and | Todd C. Miller | |
must be freed to avoid memory leaks if called repeatedly. From itohy@netbsd.org | |||
1998-09-22 | make tcpdump aware of SACK (RFC 2018), loosely based on a patch from | Niels Provos | |
hari@cs.berkeley.edu. | |||
1998-09-22 | Add support for having UIDs past 32000. Changed the option -uid to | Tobias Weingartner | |
-uid_start, and added -uid_end to specify valid ranges to adduser. Manpage updated to relfect reality, plus a couple spelling errors. | |||
1998-09-20 | add -1 option: Try once, if we fail, EXIT | Theo de Raadt | |
1998-09-18 | Order SEE ALSO correctly. | brian | |
Pointed out by: bde@FreeBSD.org Patched correctly by: wosch@FreeBSD.org | |||
1998-09-17 | alpha does not survive -O2 compiles here | Niklas Hallqvist | |
1998-09-17 | Use optarg, not argv[optind] | Niklas Hallqvist | |
1998-09-17 | dhclient-script should be in sbin | Theo de Raadt | |
1998-09-17 | move dhclient-script to /usr/bin by default; executables do not belong in /etc | Theo de Raadt | |
1998-09-17 | reset variable "log" so that it would properly detach from controlling terminal. | pattonme | |
1998-09-17 | Depolute Makefiles. | brian | |
1998-09-17 | Alphabeticalize SEE ALSO section. | brian | |
1998-09-15 | change man page to reflect new paths | Artur Grabowski | |
1998-09-15 | change some paths | Artur Grabowski | |
1998-09-15 | Correct ua_ntohs. | brian | |
1998-09-15 | build afs when AFS is "yes" | Artur Grabowski | |
1998-09-15 | make it build on alpha | Artur Grabowski | |
1998-09-15 | updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-15 | updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-15 | fix install location | Theo de Raadt | |
1998-09-14 | Initial version of Arla, a free implementation of an AFS cache-manager. | Artur Grabowski | |
(second try, hopefully into the correct repository this time) |