summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r88492,sheldonh2001-12-263-9/+13
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import smbfs-1.4.3.sheldonh2001-12-263-9/+13
| |
* | MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001.ru2001-12-242-0/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r88345,ru2001-12-211-2/+3
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Bring in latest (cosmetic) vendor fixes to this file.ru2001-12-211-2/+3
| | |
| * | From ChangeLog:ru2001-12-211-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-11-16 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (doc-header): Handle very long document titles : better. PR: docs/10349
* | | MFV: Handle long document titles better.ru2001-12-211-0/+13
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r88282,sheldonh2001-12-2018-29/+254
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Import smbfs-1.4.2.sheldonh2001-12-2018-29/+254
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r88237,peter2001-12-201-0/+2
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Fix the 'nm' -> segfault bug (on the vendor branch). This has been fixedpeter2001-12-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same way in the cygnus base source. The problem was that bfd was writing to memory obtained from malloc(0). The next import will update this if necessary. I'm not sure of the origins of this patch. Discussed with: obrien
* | | | This commit was generated by cvs2svn to compensate for changes in r88109,obrien2001-12-1855-570/+1142
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of GCC 3.0.2's libf2cobrien2001-12-1855-570/+1142
| | | | |
* | | | | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.ru2001-12-141-6/+5
| | | | |
* | | | | Detail the smbfs-1.4.1 import.sheldonh2001-12-141-0/+6
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r87866,sheldonh2001-12-1452-0/+7041
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import smbfs-1.4.1.sheldonh2001-12-1452-0/+7041
| / / / | | | | | | | | | | | | | | | | | | | | This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
* | | | Don't assume that the number of fds to select on is known quantity (injkh2001-12-091-32/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. There are also too many versions of telnet in the tree. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
* | | | Although the previous went some way towards fixing the pam.conf / pam.ddes2001-12-071-117/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem, it still didn't DTRT for services that did not have a service- specific policy if /etc/pam.d existed but did not contain an "other" policy. This fixes the problems some people have experienced with sudo. And I almost didn't have to use goto. The current configuration sequence is: 1) Look for /etc/pam.d/foo 2) If PAM_READ_BOTH_CONFS is defined, or step 1) failed, look for foo in /etc/pam.conf 3) Look for /etc/pam.d/other (to fill in the gaps) 4) If PAM_READ_BOTH_CONFS is defined, or step 3) failed, look for other in /etc/pam.conf I believe this is the intended behaviour of the original code. The least surprising behaviour seems to be when PAM_READ_BOTH_CONFS is not defined - /etc/pam.d/foo will be preferred over /etc/pam.conf, but the latter will serve as a backup if the former does not exist. Sponsored by: DARPA, NAI Labs
* | | | Fix a bug that made PAM fail if /etc/pam.d/ existed but was empty.des2001-12-051-0/+46
| | | | | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs
* | | | Clean up namespace pollution by prepending underscores to argument names indes2001-12-056-87/+96
| | | | | | | | | | | | | | | | | | | | | | | | function prototypes (or, in a few cases, removing argument names altogether). Sponsored by: DARPA, NAI Labs
* | | | This file isn't used; it's an older version of include/security/pam_misc.h.des2001-12-051-72/+0
| | | | | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs
* | | | Fixed bugs from previous revision.ru2001-12-041-1/+2
| | | | | | | | | | | | | | | | Removed -s from SYNOPSIS and restored -S in DESCRIPTION.
* | | | Protect variables and function prototypes that are only used in the INET6jhay2001-12-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case with an ifdef INET6. This make the fixit floppy compile again. Reviewed by: markm
* | | | More help for alpha WARNS=2. This code is, erm, unusual. Anyone whomarkm2001-12-031-4/+4
| | | | | | | | | | | | | | | | feels like rewriting it will meet no objection from me.
* | | | help the alphas out with the WARNS=2 stuff.markm2001-12-032-2/+2
| | | |
* | | | Fix namespace pollution by protecting names used as arguments.markm2001-12-011-5/+7
| | | | | | | | | | | | | | | | Reported by: bde
* | | | Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-3013-281/+250
| | | | | | | | | | | | | | | | fixes that.
* | | | Very large style makeover.markm2001-11-3045-5317/+2469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) ANSIfy. 2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION) 3) WARNS=2 fixing 4) GC other unused stuff This code can now be unifdef(1)ed to make non-crypto telnet.
* | | | Due to incorrect include ordering, <dlfcn.h> did not get included, sodes2001-11-271-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to be "_" is incorrect. Submitted by: tobez (except for the bit about the incorrect comment)
* | | | It's idiotic to return PAM_PERM_DENIED when the item argument is NULL;des2001-11-271-1/+2
| | | | | | | | | | | | | | | | PAM_BUF_ERR is much closer to the truth.
* | | | o nvi failed to correctly handle EINTR returned from tcsetattr(), exitingrwatson2001-11-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of recovering, which happens in particular during a rapid series of SIGWINCH's. This change forces nvi to loop on the call in the event that the call is interrupted. Interestingly, I submitted this bug report in 1998, and a solution was posted shortly thereafter by Matthias Buelow; it's been sitting in the PR database ever since. Note: this takes this file off the vendor branch. If and when we find a vendor for this code, the fix should be given back to them. PR: bin/8438 Submitted by: Matthias Buelow <mkb@altair.mayn.de> MFC after: 1 month
* | | | Make top exit if its tty vanishes.dwmalone2001-11-041-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 30939, 30581 Submitted by: Edwin Groothuis <edwin@mavetju.org> Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru> MFC after: 2 weeks
* | | | Remove files that were not part of the bc-1.06 import.peter2001-11-047-1519/+0
| | | |
* | | | Tighten up the random seeding a little bit more. getpid() alone onlyobrien2001-11-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | affect only lower bits of seed which would resulte in the same seed for sequences of fast-started awk's resulting the same random sequence. Submitted by: ache
* | | | This commit was generated by cvs2svn to compensate for changes in r85919,obrien2001-11-021-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | I'd put down $10 says the author did a last minute tweak to awkgram.y (whichobrien2001-11-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | had an error in it), and applied it by hand to awkgram.c (getting it right) rather than really generating an new awkgram.c properly using Bison/YACC... Fix his mistake here.
* | | | | We use the stock version of this file now, but since someone foolishlyobrien2001-11-022-169/+467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | took about 15 files off the vendor branch for what turned out to be good reason a Gawk update takes an order of magnitude more effort than it should...
* | | | | We use the stock 3.1.0 file.obrien2001-11-021-444/+859
| | | | |
* | | | | We use the stock 3.1.0 file now.obrien2001-11-021-84/+120
| | | | |
* | | | | We use the stock 3.1.0 file (other than needing $FreeBSD$).obrien2001-11-021-231/+584
| | | | |
* | | | | Merge revision 1.2 (unspam l10n ranges check) into Gawk 3.1.0.obrien2001-11-021-287/+271
| | | | |
* | | | | Merge revs 1.9 (don't choke on long lines),obrien2001-11-021-222/+596
| | | | | | | | | | | | | | | | | | | | rev 1.3 (use srandom(time() ^ getpid())) into Gawk 3.1.0.
* | | | | Well spell it "gnuregex.h".obrien2001-11-021-92/+203
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r85898,obrien2001-11-02206-12113/+41490
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Update vendor branch to gawk-3.1.0.obrien2001-11-02232-14093/+46131
| | | | |
* | | | | Update to the latest vendor's file.obrien2001-11-011-1/+0
| | | | |
* | | | | Bring the binutils_2_11_cvs_20011031 version of this to the HEAD branch.obrien2001-11-012-15/+11
| | | | |
* | | | | This merges in the changes from the FSF 19-July-2001 snapshot to theobrien2001-11-011-1/+2
| | | | | | | | | | | | | | | | | | | | 2001 Halloween snapshot.
* | | | | This merges in the changes from the FSF anoncvs 19-July-2001 snapshot toobrien2001-11-012-177/+181
| | | | | | | | | | | | | | | | | | | | the 2001 Halloween snapshot.
OpenPOWER on IntegriCloud