summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
AgeCommit message (Collapse)Author
2003-10-30rc.conf(8), not rc.conf(5)Todd C. Miller
2003-09-26- kill whitespace at EOLJason McIntyre
- uppercase .Dt's - kill blank lines
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob 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-04put 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-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
ok deraadt@
2003-08-27Build process.S using the rules in bsd.lib.mk, instead of having a specificHans 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-26Fix afsd on architectures that care about alignment. This corrects a problemBob Beck
that would manifest itself as afsd bus erroring on startup. Tested on sparc64 and again on i386, Ok hin@
2003-08-18err/warn \n cleanupHans Insulander
From Tom Cosgrove via deraadt@
2003-08-18Simple string cleanup.Hans Insulander
ok todd@
2003-08-12More unused files with bad string functions in them. Bye bye.Hans Insulander
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-06Remove 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-05Install AliasDB(5)Hans Insulander
2003-08-05Minor cleanupsHans Insulander
2003-08-05Don't say things twice.Hans Insulander
2003-08-05Option -t (testmode) no longer exists.Hans Insulander
Small cleanups while i'm here.
2003-08-05TypoHans Insulander
2003-08-05cvs merge marker thingie accidentally left. oops. sorry.Hans Insulander
2003-08-05Default to using /dev/xfs0, not /dev/nnpfs0Hans Insulander
2003-08-05New files, libroken cleanup, linking cleanup, and other small fixes.Hans Insulander
2003-08-05More files to compile, small cleanups and various other changes neededHans Insulander
after arla update.
2003-08-05No more librokenHans Insulander
2003-08-05Bye bye libroken and krb4Hans Insulander
2003-08-05Fix <des.h> include confusion.Hans Insulander
2003-08-05TPOINTER -> YDR_TPOINTERHans Insulander
Somehow, cvs seems to have to have missed this change, probably a merge error.
2003-08-05getprogname() -> __prognameHans Insulander
2003-08-05Removing 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-05Set arla version to something sensible. (This is arla -current, not anHans Insulander
official release. We can't use a released version of arla, because they all need krb4)
2003-08-05RegenerateHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05Import of arla -current as of Aug 5 2003Hans Insulander
ok todd@ deraadt@
2003-07-02bump mktemp randomness from 6 to 10 X'sAnil Madhavapeddy
2003-06-21the theTheo de Raadt
2003-05-21typos from pjanzen@Jason McIntyre
2003-05-08strcpy->strlcpyVincent Labrecque
ok deraadt
2003-05-05a couple of off-by-one string bounds in sscanfAnil Madhavapeddy
millert@ ok
2003-04-29nothing uses the stuff in rxk_info, so until the overflows are fixed, skip itTheo de Raadt
2003-04-28more string cleaning; ok beckTheo de Raadt
2003-04-28string cleaningTheo de Raadt
2003-04-24better bounds for strlcpy. from lha@stacken via janj+openbsd at wenf.org.Ted Unangst
thanks
2003-04-24fix bounds for strlcpy. pr3228 from Jan JohanssonTed Unangst
2003-04-20more afs string cleaning; pvalchev okTheo de Raadt
2003-04-06strcpy/strcat/sprintf cleanups; ok krw deraadtPeter Valchev
2003-02-17typos;Jason McIntyre