OpenBSD CVS

src/usr.bin/sectok/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / sectok

Current tag: OPENBSD_4_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.3   22 years  espie   Add missing libraries to bsd.prog.mk (mostly kerberosV) Use them in DPADD throug...
[TXT] cmds.c (in the Attic) [Hide]  1.21   21 years  deraadt   snprintf & strlcpy; tedu ok
[TXT] cyberflex.c (in the Attic) [Hide]  1.26   20 years  aaron   Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". Much le...
[TXT] main.c (in the Attic) [Hide]  1.9   20 years  deraadt   protos
[TXT] sc.h (in the Attic) [Hide]  1.12   21 years  deraadt   make this readable. If I broke something, someone else gets to fix it now that ...
[TXT] sectok.1 (in the Attic) [Hide]  1.12   20 years  jmc   escape punctuation; ok deraadt@