summaryrefslogtreecommitdiff
path: root/secure/lib/libcipher
AgeCommit message (Collapse)Author
2003-06-04I'm now happy that this is no longer needed. Libcrypto hasMark Murray
all its functionality, and all its consumers have been converted. Notes: svn path=/head/; revision=115830
2002-11-06Style sync with rest of FreeBSD.David E. O'Brien
Notes: svn path=/head/; revision=106538
2002-08-24Use `uint32_t' instead of `unsigned long', since the code assumes 32-bitJacques Vidrine
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
2002-02-18o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft
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
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
Notes: svn path=/head/; revision=84306
2001-08-13mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov
Notes: svn path=/head/; revision=81590
2001-08-10mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov
Notes: svn path=/head/; revision=81462
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
Notes: svn path=/head/; revision=79530
2001-03-26secure/ build fixes:Ruslan Ermilov
- 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
2001-02-06Fixed missing include of <unistd.h> and wrong prototype for setkey().Bruce Evans
Notes: svn path=/head/; revision=72069
2001-01-24Add .Lb libcipherBen Smithurst
PR: 24434 Submitted by: Bill Cheswick <ches@bell-labs.com> Notes: svn path=/head/; revision=71591
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50479
1999-08-15Various man page cleanup:Mike Pritchard
- Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. Notes: svn path=/head/; revision=49830
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
Notes: svn path=/head/; revision=22990
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
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
1997-01-13Sort cross references.Wolfram Schneider
Notes: svn path=/head/; revision=21635
1996-04-13Split the libcrypt and libcipher man pages.Mark Murray
Notes: svn path=/head/; revision=15225
1996-04-09Install crypt.3 so that libcipher will install if /usr/share/manMike Pritchard
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
1996-03-17Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourMark Murray
libs. Notes: svn path=/head/; revision=14656
1996-02-12Another round of man page cleanups.Mike Pritchard
Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
1995-05-30Remove trailing whitespace.Rodney W. Grimes
Notes: svn path=/head/; revision=8871
1994-09-09fix bogus .includeGeoff Rehmet
Submitted by: Geoff. Notes: svn path=/head/; revision=2601
1994-09-07- Remove crypt() - it's in libcryptGeoff Rehmet
- 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
1994-09-07Bring in the 1.1.x international libcrypt, whichGeoff Rehmet
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