summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Correct markup.Dima Dorfman2002-04-141-1/+2
| | | | Notes: svn path=/head/; revision=94632
* Install digittoint.3 (forgotten in rev 1.21)Dag-Erling Smørgrav2002-04-131-1/+1
| | | | | | | | PR: docs/26451 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=94616
* libstand needs _setjmp/_longjmp for FICL.David E. O'Brien2002-04-131-0/+100
| | | | | | | Submitted by: jake Notes: svn path=/head/; revision=94614
* Style nit and modernize SCM ID.David E. O'Brien2002-04-131-8/+2
| | | | Notes: svn path=/head/; revision=94613
* Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.Jeroen Ruigrok van der Werven2002-04-131-4/+12
| | | | | | | | | | | | Reflect that fact in the manual page. PR: 12723 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Approved by: bde MFC after: 2 weeks Notes: svn path=/head/; revision=94586
* Add support for FreeBSD-specific "master" update.Dag-Erling Smørgrav2002-04-132-5/+144
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94577
* Header file for libypclnt.Dag-Erling Smørgrav2002-04-131-0/+61
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94576
* NIS client toolbox. This centralizes code which is duplicated all overDag-Erling Smørgrav2002-04-137-0/+497
| | | | | | | | | our tree. Sponsored by: DARPA, NAI Labs. Notes: svn path=/head/; revision=94575
* Change || into && (braino in previous commit). Also append \n to theDag-Erling Smørgrav2002-04-131-2/+2
| | | | | | | error message. Notes: svn path=/head/; revision=94574
* This was recently MFC'd, so it will appear in 4.6.Dima Dorfman2002-04-131-1/+1
| | | | | | | PR: 37018 Notes: svn path=/head/; revision=94571
* Implement _Unwind_FindTableEntry(). This function is part of GCCMarcel Moolenaar2002-04-132-0/+130
| | | | | | | | for some configurations, but not for FreeBSD (yet?). Have one in libc in the mean time. Notes: svn path=/head/; revision=94569
* Major cleanup:Dag-Erling Smørgrav2002-04-1222-1415/+499
| | | | | | | | | | | | | | | | - add __unused where appropriate - PAM_RETURN -> return since OpenPAM already logs the return value. - make PAM_LOG use openpam_log() - make PAM_VERBOSE_ERROR use openpam_get_option() and check flags for PAM_SILENT - remove dummy functions since OpenPAM handles missing service functions - fix various warnings Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94564
* Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.Dag-Erling Smørgrav2002-04-124-0/+196
| | | | | | | | Submitted by: Danny Braniss <danny@cs.huji.ac.il> Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94551
* Rename the even_root option to allow_root.Dag-Erling Smørgrav2002-04-122-7/+6
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94550
* Reimplement the hack to put pam_static.o into .depend with some magic.Ruslan Ermilov2002-04-111-7/+3
| | | | Notes: svn path=/head/; revision=94428
* scanf.3 has an obsolete ``this release''.Tom Rhodes2002-04-101-7/+0
| | | | | | | | PR: 35610 MFC after: 2 days Notes: svn path=/head/; revision=94384
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-1020-27/+9
| | | | | | | Approved by: des Notes: svn path=/head/; revision=94372
* Fixed broken "make depend; make clean; make all" sequence.Ruslan Ermilov2002-04-101-1/+1
| | | | | | | | | | | I've looked for this example for a long time, to demonstrate some people why it's a really BAD idea to use ${.OBJDIR} instead of ".". I hope these people are reading this. :-) Approved by: des Notes: svn path=/head/; revision=94371
* Fix broken `checkdpadd'.Ruslan Ermilov2002-04-101-1/+1
| | | | | | | | | | | -lroken is an installable library, there's no need to give an explicit path to it. In any case, -L paths should be specified in LDFLAGS if needed. Approved by: des Notes: svn path=/head/; revision=94370
* Don't override standard _EXTRADEPEND actions, add to them.Ruslan Ermilov2002-04-101-5/+5
| | | | | | | | Fix CLEANFILES. Collapse openpam_static_modules.o generation. Notes: svn path=/head/; revision=94369
* Don't build manuals at inappropriate time.Ruslan Ermilov2002-04-101-13/+5
| | | | | | | Collapse generation of md[245].3 manpages. Notes: svn path=/head/; revision=94367
* crypt(3) incorrectly documents md5 salt, fixed.Tom Rhodes2002-04-091-1/+1
| | | | | | | | | PR: 36782 No objections from: ru MFC after: 3 days Notes: svn path=/head/; revision=94318
* Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.David E. O'Brien2002-04-091-2/+2
| | | | | | | | | | I don't like putting this very-GCC centric option here; but no one as given a better idea of handling it. Reviewed by: jhb Notes: svn path=/head/; revision=94310
* -ltermcap is spelled -lncurses nowadays.Ruslan Ermilov2002-04-091-2/+2
| | | | Notes: svn path=/head/; revision=94278
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov2002-04-092-4/+0
| | | | Notes: svn path=/head/; revision=94276
* Return correct number of total bits set in all fd_set's.Jeroen Ruigrok van der Werven2002-04-093-27/+54
| | | | | | | | | | | | | | Change case of POLLNVAL as an error. Remove POLLHUP and POLLERR from one case, their place is most likely amongst read events. PR: 33723 Submitted by: Alexander Litvin <archer@whichever.org> Reviewed by: deischen [Provided a small change to the PR patch as well] MFC after: 4 weeks Notes: svn path=/head/; revision=94265
* Break the sparc64 build. I expect those that complained about this commitDavid E. O'Brien2002-04-091-2/+0
| | | | | | | to fix the sparc64 case to their liking. Notes: svn path=/head/; revision=94264
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,Jake Burkholder2002-04-091-1/+1
| | | | | | | | | | | | | | and add some compatibility defines. Add fields for ins and locals to struct reg also for the same reason; these aren't filled in yet because getting at those registers sucks and I'd rather not save them in the trapframe just for this. Reorder struct reg to be ABI compatible as well. Add needed include of machine/emul.h. This gets pmdb (poor man's debugger) from OpenBSD mostly compiling but it doesn't work yet :( Notes: svn path=/head/; revision=94254
* sparc64 grew _setjmp/_longjmp.David E. O'Brien2002-04-081-2/+0
| | | | Notes: svn path=/head/; revision=94236
* Use -ffreestanding.David E. O'Brien2002-04-081-3/+1
| | | | Notes: svn path=/head/; revision=94235
* For now we are using our old crt{begin,end}.David E. O'Brien2002-04-081-3/+3
| | | | Notes: svn path=/head/; revision=94230
* Remove debugging code that was inadvertantly brought in by previous commit.Dag-Erling Smørgrav2002-04-081-1/+0
| | | | Notes: svn path=/head/; revision=94217
* Use OpenPAM's credential switching functions.Dag-Erling Smørgrav2002-04-081-10/+9
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94216
* Add new files and man pages from OpenPAM Cinchona.Dag-Erling Smørgrav2002-04-081-0/+6
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94212
* Remove commented-out WARNS thingy.Dag-Erling Smørgrav2002-04-081-1/+0
| | | | Notes: svn path=/head/; revision=94211
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-3/+3
| | | | Notes: svn path=/head/; revision=94203
* Const poisoning.Ruslan Ermilov2002-04-086-28/+26
| | | | Notes: svn path=/head/; revision=94202
* Catch up with const'ification of <sys/disklabel.h> and quelch warnings.Poul-Henning Kamp2002-04-081-18/+13
| | | | Notes: svn path=/head/; revision=94181
* Fix style of ether_ntoa().Ruslan Ermilov2002-04-081-3/+3
| | | | Notes: svn path=/head/; revision=94174
* Reorganize pam_sm_authenticate() to reduce code duplication.Dag-Erling Smørgrav2002-04-071-59/+22
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94153
* Fix bug in previous commit that passed the wrong default value toDag-Erling Smørgrav2002-04-071-6/+8
| | | | | | | | | | | | login_getcapstr(3). Also fix a longer-standing bug (login_close(3) frees the string returned by login_getcapstr(3)) by reorganizing the code a little, and use login_getpwclass(3) instead of login_getclass(3) if we already have a struct pwd. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94148
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.Jeroen Ruigrok van der Werven2002-04-071-0/+6
| | | | | | | | PR: 28552 Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=94122
* This one needs NO_WERROR too.Dag-Erling Smørgrav2002-04-071-0/+1
| | | | Notes: svn path=/head/; revision=94084
* Fix (for the second time) kvm_getprocs() for the case where noDima Dorfman2002-04-071-0/+26
| | | | | | | | | | | | | | | processes match the given criteria. Since revision 1.60 of malloc.c, malloc() and friends return an invalid pointer when given a size of 0. kvm_getprocs() uses sysctl() with a NULL oldp argument to get an initial size, but does not check whether it's 0 before passing it to realloc() (via _kvm_realloc()). Before the aforementioned malloc() change, this resulted in a minimal allocation made and a valid poitner returned, but now results in an invalid, but non-NULL, pointer being returned. When this is passed to sysctl(), the latter returns EFAULT (as it should). Notes: svn path=/head/; revision=94028
* Turn on NO_WERROR due to namespace pollution in krb5 headers.Dag-Erling Smørgrav2002-04-071-0/+1
| | | | Notes: svn path=/head/; revision=94027
* Aggressive cleanup of warnings + authtok-related code in preparation forDag-Erling Smørgrav2002-04-068-150/+112
| | | | | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs. Notes: svn path=/head/; revision=93984
* Disconnect pam_passwdqc for now, it has some issues that need resolving.Dag-Erling Smørgrav2002-04-061-0/+1
| | | | Notes: svn path=/head/; revision=93981
* Fix some style issues, a const warning, and abuse of PAM_ABORT.Dag-Erling Smørgrav2002-04-061-11/+15
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=93972
* Polish previous revision.Ruslan Ermilov2002-04-061-1/+1
| | | | Notes: svn path=/head/; revision=93956
* Fix ether_ntoa() to generate the %02x format people expect, instead of %x,Matthew Dillon2002-04-061-2/+3
| | | | | | | | | for the ethernet address. MFC after: 1 day Notes: svn path=/head/; revision=93929