Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass. | Andrew Bartlett | 2002-11-24 | 1 | -19/+0 |
| | | | | Andrew Bartlett | ||||
* | Fix pam_smbpass to always check the return value of pdb_getsampwnam() to | Andrew Bartlett | 2002-08-21 | 1 | -3/+6 |
| | | | | | | | | determine if the user exists. (from post on samba-technical) Andrew Bartlett | ||||
* | compile fixes; needs testing | Gerald Carter | 2002-05-09 | 6 | -118/+192 |
| | |||||
* | updates from 2.2 | Simo Sorce | 2002-01-12 | 6 | -95/+141 |
| | |||||
* | pam_smbpass updates from a.bokovoy@sam-solutions.net | Andrew Tridgell | 2001-12-11 | 4 | -31/+4 |
| | |||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | | | | default, rather than in preprocessor macros. | ||||
* | Fix up smbpasswd -e/-d so that it doesn't change the password under you any | Andrew Bartlett | 2001-10-30 | 2 | -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.org | Andrew Bartlett | 2001-10-26 | 1 | -1/+1 |
| | | | | The rest of this is still broken however... | ||||
* | Renamed inbuilt xstrdup to smb_xstrdup. | Jeremy Allison | 2001-10-22 | 1 | -5/+5 |
| | | | | Jeremy. | ||||
* | add a comment to make the code more readable | Simo Sorce | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 3 | -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 Terpstra | 2001-04-24 | 14 | -0/+1668 |
Note: Still have to add build stuff - not ready yet. |