summaryrefslogtreecommitdiff
path: root/source3/rpc_client/init_netlogon.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-28s3-rpc_client: move protos to init_netlogon.hGünther Deschner1-0/+1
Guenther
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner1-0/+1
Guenther
2009-06-25s3-netlogon: remove remaining netlogon init functions.Günther Deschner1-83/+0
Guenther
2009-06-25s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner1-117/+0
Guenther
2009-04-22Move serverinfo_to_SamInfo3() to rpc_server/Volker Lendecke1-187/+0
Normally I hate moving around stuff, but this function is only called from the RPC server side and it pulls in passdb when trying to link in our rpc client routines. That seems unnecessary to me.
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-3/+4
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-02-05s3: use samr_RidWithAttribute instead of DOM_GID.Günther Deschner1-8/+10
Guenther
2008-11-23s3-rpcclient; Really fix compile warning.Kai Blin1-1/+1
Screwed up in 526c609d, now the real fix.
2008-11-23s3-rpcclient: Fix a compile warning.Kai Blin1-1/+1
2008-11-06s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher1-3/+15
metze
2008-09-21netlogon: add init_netr_CryptPassword.Günther Deschner1-0/+17
Guenther
2008-05-17Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke1-0/+173
(This used to be commit e60faccc1bdd2b80e039ec8c93683be10752f937)
2008-02-17Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.Günther Deschner1-0/+11
Guenther (This used to be commit ead1f11dd21b1df9a595295b3513c5f6088397c9)
2008-02-17Add some more samlogon related netlogon init functions.Günther Deschner1-0/+71
Guenther (This used to be commit df90a37c3e765faf69a77522d58e3a5f7f70b418)
2008-02-16Add init_netr_SamInfo3 routine.Günther Deschner1-0/+138
Guenther (This used to be commit bf598744c5af1a14abd25c316c243d00b94cbbe0)