summaryrefslogtreecommitdiff
path: root/source3/rpc_client/init_samr.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-1/+1
This changes (again...) our system md5 detection to cope with how OpenIndiana does md5. I'm becoming increasingly convinced this isn't worth our while (we should have just done samba_md5...), but for now this change seems to work on FreeBSD, OpenIndiana and Linux with libbsd. This needs us to rename struct MD5Context -> MD5_CTX, but we provide a config.h define to rename the type bad if MD5_CTX does not exist (it does however exist in the md5.h from libbsd). Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jun 19 21:32:36 CEST 2013 on sn-devel-104
2010-05-18s3-rpc_client: move protos to init_samr.hGünther Deschner1-0/+1
Guenther
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner1-0/+2
Guenther
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-2/+3
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
2009-01-06s3-samr: remove all init_samr_alias* functions.Günther Deschner1-28/+0
Guenther
2009-01-06s3-samr: remove all init_samr_group* functions.Günther Deschner1-70/+0
Guenther
2009-01-06s3-samr: remove all init_samr_dom* functions.Günther Deschner1-135/+0
Guenther
2009-01-06s3-samr: remove init_samr_user* functions.Günther Deschner1-343/+0
Guenther
2008-12-05s3-samr: fix samr callers of samr_UserInfo18.Günther Deschner1-1/+3
Guenther
2008-12-05s3-samr: fix init_samr_user_info2{1,3,5} callers.Günther Deschner1-6/+6
Guenther
2008-12-02s3-samr: use samr_DomainServerState in client tools.Günther Deschner1-4/+5
Guenther
2008-11-28s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner1-0/+85
Guenther
2008-11-28s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner1-7/+6
Guenther
2008-11-27s3-samr: add init_samr_user_info5.Günther Deschner1-0/+47
Guenther
2008-10-15s3: fix various samr callers.Günther Deschner1-16/+16
Guenther
2008-07-30rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner1-0/+46
Guenther (This used to be commit 87b6aac13598a2ac28054de5ab90d63bef65f1fe)
2008-06-27Fix bug #5568 net rpc trustdom add broken !Jeremy Allison1-0/+1
net rpc trustdom add was broken. The default 10second timeout can be too short to create an account on a Samba DC (calling out to a script), error message reporting was poor, and more importantly the new marshalling code for user_info23 was broken (maps onto a user_info21 but doesn't clear the user_info23 struct before marshalling, leaving an uninitialized size field - give "alloc failure"). Jeremy. (This used to be commit e072b3667e590ba6dd1d9a47fb616a53753fa83e)
2008-03-31Re-add support for the samr parameters string.Günther Deschner1-5/+5
(dialin settings, terminal server settings, etc.) Guenther (This used to be commit c4f248df8e34c6a028bf8d789fe9763b0ea063fe)
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-9/+0
Guenther (This used to be commit f4581e9f4482566fba9436d5ae058b8d840fa394)
2008-02-12Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner1-0/+83
Guenther (This used to be commit 1b48b9d73d971ef18b8a2ea240e48902b703b74b)
2008-02-12Use pidl for _samr_QueryUserInfo.Günther Deschner1-0/+125
Guenther (This used to be commit 53dc913b2d01aeea2a7490c5ef1292e6c6eff5e7)
2008-02-12Move some samr init functions around (to allow easier identification of newGünther Deschner1-0/+262
calls). Guenther (This used to be commit c51c126049bd251a04dfae7ca6c3d0d3f823a503)