index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-17
Add some more samlogon related netlogon init functions.
Günther Deschner
1
-0
/
+71
2008-02-17
Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.
Günther Deschner
1
-16
/
+18
2008-02-17
Fix some more callers of PAC_DATA.
Günther Deschner
3
-5
/
+7
2008-02-17
Use new IDL based PAC structures in clikrb5.c
Günther Deschner
2
-12
/
+11
2008-02-17
Some more cleanup in authdata.c.
Günther Deschner
1
-621
/
+7
2008-02-17
Align our krb5 PAC decoding routines to the samba4 ones.
Günther Deschner
1
-234
/
+224
2008-02-17
Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.
Günther Deschner
1
-98
/
+119
2008-02-17
Use netr_SamInfo3 in make_server_info_info3().
Günther Deschner
1
-25
/
+27
2008-02-17
Use new structs in reply_spnego_kerberos().
Günther Deschner
1
-6
/
+5
2008-02-17
Use netr_SamInfo3 in sid_array_from_info3.
Günther Deschner
1
-15
/
+15
2008-02-17
Add missing header file.
Günther Deschner
1
-0
/
+55
2008-02-17
Re-run make idl.
Günther Deschner
2
-0
/
+40
2008-02-17
Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate pla...
Günther Deschner
1
-0
/
+6
2008-02-17
Add krb5pac IDL from samba4.
Günther Deschner
6
-2
/
+1200
2008-02-17
Add missing dependency to libtdb to libnss_wins.so
Michael Adam
1
-2
/
+2
2008-02-16
Remove unused code, make fns static
Volker Lendecke
1
-20
/
+4
2008-02-16
Remove unused netlogon delta defines.
Günther Deschner
1
-18
/
+0
2008-02-16
Remove unused marshalling for NET_SRV_PWSET.
Günther Deschner
3
-129
/
+0
2008-02-16
Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".
Günther Deschner
1
-1
/
+26
2008-02-16
Remove unused creds_server_check and creds_server_step.
Günther Deschner
1
-41
/
+0
2008-02-16
YES! NETLOGON rpc server side migration to pidl finished.
Günther Deschner
4
-173
/
+4
2008-02-16
Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().
Günther Deschner
2
-190
/
+147
2008-02-16
Add generated ndr_eventlog leftover produced by recent pidl changes.
Günther Deschner
1
-1
/
+1
2008-02-16
Re-run make idl.
Günther Deschner
4
-18
/
+44
2008-02-16
Fix IDL for netr_LogonSamLogonEx.
Günther Deschner
1
-1
/
+1
2008-02-16
Fix IDL for netr_LogonSamLogon.
Günther Deschner
1
-1
/
+1
2008-02-16
Add init_netr_SamInfo3 routine.
Günther Deschner
2
-1
/
+140
2008-02-16
Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.
Günther Deschner
3
-256
/
+2
2008-02-15
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner
4
-49
/
+47
2008-02-15
Fix the netlogon rpc_server build.
Günther Deschner
1
-5
/
+5
2008-02-15
Re-run make idl.
Günther Deschner
6
-47
/
+71
2008-02-15
Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and
Günther Deschner
1
-3
/
+6
2008-02-15
Remove unused marshalling for NET_SAM_LOGOFF.
Günther Deschner
2
-61
/
+0
2008-02-15
Use pidl for _netr_LogonSamLogoff().
Günther Deschner
2
-51
/
+15
2008-02-15
Use pidl for _netr_ServerAuthenticate2().
Günther Deschner
2
-78
/
+34
2008-02-15
Use pidl for _netr_ServerAuthenticate().
Günther Deschner
2
-63
/
+23
2008-02-15
Use pidl for _netr_ServerPasswordSet().
Günther Deschner
2
-63
/
+19
2008-02-15
Add netlogon_creds_server_check and netlogon_creds_server_step.
Günther Deschner
1
-0
/
+45
2008-02-15
Reformat copied reg_savekey/reg_restorekey code.
Michael Adam
1
-86
/
+119
2008-02-15
Move the implementation of _winreg_RestoreKey to reg_api.c
Michael Adam
3
-127
/
+132
2008-02-15
Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c
Michael Adam
2
-171
/
+168
2008-02-15
Adapt a comment to current circumstances.
Michael Adam
1
-3
/
+1
2008-02-15
Rename registry_init_regdb() to registry_init_smbconf().
Michael Adam
3
-4
/
+4
2008-02-15
Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.
Michael Adam
1
-6
/
+6
2008-02-15
Remove unused marshalling for NET_SAM_SYNC.
Günther Deschner
3
-1563
/
+0
2008-02-15
Convert "net rpc vampire/samdump" to pidl generated functions.
Günther Deschner
1
-388
/
+556
2008-02-15
Use rpccli_netr_DatabaseSync2() in rpcclient.
Günther Deschner
1
-15
/
+44
2008-02-15
Re-run make idl.
Günther Deschner
5
-15
/
+49
2008-02-15
Fix IDL for netr_DatabaseSync2.
Günther Deschner
1
-3
/
+3
2008-02-15
Remove unused marshalling for NET_SAM_DELTAS.
Günther Deschner
3
-216
/
+0
[next]