summaryrefslogtreecommitdiffstats
path: root/source/pam_smbpass
Commit message (Collapse)AuthorAgeFilesLines
* Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass.Andrew Bartlett2002-11-241-19/+0
| | | | Andrew Bartlett
* Fix pam_smbpass to always check the return value of pdb_getsampwnam() toAndrew Bartlett2002-08-211-3/+6
| | | | | | | | determine if the user exists. (from post on samba-technical) Andrew Bartlett
* compile fixes; needs testingGerald Carter2002-05-096-118/+192
|
* updates from 2.2Simo Sorce2002-01-126-95/+141
|
* pam_smbpass updates from a.bokovoy@sam-solutions.netAndrew Tridgell2001-12-114-31/+4
|
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
| | | | default, rather than in preprocessor macros.
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-302-3/+3
| | | | | | | | | | | | | more. (Previously it set them to 'XXXX' or similar when only the flags were being changed - a bug I must have introduced when I reworked the passdb end of things a few weeks back.) Adds a new local flag: LOCAL_SET_PASSWORD to specify that the password is actually to be changed. Andrew Bartlett
* samba-bugs@samba.org -> samba@samba.orgAndrew Bartlett2001-10-261-1/+1
| | | | The rest of this is still broken however...
* Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison2001-10-221-5/+5
| | | | Jeremy.
* add a comment to make the code more readableSimo Sorce2001-08-241-1/+1
|
* The big character set handling changeover!Andrew Tridgell2001-07-043-3/+0
| | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation.
* Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra2001-04-2414-0/+1668
Note: Still have to add build stuff - not ready yet.