Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-30 | rc.conf(8), not rc.conf(5) | Todd C. Miller | |
2003-09-26 | - kill whitespace at EOL | Jason McIntyre | |
- uppercase .Dt's - kill blank lines | |||
2003-09-08 | fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.h | Bob Beck | |
file from the kernel - this makes the kerberosV/kafs.h file include that, as well as the kafs.h used in afs (hiding in the afs sources). this needs more drastic gutting post release, but at least this now all uses the same ioctl's. | |||
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre | |
ok deraadt@ | |||
2003-08-27 | Build process.S using the rules in bsd.lib.mk, instead of having a specific | Hans Insulander | |
target for building it. This makes the build work for people who build with DEBUGLIBS=Yes. Tested by brad and jolan. ok brad@ jolan@ | |||
2003-08-26 | Fix afsd on architectures that care about alignment. This corrects a problem | Bob Beck | |
that would manifest itself as afsd bus erroring on startup. Tested on sparc64 and again on i386, Ok hin@ | |||
2003-08-18 | err/warn \n cleanup | Hans Insulander | |
From Tom Cosgrove via deraadt@ | |||
2003-08-18 | Simple string cleanup. | Hans Insulander | |
ok todd@ | |||
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-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-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-07-02 | bump mktemp randomness from 6 to 10 X's | Anil Madhavapeddy | |
2003-06-21 | the the | Theo de Raadt | |
2003-05-21 | typos from pjanzen@ | Jason McIntyre | |
2003-05-08 | strcpy->strlcpy | Vincent Labrecque | |
ok deraadt | |||
2003-05-05 | a couple of off-by-one string bounds in sscanf | Anil Madhavapeddy | |
millert@ ok | |||
2003-04-29 | nothing uses the stuff in rxk_info, so until the overflows are fixed, skip it | Theo de Raadt | |
2003-04-28 | more string cleaning; ok beck | Theo de Raadt | |
2003-04-28 | string cleaning | Theo de Raadt | |
2003-04-24 | better bounds for strlcpy. from lha@stacken via janj+openbsd at wenf.org. | Ted Unangst | |
thanks | |||
2003-04-24 | fix bounds for strlcpy. pr3228 from Jan Johansson | Ted Unangst | |
2003-04-20 | more afs string cleaning; pvalchev ok | Theo de Raadt | |
2003-04-06 | strcpy/strcat/sprintf cleanups; ok krw deraadt | Peter Valchev | |
2003-02-17 | typos; | Jason McIntyre | |