index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Remove rpc_parse/parse_net.c and some last unused netlogon headers.
Günther Deschner
2008-02-17
3
-59
/
+3
|
|
*
Re-run make idl.
Günther Deschner
2008-02-17
2
-0
/
+3
|
|
*
Add sync netr_LogonControlCode from samba3.
Günther Deschner
2008-02-17
1
-0
/
+1
|
|
*
Remove unused marshalling for NET_AUTH3.
Günther Deschner
2008-02-17
3
-164
/
+0
|
|
*
Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.
Günther Deschner
2008-02-17
4
-1043
/
+12
|
|
*
Remove unused marshalling for NET_AUTH. This must have been forgotten.
Günther Deschner
2008-02-17
2
-59
/
+0
|
|
*
Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function.
Günther Deschner
2008-02-17
1
-39
/
+57
|
|
*
Remove unused marshalling for NET_SAM_LOGON.
Günther Deschner
2008-02-17
2
-350
/
+0
|
|
*
Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally and
Günther Deschner
2008-02-17
2
-146
/
+223
|
|
*
Use netr_SamInfo3 in remaining places.
Günther Deschner
2008-02-17
3
-7
/
+7
|
|
*
Use netr_SamInfo3 everywhere in winbindd.
Günther Deschner
2008-02-17
6
-139
/
+122
|
|
*
Add some more samlogon related netlogon init functions.
Günther Deschner
2008-02-17
1
-0
/
+71
|
|
*
Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.
Günther Deschner
2008-02-17
1
-16
/
+18
|
|
*
Fix some more callers of PAC_DATA.
Günther Deschner
2008-02-17
3
-5
/
+7
|
|
*
Use new IDL based PAC structures in clikrb5.c
Günther Deschner
2008-02-17
2
-12
/
+11
|
|
*
Some more cleanup in authdata.c.
Günther Deschner
2008-02-17
1
-621
/
+7
|
|
*
Align our krb5 PAC decoding routines to the samba4 ones.
Günther Deschner
2008-02-17
1
-234
/
+224
|
|
*
Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.
Günther Deschner
2008-02-17
1
-98
/
+119
|
|
*
Use netr_SamInfo3 in make_server_info_info3().
Günther Deschner
2008-02-17
1
-25
/
+27
|
|
*
Use new structs in reply_spnego_kerberos().
Günther Deschner
2008-02-17
1
-6
/
+5
|
|
*
Use netr_SamInfo3 in sid_array_from_info3.
Günther Deschner
2008-02-17
1
-15
/
+15
|
|
*
Add missing header file.
Günther Deschner
2008-02-17
1
-0
/
+55
|
|
*
Re-run make idl.
Günther Deschner
2008-02-17
2
-0
/
+40
|
|
*
Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate pla...
Günther Deschner
2008-02-17
1
-0
/
+6
|
|
*
Add krb5pac IDL from samba4.
Günther Deschner
2008-02-17
6
-2
/
+1200
|
|
*
Add missing dependency to libtdb to libnss_wins.so
Michael Adam
2008-02-17
1
-2
/
+2
|
|
*
Remove unused code, make fns static
Volker Lendecke
2008-02-16
1
-20
/
+4
|
|
*
Remove unused netlogon delta defines.
Günther Deschner
2008-02-16
1
-18
/
+0
|
|
*
Remove unused marshalling for NET_SRV_PWSET.
Günther Deschner
2008-02-16
3
-129
/
+0
|
|
*
Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".
Günther Deschner
2008-02-16
1
-1
/
+26
|
|
*
Remove unused creds_server_check and creds_server_step.
Günther Deschner
2008-02-16
1
-41
/
+0
|
|
*
YES! NETLOGON rpc server side migration to pidl finished.
Günther Deschner
2008-02-16
4
-173
/
+4
|
|
*
Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().
Günther Deschner
2008-02-16
2
-190
/
+147
|
|
*
Add generated ndr_eventlog leftover produced by recent pidl changes.
Günther Deschner
2008-02-16
1
-1
/
+1
|
|
*
Re-run make idl.
Günther Deschner
2008-02-16
4
-18
/
+44
|
|
*
Fix IDL for netr_LogonSamLogonEx.
Günther Deschner
2008-02-16
1
-1
/
+1
|
|
*
Fix IDL for netr_LogonSamLogon.
Günther Deschner
2008-02-16
1
-1
/
+1
|
|
*
Add init_netr_SamInfo3 routine.
Günther Deschner
2008-02-16
2
-1
/
+140
|
|
*
Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.
Günther Deschner
2008-02-16
3
-256
/
+2
|
|
*
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner
2008-02-15
4
-49
/
+47
|
|
*
Fix the netlogon rpc_server build.
Günther Deschner
2008-02-15
1
-5
/
+5
|
|
*
Re-run make idl.
Günther Deschner
2008-02-15
6
-47
/
+71
|
|
*
Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and
Günther Deschner
2008-02-15
1
-3
/
+6
|
|
*
Remove unused marshalling for NET_SAM_LOGOFF.
Günther Deschner
2008-02-15
2
-61
/
+0
|
|
*
Use pidl for _netr_LogonSamLogoff().
Günther Deschner
2008-02-15
2
-51
/
+15
|
|
*
Use pidl for _netr_ServerAuthenticate2().
Günther Deschner
2008-02-15
2
-78
/
+34
|
*
|
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-02-15
3
-126
/
+87
|
|
\
|
|
|
*
Use pidl for _netr_ServerAuthenticate().
Günther Deschner
2008-02-15
2
-63
/
+23
|
|
*
Use pidl for _netr_ServerPasswordSet().
Günther Deschner
2008-02-15
2
-63
/
+19
|
|
*
Add netlogon_creds_server_check and netlogon_creds_server_step.
Günther Deschner
2008-02-15
1
-0
/
+45
[prev]
[next]