Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Commit of a modified version of Andrew Bartlett's patch that removes the | Jeremy Allison | 2001-04-22 | 2 | -99/+101 | |
| | | | | | | | | | | horrid utmp hostname parameter - now uses the client name instead. Also tidies up some of the unencrypted password checking when PAM is compiled in. FIXME ! An pam_accountcheck() is being called even when smb encrypted passwords are negotiated. Is this the correct thing to do when winbindd is running ! This needs *SEVERE* testing.... Jeremy. | |||||
* | Oops. Typos. | John Terpstra | 2001-04-20 | 1 | -2/+2 | |
| | ||||||
* | Added error reporting to pam_session code. | John Terpstra | 2001-04-19 | 1 | -0/+19 | |
| | ||||||
* | merge from 2.2 | Andrew Tridgell | 2001-04-18 | 1 | -3/+3 | |
| | ||||||
* | patch from Steve Langasek <vorlon@netexpress.net> to make sure we | Jeremy Allison | 2001-04-18 | 1 | -5/+11 | |
| | | | | | | don't use pam_setcred() if we haven't called pam_authenticate() Merge from 2.2 Jeremy. | |||||
* | Updated with Andrew Bartlett patch. | John Terpstra | 2001-04-13 | 1 | -3/+30 | |
| | ||||||
* | Merged John's changes. | Jeremy Allison | 2001-04-12 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Updating pampass from Samba-2.2 code tree. ===> JHT | John Terpstra | 2001-04-11 | 1 | -139/+87 | |
| | ||||||
* | passdb/pass_check.c: Ensure second check is done only if given username is ↵ | Jeremy Allison | 2001-04-10 | 1 | -62/+26 | |
| | | | | | | | all in caps. rpc_server/srv_srvsvc_nt.c: Added "CONFIGFILE" arg to scripts so path to smb.conf is given. Jeremy. | |||||
* | Added JohnT and Andrew Bartlett's PAM changes. | Jeremy Allison | 2001-04-10 | 2 | -134/+444 | |
| | | | | Jeremy. | |||||
* | add pam_setcred() call to pam_auth(). Patch was submited last Oct. | Gerald Carter | 2001-02-08 | 1 | -0/+8 | |
| | | | | jerry | |||||
* | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 2000-06-01 | 1 | -14/+2 | |
| | | | | | | | Added patches for random -> sys_random. Added set_effective_xxx patches for AFS code. Memory allocation changes in spoolss code. Jeremy. | |||||
* | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2000-05-02 | 1 | -3/+3 | |
| | | | | | of doing a system call every time we want to just get our pid. Jeremy. | |||||
* | indent update to make t easier to see setuid mods in TNG. some | Luke Leighton | 2000-03-21 | 1 | -366/+459 | |
| | | | | code from these modules i had to leave out (nothing to do withj setuid) | |||||
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -54/+129 | |
| | ||||||
* | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1999-06-13 | 1 | -63/+1 | |
| | | | | | | | | weird unixware stuff) into _Get_Pwnam() to fix a memory allocation bug. Note that the Get_Pwnam() function now returns a const struct passwd * as a hint to other developers not to change entries in the struct passwd. | |||||
* | pass_check.c could receive encrypted password: printing it out as a %s | Luke Leighton | 1999-03-08 | 1 | -1/+2 | |
| | | | | | results in garbage. with no password length argument doing dump_data( 100, password, strlen(password)) is the next best alternative. | |||||
* | Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se> | Jeremy Allison | 1998-09-26 | 1 | -1/+3 | |
| | | | | Jeremy. | |||||
* | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1998-09-05 | 1 | -1/+1 | |
| | ||||||
* | got rid of calls to update_protected_database(). It was causing core | Andrew Tridgell | 1998-08-29 | 1 | -37/+0 | |
| | | | | | dumps. It is gone until someone can tell us why its needed and what it does. (It was only used on OSF1 and core dumped there anyway!) | |||||
* | use user instead of this_user to prevent global shadowing | Andrew Tridgell | 1998-08-15 | 1 | -18/+18 | |
| | ||||||
* | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 1998-08-10 | 1 | -0/+950 | |
into passdb/pass_check.c. This means SWAT no longer needs to link to smbd/password.c |