summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcipher
Commit message (Collapse)AuthorAgeFilesLines
* I'm now happy that this is no longer needed. Libcrypto hasmarkm2003-06-0411-1621/+0
| | | | all its functionality, and all its consumers have been converted.
* Style sync with rest of FreeBSD.obrien2002-11-061-6/+4
|
* Use `uint32_t' instead of `unsigned long', since the code assumes 32-bitnectar2002-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>
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-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
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-131-1/+3
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* secure/ build fixes:ru2001-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.
* Fixed missing include of <unistd.h> and wrong prototype for setkey().bde2001-02-061-1/+2
|
* Add .Lb libcipherben2001-01-241-1/+3
| | | | | PR: 24434 Submitted by: Bill Cheswick <ches@bell-labs.com>
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
|
* Various man page cleanup:mpp1999-08-151-3/+3
| | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup.
* Revert $FreeBSD$ to $Id$peter1997-02-228-8/+8
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Sort cross references.wosch1997-01-131-2/+2
|
* Split the libcrypt and libcipher man pages.markm1996-04-132-110/+22
|
* Install crypt.3 so that libcipher will install if /usr/share/manmpp1996-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.
* Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourmarkm1996-03-171-2/+2
| | | | libs.
* Another round of man page cleanups.mpp1996-02-121-3/+3
| | | | Down to only about 100 items left to cleanup! :-)
* Remove trailing whitespace.rgrimes1995-05-302-6/+6
|
* fix bogus .includecsgr1994-09-091-3/+4
| | | | Submitted by: Geoff.
* - Remove crypt() - it's in libcryptcsgr1994-09-073-116/+11
| | | | | | | - remove ^L's - CTM will probably choke on them - add PRECIOUSLIB to Makefile - name changes libcrypt -> libcipher Submitted by: Geoff.
* Bring in the 1.1.x international libcrypt, whichcsgr1994-09-0711-0/+1810
will in due course become libcipher. Based on David Burren's FreeSEC Submitted by: Geoff.
OpenPOWER on IntegriCloud