summaryrefslogtreecommitdiff
path: root/secure/lib/libcipher
Commit message (Collapse)AuthorAgeFilesLines
* I'm now happy that this is no longer needed. Libcrypto hasMark Murray2003-06-0411-1621/+0
| | | | | | | all its functionality, and all its consumers have been converted. Notes: svn path=/head/; revision=115830
* Style sync with rest of FreeBSD.David E. O'Brien2002-11-061-6/+4
| | | | Notes: svn path=/head/; revision=106538
* Use `uint32_t' instead of `unsigned long', since the code assumes 32-bitJacques Vidrine2002-08-241-30/+29
| | | | | | | | | | | | arithmetic. Reviewed by: make test The fact that bdes(1) didn't work was Reported by: Fred Clift <fclift@verio.net> Notes: svn path=/head/; revision=102343
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm Notes: svn path=/head/; revision=90868
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov2001-08-131-1/+3
| | | | Notes: svn path=/head/; revision=81590
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+1
| | | | Notes: svn path=/head/; revision=81462
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* secure/ build fixes:Ruslan Ermilov2001-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* Fixed missing include of <unistd.h> and wrong prototype for setkey().Bruce Evans2001-02-061-1/+2
| | | | Notes: svn path=/head/; revision=72069
* Add .Lb libcipherBen Smithurst2001-01-241-1/+3
| | | | | | | | PR: 24434 Submitted by: Bill Cheswick <ches@bell-labs.com> Notes: svn path=/head/; revision=71591
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
| | | | Notes: svn path=/head/; revision=50479
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
| | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. Notes: svn path=/head/; revision=49830
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-228-8/+8
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-148-8/+8
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+2
| | | | Notes: svn path=/head/; revision=21635
* Split the libcrypt and libcipher man pages.Mark Murray1996-04-132-110/+22
| | | | Notes: svn path=/head/; revision=15225
* Install crypt.3 so that libcipher will install if /usr/share/manMike Pritchard1996-04-091-1/+2
| | | | | | | | has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly. Notes: svn path=/head/; revision=15159
* Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourMark Murray1996-03-171-2/+2
| | | | | | | libs. Notes: svn path=/head/; revision=14656
* Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-6/+6
| | | | Notes: svn path=/head/; revision=8871
* fix bogus .includeGeoff Rehmet1994-09-091-3/+4
| | | | | | | Submitted by: Geoff. Notes: svn path=/head/; revision=2601
* - Remove crypt() - it's in libcryptGeoff Rehmet1994-09-073-116/+11
| | | | | | | | | | - remove ^L's - CTM will probably choke on them - add PRECIOUSLIB to Makefile - name changes libcrypt -> libcipher Submitted by: Geoff. Notes: svn path=/head/; revision=2550
* Bring in the 1.1.x international libcrypt, whichGeoff Rehmet1994-09-0711-0/+1810
will in due course become libcipher. Based on David Burren's FreeSEC Submitted by: Geoff. Notes: svn path=/cvs2svn/branches/FBSD_1_intl/; revision=2546