summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* get rid of compiler warningsHerb Lewis2001-08-243-8/+8
* Fixed incorrect debug.Tim Potter2001-08-241-4/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-231-1/+0
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-211-1/+1
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-201-0/+2
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-201-1/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-0/+1
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-171-5/+8
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-125-420/+153
* Use the new client error api.Tim Potter2001-08-101-1/+1
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-1/+1
* Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2001-08-061-1/+2
* This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett2001-08-031-0/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-036-0/+1471
* Fix case insensitive password change code.Jeremy Allison2001-07-231-4/+2
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-7/+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-012-3/+3
* 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-232-50/+48
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-222-99/+101
* Oops. Typos.John Terpstra2001-04-201-2/+2
* Added error reporting to pam_session code.John Terpstra2001-04-191-0/+19
* merge from 2.2Andrew Tridgell2001-04-181-3/+3
* patch from Steve Langasek <vorlon@netexpress.net> to make sure weJeremy Allison2001-04-181-5/+11
* Updated with Andrew Bartlett patch.John Terpstra2001-04-131-3/+30
* Merged John's changes.Jeremy Allison2001-04-121-0/+2
* Updating pampass from Samba-2.2 code tree. ===> JHTJohn Terpstra2001-04-111-139/+87
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-62/+26
* Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison2001-04-102-134/+444
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-081-0/+8
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-14/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-366/+459
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-54/+129
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-63/+1
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-081-1/+2
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-1/+3
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-291-37/+0