Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-07-26 | Add missing "break" in -s case and make usage() explicitly take void. | Todd C. Miller | |
From Andrey Matveev. | |||
2003-07-23 | bye bye | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-21 | gotta prune your objdir after makefile changes...; cleandir was not broken | Michael Shalayeff | |
2003-07-21 | no, you broke cleandir | Theo de Raadt | |
2003-07-21 | do not symlink .x file -- build right out of include dir and only link .h; ↵ | Michael Shalayeff | |
deraadt@ ok | |||
2003-07-21 | use __progname | Michael Shalayeff | |
2003-07-21 | protos | Theo de Raadt | |
2003-07-21 | use more defines; andrushock@korovino.net | Theo de Raadt | |
2003-07-20 | ignore backwards going entries | Michael Shalayeff | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-18 | remove the extra / in path | David Krause | |
ok deraadt@ millert@ | |||
2003-07-18 | #include "http_main.h" for the chroot functions | David Krause | |
fixes some implicit declaration warnings ok henning@ |