summaryrefslogtreecommitdiff
path: root/source/pam_smbpass/pam_smb_passwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-2/+1
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-4/+6
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-18/+31
| | | | Jeremy.
* Sync-up with 2.2.Jeremy Allison2001-07-061-0/+1
| | | | Jeremy.
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+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-241-0/+314
Note: Still have to add build stuff - not ready yet.