summaryrefslogtreecommitdiffstats
path: root/source3/auth/pampass.c
Commit message (Expand)AuthorAgeFilesLines
* s3/pam: move variable declaration into belonging ifdef sectionBjörn Jacke2009-11-131-1/+1
* S3: Fixes for coverity issues.todd stecher2009-02-101-2/+2
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+3
* auth: Fix build warning.Günther Deschner2008-08-251-2/+3
* Fix two incompatible pointer warningsVolker Lendecke2007-12-081-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-7/+14
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-0/+4
* r18616: fix breakage after DLIST_ADD_END() changes for --with-pamGerald Carter2007-10-101-2/+1
* r17573: Fix typoVolker Lendecke2007-10-101-1/+1
* r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison2007-10-101-2/+2
* r8889: Another warningVolker Lendecke2007-10-101-1/+1
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2007-10-101-5/+5
* r4236: More *alloc fixes.Jeremy Allison2007-10-101-1/+1
* r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>Jeremy Allison2007-10-101-1/+1
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-4/+4
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-041-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+8
* Fix use of uninitialsed variable in PAM codeAndrew Bartlett2002-02-051-2/+2
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-051-21/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-5/+5
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-13/+16
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+9
* cope with pam being offAndrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-17/+18
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-10/+10
* Fix case insensitive password change code.Jeremy Allison2001-07-231-4/+2
* Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2001-07-061-2/+19
* Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2001-06-251-44/+140
* Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison2001-05-091-5/+24
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-10/+11
* Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2001-05-011-2/+22
* Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2001-05-011-1/+5
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-011-2/+2
* Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison2001-05-011-0/+5
* Fixing consts in pam code.Jeremy Allison2001-04-301-2/+2
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-124/+417
* Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-0/+17
* Fix more free twice bugs.Jeremy Allison2001-04-231-2/+5
* Fix for bug in code for pam_session failure - pam_end called twice.Jeremy Allison2001-04-231-12/+5
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-49/+47