Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-17 | damn lies | Henning Brauer | |
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt | |
2003-08-16 | no return() after errx(); andrushock | Henning Brauer | |
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt | |
2003-08-15 | -S basedir, simpler to use than -s. | Marc Espie | |
Sets prefix logic better, so that it doesn't interfere with existing @cwd in packing lists. tests by naddy@ | |||
2003-08-14 | add tgz, prodded by wim | Henning Brauer | |
2003-08-12 | More unused files with bad string functions in them. Bye bye. | Hans Insulander | |
2003-08-12 | These files are unused by us and have strcat/strcpy badness in them, | Hans Insulander | |
so they'll just go away. | |||
2003-08-12 | These files are unused by us and have strcat/strcpy badness in them, | Hans Insulander | |
so they'll just go away. | |||
2003-08-12 | fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased. | Marc Espie | |
2003-08-08 | Remove a buffer which got added during the safe stringification, but left | Miod Vallat | |
unused. ok tedu@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-08-07 | use setusercontext(3) instead of initgroups/setuid/et al., making possible | Federico G. Schwindt | |
to limit resources based on the user class the binary is run under. while i'm here, use %u for gid_t and uid_t. input and ok from millert and henning. | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | Plug some memory leaks; from Patrick Latifi | Todd C. Miller | |
2003-08-06 | Fix strlcat() args; from Patrick Latifi | Todd C. Miller | |
2003-08-05 | Install AliasDB(5) | Hans Insulander | |
2003-08-05 | Minor cleanups | Hans Insulander | |
2003-08-05 | Don't say things twice. | Hans Insulander | |
2003-08-05 | Option -t (testmode) no longer exists. | Hans Insulander | |
Small cleanups while i'm here. | |||
2003-08-05 | Typo | Hans Insulander | |
2003-08-05 | cvs merge marker thingie accidentally left. oops. sorry. | Hans Insulander | |
2003-08-05 | Default to using /dev/xfs0, not /dev/nnpfs0 | Hans Insulander | |
2003-08-05 | New files, libroken cleanup, linking cleanup, and other small fixes. | Hans Insulander | |
2003-08-05 | More files to compile, small cleanups and various other changes needed | Hans Insulander | |
after arla update. | |||
2003-08-05 | No more libroken | Hans Insulander | |
2003-08-05 | Bye bye libroken and krb4 | Hans Insulander | |
2003-08-05 | Fix <des.h> include confusion. | Hans Insulander | |
2003-08-05 | TPOINTER -> YDR_TPOINTER | Hans Insulander | |
Somehow, cvs seems to have to have missed this change, probably a merge error. | |||
2003-08-05 | getprogname() -> __progname | Hans Insulander | |
2003-08-05 | Removing strcpy/strcat is nice, but don't change a _wire protocol_ | Hans Insulander | |
when fixing it. Instead, spend 30 seconds to find the real solution. Why was i not asked to approve this before it was commited? | |||
2003-08-05 | Set arla version to something sensible. (This is arla -current, not an | Hans Insulander | |
official release. We can't use a released version of arla, because they all need krb4) | |||
2003-08-05 | Regenerate | Hans Insulander | |
2003-08-05 | Merge | Hans Insulander | |
2003-08-05 | Merge | Hans Insulander | |
2003-08-05 | Merge | Hans Insulander | |
2003-08-05 | Merge | Hans Insulander | |
2003-08-05 | Merge | Hans Insulander | |
2003-08-05 | Merge | Hans Insulander | |
2003-08-05 | Import of arla -current as of Aug 5 2003 | Hans Insulander | |
ok todd@ deraadt@ | |||
2003-08-04 | ClientAliveInterval requires Protocol 2; | Jason McIntyre | |
noted by Marc Revial on misc@; ok markus@ | |||
2003-08-01 | clean up debug output some, and correct an incorrect error check in | Anil Madhavapeddy | |
priv_gethostbyaddr() | |||
2003-08-01 | Add -q flag to pkg_delete: don't check md5 before removing. | Marc Espie | |
Useful for bulk-package builders who want to clean /usr/local quickly. | |||
2003-08-01 | tickets are now u_int32_t, not int, fixes tree breakage; from Andrey Smagin | Todd C. Miller | |
2003-07-31 | delint | Theo de Raadt | |
2003-07-31 | knf | Anil Madhavapeddy | |
2003-07-31 | Privilege separated syslog daemon. The child listening to log requests drops | Anil Madhavapeddy | |
to user _syslogd and chroots itself, while the privileged parent grants it access to open logfiles and other calls it needs. The only difference from existing behaviour is that if syslog.conf changes and syslogd receives a HUP, it will re-exec itself and have two new PIDs. A HUP with an unchanged config will make syslogd reopen logfiles as before. Lots of help and code from deraadt@ , and advice from millert@ Various versions tested by todd, cloder, mpech, markus, tdeval and others | |||
2003-07-30 | indents; jfb ok | Theo de Raadt | |
2003-07-30 | Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveev | Todd C. Miller | |
2003-07-30 | basic support for ftp:// in PKG_PATH. ok pvalchev@ | Ted Unangst | |