Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-29 | make sure that va_start() has matching va_end() | Mike Pechkin | |
millert@ help&ok | |||
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-07-25 | do not use vfork() unsafely | Theo de Raadt | |
2001-07-23 | kill errant newline in comment section | Todd C. Miller | |
2001-05-15 | Add missing memset() from one of the select() fixes. Also free existing | Todd C. Miller | |
readfds if malloc/realloc fails. | |||
2001-05-07 | remove waitpid-related XXX's -- this is OK | Todd C. Miller | |
2001-05-07 | Avoid excessive malloc/free for select in readdata() | Todd C. Miller | |
2001-05-07 | Use a smaller buffer in fmttime() since the date string is of a | Todd C. Miller | |
known fixed size. | |||
2001-05-07 | Fix select(2) usage. | Todd C. Miller | |
2001-05-05 | Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8 | Todd C. Miller | |
Fix some -Wall found on Solaris Fix some uid_t/gid_t stuff I missed before | |||
2001-05-05 | Solaris has strerror() | Todd C. Miller | |
Remove unneeded #include <util.h> and -lutil | |||
2001-05-04 | o kill register | Todd C. Miller | |
o lots of KNF o passes -Wall o fix some [ug]id_t vs. int issues o use strlcpy/strlcat in favor of strncpy/strncat o use mem* routines everywhere instead of old b* ones o marked several questionable things for later fixing o kill ci.c and cvt.c -- we don't use them o kill read_line.c since it requires fgetln() (bad for portability) o kill salloc.c since it is the same as strup() o Replaced some #ifdef __OpenBSD__ with better tests o remaining problems: malloc return values are rarely checked, select misuse | |||
2001-05-02 | Sync with NetBSD. Notable changes: | Todd C. Miller | |
o Add libwrap support to supfilesrv, conditioned by #ifdef LIBWRAP (on by default). <bouyer@netbsd.org> o Renamed '-l' (the 'live' mode) to '-d' and '-l' is now used to enable logging of successfull connections. <bouyer@netbsd.org> o Don't botch varargs: the are not always an array of void * in the stack... Write a separate function to convert a list of function parameters to explain why execv failed. <christos@netbsd.org> o When in compress mode, don't overwrite the destination file directly, write a temp file and use rename when it is done. (From James Mathiesen <james@deshaw.com>) o Rename errno variable to error to avoid collision with errno.h and remove explicit extern of errno (we get it from errno.h) <mycroft@netbsd.org> o Cleanup unsigned char vs. char o Add -u flag, that prevents sup from attempting to restore a and m times on the received files. o Replace the provided read_line function with calls to the fparseln function in libutil. Maintain compatibility on machines without fparseln through the NEED_READ_LINE define. o Rename login() to suplogin() to avoid name collition in util.h o If rmdir() fails, chmod the path to have r/w/x perms and run "rm -rf" o avoid last.temp filename collision by using rel-suffix o When creating directories, make sure you remove previous non-directories before doing so, otherwise sup fails. o Add -q flag to supscan for quiet operation. | |||
2001-04-29 | Zero a buffer prior to passing it to readlink() as readlink() | Todd C. Miller | |
does not append a NUL itself. | |||
2001-04-29 | speling | Todd C. Miller | |
2001-04-29 | labels should precede actual code, not braces; from NetBSD | Todd C. Miller | |
2001-04-29 | Add a bunch of old revision history comments that we are missing to | Todd C. Miller | |
make diffing easier. No code changes... | |||
2001-04-29 | include string.h not strings.h | Todd C. Miller | |
2001-04-29 | Use S_ISXXX macros where possible instead of doing this by hand | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | Add comment chars to (or just remove) bare words after #endif/#else for ANSI. | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | If errmsg() is passed a negative argument return strerror(errno) | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-20 | typo | Marc Espie | |
2001-03-09 | exit(-#) is wrong | Theo de Raadt | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-06-29 | use %s with syslog | Todd C. Miller | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-01-21 | Deal with getcwd() returning NULL. This code is not currently | Todd C. Miller | |
compiled but dixing it now means that it won't get flagged again in a future audit. Noted by Oleg Safiullin <form@vell.nsc.ru> | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-01-09 | behave reasonably if malloc fails | Todd C. Miller | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1997-11-17 | match nfs3 and regular nfs; christos | Theo de Raadt | |
1997-10-12 | ftruncate the lock file for supfilesrv -O before writing pid into it. | Bob Beck | |
1997-10-12 | Documentation for -O switch on supfilesrv. | Bob Beck | |
1997-10-11 | -Ooops. Didn't get this in last time. | Bob Beck | |
1997-10-11 | -Kludges for SunOS 5 portablility, | Bob Beck | |
-Added -O option to supfilesrv. -O lockdir make serving process lock file in lockdir for each connecting ip address. Will refuse a second connection from a host it's already serving a request for. | |||
1997-09-16 | Possible buf oflow, from Theo. | Todd C. Miller | |
1997-09-16 | one more strcpy after this | Theo de Raadt | |
1997-09-16 | strcpy whacking; ci.c and expand.c need more work | Theo de Raadt | |
1997-09-16 | snprintf this thing | Theo de Raadt | |