Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-28 | s3-rpc_client: move protos to init_netlogon.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-06-25 | s3-netlogon: remove remaining netlogon init functions. | Günther Deschner | 1 | -83/+0 | |
Guenther | |||||
2009-06-25 | s3-netlogon: remove init_netr_SamInfo functions. | Günther Deschner | 1 | -117/+0 | |
Guenther | |||||
2009-04-22 | Move serverinfo_to_SamInfo3() to rpc_server/ | Volker Lendecke | 1 | -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-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -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-05 | s3: use samr_RidWithAttribute instead of DOM_GID. | Günther Deschner | 1 | -8/+10 | |
Guenther | |||||
2008-11-23 | s3-rpcclient; Really fix compile warning. | Kai Blin | 1 | -1/+1 | |
Screwed up in 526c609d, now the real fix. | |||||
2008-11-23 | s3-rpcclient: Fix a compile warning. | Kai Blin | 1 | -1/+1 | |
2008-11-06 | s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_key | Stefan Metzmacher | 1 | -3/+15 | |
metze | |||||
2008-09-21 | netlogon: add init_netr_CryptPassword. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2008-05-17 | Factor out generation of an info3 struct from a serversupplied_info | Volker Lendecke | 1 | -0/+173 | |
(This used to be commit e60faccc1bdd2b80e039ec8c93683be10752f937) | |||||
2008-02-17 | Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3. | Günther Deschner | 1 | -0/+11 | |
Guenther (This used to be commit ead1f11dd21b1df9a595295b3513c5f6088397c9) | |||||
2008-02-17 | Add some more samlogon related netlogon init functions. | Günther Deschner | 1 | -0/+71 | |
Guenther (This used to be commit df90a37c3e765faf69a77522d58e3a5f7f70b418) | |||||
2008-02-16 | Add init_netr_SamInfo3 routine. | Günther Deschner | 1 | -0/+138 | |
Guenther (This used to be commit bf598744c5af1a14abd25c316c243d00b94cbbe0) |