summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* -kthread has been dead these many years. This PR has languished for aimp2003-02-011-5/+0
| | | | | | | | long time. Go ahead and commit the patch since a co-worker has been working up a code patch in this area and wondered why it hasn't been committed yet. PR: 35800
* Background:nectar2003-01-292-14/+2
| | | | | | | | | | | | | | | | | | | | | When libdes was replaced with OpenSSL's libcrypto, there were a few interfaces that the former implemented but the latter did not. Because some software in the base system still depended upon these interfaces, we simply included them in our libcrypto (rnd_keys.c). Now, finally get around to removing the dependencies on these interfaces. There were basically two cases: des_new_random_key -- This is just a wrapper for des_random_key, and these calls were replaced. des_init_random_number_generator et. al. -- A few functions were used by the application to seed libdes's PRNG. These are not necessary when using libcrypto, as OpenSSL internally seeds the PRNG from /dev/random. These calls were simply removed. Again, some of the Kerberos 4 files have been taken off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* main() changed its argv declaration, so follow suit in some FBSD added code.obrien2003-01-291-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r109983,dougb2003-01-2815-24/+38
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of ISC BIND version 8.3.4dougb2003-01-2815-24/+38
| |
* | Merge Multi-DLT support.fenner2003-01-262-9/+147
| |
* | Merge multi-DLT support.fenner2003-01-264-0/+41
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r109839,fenner2003-01-264-2/+73
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-263-10/+148
| | | |
| * | | Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-267-1/+113
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r109756,des2003-01-231-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | #include <stddef.h> rather than <sys/types.h> (perforce change 24116)des2003-01-231-2/+2
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r109686,des2003-01-221-1/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | #include <sys/types.h> (perforce change 24073)des2003-01-221-1/+3
| | | | |
* | | | | When computing a new seed for an existing user, opienewseed() woulddes2003-01-221-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorrectly compute the length of the numeric portion of the previous seed, causing the new seed to be one character shorter than the old one. This patch has been submitted to the vendor; I'm committing it right away since the file is already off the vendor branch. MFC after: 3 days
* | | | | Turn off Checkin-prog and Update-prog.peter2003-01-211-2/+2
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r109661,peter2003-01-211-79/+0
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | Merge cvs-1.11.2.1-20021201 -> 1.11.5 changes onto mainlinepeter2003-01-2110-102/+91
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r109658,peter2003-01-211-37/+0
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | This commit was generated by cvs2svn to compensate for changes in r109655,peter2003-01-2135-87/+435
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import cvs-1.11.5 onto vendor branchpeter2003-01-2145-189/+526
| | | | | |
* | | | | | add more RFC defined telnet optionsbillf2003-01-181-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: ps
* | | | | | We now include the dhcpctl subdirectory.murray2003-01-161-1/+0
| | | | | |
* | | | | | Update for the isc_dhcp_3_0_1_rc11 import.obrien2003-01-161-6/+6
| | | | | |
* | | | | | Use the stock version of this file -- all our needs have been taken care of.obrien2003-01-161-3/+2
| | | | | |
* | | | | | Make the "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| | | | | |
* | | | | | Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r109365,murray2003-01-169-0/+3116
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import ISC DHCP 3.0.1 RC11 omshell interface.murray2003-01-169-0/+3116
| | | | | | |
* | | | | | | Merge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) intoobrien2003-01-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | isc_dhcp_3_0_1_rc11.
* | | | | | | Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| | | | | | |
* | | | | | | Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy)obrien2003-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | into isc_dhcp_3_0_1_rc11.
* | | | | | | Merge our spelling changes into isc_dhcp_3_0_1_rc11.obrien2003-01-161-3/+4
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r109357,obrien2003-01-1640-106/+169
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import isc-dhcpd-3.0.1rc11.obrien2003-01-1647-119/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a security vulnerability in the bundled resolver library. Requested by: scottl(re)
* | | | | | | Resolve conflicts.murray2003-01-155-9/+18
| | | | | | |
* | | | | | | Resolve conflicts.murray2003-01-151-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (import approved by: re)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r109298,murray2003-01-1520-36/+84
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import ISC DHCP 3.0.1 RC10 client.murray2003-01-1527-65/+135
| | | | | | |
* | | | | | | Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removal of unnecessary casts and throw in some minor cleanups to see if anyone complains, just for the hell of it.
* | | | | | | Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pointer types, and remove a huge number of casts from code using it. Change struct xfile xf_data to xun_data (ABI is still compatible). If we need to add a #define for f_data and xf_data we can, but I don't think it will be necessary. There are no operational changes in this commit.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r108968,peter2003-01-081-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Add in a patch from tcpdump-current (that will be included in the nextpeter2003-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import) to stop a segfault on ia64. Add a #include to get missing prototypes, particularly malloc(). Approved by: fenner
* | | | | | | Add #include <stdlib.h> so that "s->strings = realloc(...)" doesn't segfaultpeter2003-01-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | on ia64. (This file isn't vendor branched)
* | | | | | | Add a declaration that malloc() returns a pointer, not an int. Otherwisepeter2003-01-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this segfaults on ia64. (Cannot cast an int to a pointer). The rest of the code does it this way rather than use system includes....
* | | | | | | Add #include "diff.h" in order to get the prototype for xmalloc().peter2003-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The corresponding warning has been ignored for ages: prepend_args.c:75: warning: initialization makes pointer from integer without a cast This is fatal on ia64. You cannot convert an implicit int return from an undeclared function to a pointer as you've lost the upper 32 bits. On ia64, the warning is "pointer from different sized integer". (This file is not vendor branched)
* | | | | | | Add support for OPIE and PAM.obrien2003-01-071-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: mikeh (reworked by me)
* | | | | | | Add an entry for libugidfw.chris2003-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: DARPA, Network Associates Laboratories
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r108794,des2003-01-0648-58/+112
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Vendor import of OpenPAM Daffodil.des2003-01-0648-58/+112
| | | | | | |
OpenPOWER on IntegriCloud