summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass/support.c
AgeCommit message (Collapse)AuthorFilesLines
2003-05-02fix pam_smbpassSimo Sorce1-1/+1
typos (This used to be commit 7e28ee1cf8db065f2518b4543f2e54da97cc19e2)
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-1/+1
plus internal fixes 1st stage (This used to be commit 6d036761e565bc93964bb3c939d5b7d78d5778a3)
2003-04-30Get pam_smbpass to compile again (it probably won't link or run, but at leastAndrew Bartlett1-3/+1
it compiles and lets the build farm get on it's way) (This used to be commit 7498d69d9d69f70a4c7511b5032d7d5d2b9c846f)
2003-04-29This is a nice rewrite:Simo Sorce1-21/+21
SAM_ACCOUNT does not have anymore uid and gid fields all the code that used them has been fixed to use the proper idmap calls fix to idmap_tdb for first time idmap.tdb initialization. auth_serversupplied_info structure has now an uid and gid field few other fixes to make the system behave correctly with idmap tested only with tdbsam, but smbpasswd and nisplus should be ok have not tested ldap ! (This used to be commit 6a6f6032467e55aa9b76390e035623976477ba42)
2002-11-24Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass.Andrew Bartlett1-19/+0
Andrew Bartlett (This used to be commit ce1464fb1c4c00de22b0e65c3199bc2eacea4d65)
2002-05-09compile fixes; needs testingGerald Carter1-107/+115
(This used to be commit a3f68a963c0dc5ba5e8601633e9b532fa32145cd)
2002-01-12updates from 2.2Simo Sorce1-35/+59
(This used to be commit 398b4ff0d40d89b3e96d481807f85f15b7a7966a)
2001-12-11pam_smbpass updates from a.bokovoy@sam-solutions.netAndrew Tridgell1-28/+1
(This used to be commit 016e203a2c5286d8b48ab3eff0226affc203deaf)
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
default, rather than in preprocessor macros. (This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)
2001-10-22Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison1-5/+5
Jeremy. (This used to be commit cf99f9361370c521f28dcced008cbfec9fc38de5)
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra1-0/+651
Note: Still have to add build stuff - not ready yet. (This used to be commit 1de7022f98b64b15503aaf48c8d729789fc49781)