Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-16 | getopt(3) fix that I missed in the previous sweep. | Todd C. Miller | |
1997-01-16 | From NetBSD: Warn about potentially unsafe uid/gid overrides. | Todd C. Miller | |
1997-01-16 | Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while... | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-15 | From NetBSD: make testdb() fail if database version string has length zero. | Todd C. Miller | |
Also, KNF, b* -> mem*, getopt tests against -1, not EOF, and index -> strchr. Added OpenBSD tags. | |||
1997-01-13 | correct; kleink@layla.inka.de | Theo de Raadt | |
1997-01-12 | sync and add OpenBSD IDs. | Jason Downs | |
1997-01-06 | add -r switch for onlcr translation | Michael Shalayeff | |
1997-01-03 | From NetBSD: | Todd C. Miller | |
Add a `-t' (touch) option to update time stamps. Only record size for regular files. | |||
1997-01-03 | Remove private copy of md* and fix md4 usage to match libc md4. | Todd C. Miller | |
1997-01-03 | Use correct md5 API for libc md5 routines. Pointed out by niklas. | Todd C. Miller | |
1997-01-02 | inet_addr --> inet_aton | Michael Shalayeff | |
1996-12-29 | our tar (paxtar) is now in /bin/tar not /usr/bin/tar | Thomas Graichen | |
1996-12-29 | work around the missing (gtar) -T (--files-from) option of our paxtar | Thomas Graichen | |
in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-) | |||
1996-12-25 | no compile test after last change: no need for that umask too, i guess | Michael Shalayeff | |
1996-12-25 | do not need umask for mkstemp | Theo de Raadt | |
1996-12-25 | Use <stdlib.h>, not <malloc.h> | Thorsten Lockert | |
1996-12-24 | use mkstemp | Theo de Raadt | |
1996-12-23 | pppd 2.3b3 import. some minor buf oflow fixes and so. | Michael Shalayeff | |
try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel. | |||
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Theo de Raadt | |
1996-12-22 | document that "vnd0" works | Theo de Raadt | |
1996-12-21 | $Id -> $OpenBSD | Todd C. Miller | |
1996-12-21 | failures bomb, not seize | Theo de Raadt | |
1996-12-21 | use opendev() | Theo de Raadt | |
1996-12-20 | Add back "optional" keyword that got nuked in merge of FreeBSD mods. | Todd C. Miller | |
1996-12-20 | initialize name; is this the right hack? | Theo de Raadt | |
1996-12-20 | actually explain what -u does | Theo de Raadt | |
1996-12-20 | correct defines/includes | Michael Shalayeff | |
1996-12-17 | use snprintf when storing the string from strerror(). Who knows how | Todd C. Miller | |
long it could be esp. when locales come into the picture. | |||
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert | |
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. | |||
1996-12-16 | avoid more oflows; at this stage paranoia exceeds reality by a lot since our ↵ | Theo de Raadt | |
passwd suite is fascist | |||
1996-12-15 | Use inet_aton() instead of inet_addr() | Todd C. Miller | |
1996-12-15 | FIxed an ofF-by-one error. | bitblt | |
1996-12-14 | Add Theo's changes to yppush, some very ugly debugging code is now gone. -moj | Mats O Jansson | |
1996-12-14 | perl location | Jason Downs | |
1996-12-14 | Deletes and remaining changes. | Jason Downs | |
1996-12-14 | Update to Sendmail 8.8.4, plus recent patches, plus OpenBSD support. | Jason Downs | |
Also include entire example configuration subset. Includes smrsh (using /usr/libexec/sm.bin). Of the top of my head, the only things I removed from the distribution were contrib/mail.local.linux, src/Makefiles, all the *.0 and *.ps files. Our praliases man page replaces the distributed one, ours is better. | |||
1996-12-14 | sendmail 8.9.1 | Jason Downs | |
1996-12-14 | Check to make sure first char of command is not '*' since that will | Todd C. Miller | |
alway be a syntax error. | |||
1996-12-14 | be more careful with setgroups() | Theo de Raadt | |
1996-12-12 | fix a typical use; -Wall | Theo de Raadt | |
1996-12-12 | *** empty log message *** | bitblt | |
1996-12-12 | Part 1 of tcpdump 3.3 | bitblt | |
1996-12-12 | Revert sane attach ordering for the time being | Niklas Hallqvist | |
1996-12-11 | Remove dups from cfdata via marking algorithm | Niklas Hallqvist | |
1996-12-11 | Sane attach ordering | Niklas Hallqvist | |
1996-12-11 | proto & column cleanup | Theo de Raadt | |
1996-12-10 | Xr diskless | Theo de Raadt | |
1996-12-10 | warnx, from netbsd | Theo de Raadt | |
1996-12-10 | typo fix from netbsd | Theo de Raadt | |