summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-02-17Remove unused marshalling for NET_AUTH3.Günther Deschner3-164/+0
2008-02-17Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.Günther Deschner4-1043/+12
2008-02-17Remove unused marshalling for NET_AUTH. This must have been forgotten.Günther Deschner2-59/+0
2008-02-17Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function.Günther Deschner1-39/+57
2008-02-17Remove unused marshalling for NET_SAM_LOGON.Günther Deschner2-350/+0
2008-02-17Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally andGünther Deschner2-146/+223
2008-02-17Use netr_SamInfo3 in remaining places.Günther Deschner3-7/+7
2008-02-17Use netr_SamInfo3 everywhere in winbindd.Günther Deschner6-139/+122
2008-02-17Add some more samlogon related netlogon init functions.Günther Deschner1-0/+71
2008-02-17Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.Günther Deschner1-16/+18
2008-02-17Fix some more callers of PAC_DATA.Günther Deschner3-5/+7
2008-02-17Use new IDL based PAC structures in clikrb5.cGünther Deschner2-12/+11
2008-02-17Some more cleanup in authdata.c.Günther Deschner1-621/+7
2008-02-17Align our krb5 PAC decoding routines to the samba4 ones.Günther Deschner1-234/+224
2008-02-17Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner1-98/+119
2008-02-17Use netr_SamInfo3 in make_server_info_info3().Günther Deschner1-25/+27
2008-02-17Use new structs in reply_spnego_kerberos().Günther Deschner1-6/+5
2008-02-17Use netr_SamInfo3 in sid_array_from_info3.Günther Deschner1-15/+15
2008-02-17Add missing header file.Günther Deschner1-0/+55
2008-02-17Re-run make idl.Günther Deschner2-0/+40
2008-02-17Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate pla...Günther Deschner1-0/+6
2008-02-17Add krb5pac IDL from samba4.Günther Deschner6-2/+1200
2008-02-17Add missing dependency to libtdb to libnss_wins.soMichael Adam1-2/+2
2008-02-16Remove unused code, make fns staticVolker Lendecke1-20/+4
2008-02-16Remove unused netlogon delta defines.Günther Deschner1-18/+0
2008-02-16Remove unused marshalling for NET_SRV_PWSET.Günther Deschner3-129/+0
2008-02-16Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".Günther Deschner1-1/+26
2008-02-16Remove unused creds_server_check and creds_server_step.Günther Deschner1-41/+0
2008-02-16YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner4-173/+4
2008-02-16Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().Günther Deschner2-190/+147
2008-02-16Add generated ndr_eventlog leftover produced by recent pidl changes.Günther Deschner1-1/+1
2008-02-16Re-run make idl.Günther Deschner4-18/+44
2008-02-16Fix IDL for netr_LogonSamLogonEx.Günther Deschner1-1/+1
2008-02-16Fix IDL for netr_LogonSamLogon.Günther Deschner1-1/+1
2008-02-16Add init_netr_SamInfo3 routine.Günther Deschner2-1/+140
2008-02-16Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.Günther Deschner3-256/+2
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner4-49/+47
2008-02-15Fix the netlogon rpc_server build.Günther Deschner1-5/+5
2008-02-15Re-run make idl.Günther Deschner6-47/+71
2008-02-15Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate andGünther Deschner1-3/+6
2008-02-15Remove unused marshalling for NET_SAM_LOGOFF.Günther Deschner2-61/+0
2008-02-15Use pidl for _netr_LogonSamLogoff().Günther Deschner2-51/+15
2008-02-15Use pidl for _netr_ServerAuthenticate2().Günther Deschner2-78/+34
2008-02-15Use pidl for _netr_ServerAuthenticate().Günther Deschner2-63/+23
2008-02-15Use pidl for _netr_ServerPasswordSet().Günther Deschner2-63/+19
2008-02-15Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner1-0/+45
2008-02-15Reformat copied reg_savekey/reg_restorekey code.Michael Adam1-86/+119
2008-02-15Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam3-127/+132
2008-02-15Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam2-171/+168
2008-02-15Adapt a comment to current circumstances.Michael Adam1-3/+1