index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the 'hidden' variable to 'administrative share'.
Andreas Schneider
2008-02-29
1
-1
/
+1
*
Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge.
Günther Deschner
2008-02-28
1
-4
/
+4
*
While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation.
Günther Deschner
2008-02-28
1
-4
/
+64
*
Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ...
Günther Deschner
2008-02-28
1
-6
/
+13
*
Fix one dsgetdcname call in wkssvc rpc server.
Günther Deschner
2008-02-28
1
-2
/
+2
*
Fix segfault in _srv_net_file_enum.
Günther Deschner
2008-02-28
1
-6
/
+9
*
Use pidl for _svcctl_SetServiceObjectSecurity().
Günther Deschner
2008-02-28
2
-28
/
+13
*
Use pidl for _svcctl_QueryServiceObjectSecurity().
Günther Deschner
2008-02-28
2
-32
/
+18
*
Add my copyright.
Günther Deschner
2008-02-27
4
-0
/
+4
*
Cosmetics: make check_bind_req() debug statements a little nicer.
Günther Deschner
2008-02-27
1
-1
/
+1
*
Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl.
Günther Deschner
2008-02-27
1
-0
/
+2
*
Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server.
Günther Deschner
2008-02-27
1
-0
/
+4
*
Use new LSA_POLICY defines in lsa rpc server code and other places.
Günther Deschner
2008-02-27
1
-24
/
+24
*
Add variable to define if a share should be hidden.
Andreas Schneider
2008-02-26
1
-4
/
+1
*
Use pidl for _svcctl_UnlockServiceDatabase().
Günther Deschner
2008-02-19
2
-26
/
+6
*
Use pidl for _svcctl_LockServiceDatabase().
Günther Deschner
2008-02-19
2
-27
/
+6
*
Use pidl for _svcctl_QueryServiceStatus().
Günther Deschner
2008-02-19
2
-26
/
+6
*
Use pidl for _svcctl_ControlService().
Günther Deschner
2008-02-19
2
-28
/
+10
*
Use pidl for _svcctl_StartServiceW().
Günther Deschner
2008-02-19
2
-25
/
+5
*
Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.
Günther Deschner
2008-02-19
1
-101
/
+0
*
Yippie! LSARPC server-side migration to pidl finished.
Günther Deschner
2008-02-19
2
-464
/
+1
*
Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.
Günther Deschner
2008-02-19
2
-177
/
+121
*
Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.c
Michael Adam
2008-02-18
1
-1
/
+1
*
Remove unused marshalling for LSA_LOOKUP_NAMES/2/3/4
Günther Deschner
2008-02-18
1
-76
/
+0
*
Use pidl for _lsa_LookupNames3 and _lsa_LookupNames4.
Günther Deschner
2008-02-18
2
-147
/
+77
*
Use pidl for _lsa_LookupNames() and _lsa_LookupNames2().
Günther Deschner
2008-02-18
2
-155
/
+123
*
Use pidl for _svcctl_GetServiceDisplayNameW().
Günther Deschner
2008-02-18
2
-28
/
+13
*
Use pidl for _svcctl_OpenServiceW().
Günther Deschner
2008-02-18
2
-37
/
+13
*
Use pidl for _svcctl_OpenSCManagerW().
Günther Deschner
2008-02-18
2
-27
/
+6
*
Remove whitespace, no code changes.
Günther Deschner
2008-02-18
1
-161
/
+161
*
Replace C++-style comments with C.
Tim Potter
2008-02-18
1
-4
/
+4
*
Use pidl for _PNP_GetHwProfInfo().
Günther Deschner
2008-02-18
2
-30
/
+4
*
Use pidl for _PNP_HwProfFlags().
Günther Deschner
2008-02-18
2
-30
/
+5
*
Use pidl for _PNP_GetDeviceListSize().
Günther Deschner
2008-02-18
2
-34
/
+7
*
Use pidl for _PNP_ValidateDeviceInstance().
Günther Deschner
2008-02-17
2
-28
/
+3
*
Use pidl for _PNP_GetVersion().
Günther Deschner
2008-02-17
2
-30
/
+5
*
Build the generated ntsvcs server (not at all useable yet).
Günther Deschner
2008-02-17
3
-3
/
+674
*
YES! NETLOGON rpc server side migration to pidl finished.
Günther Deschner
2008-02-16
2
-170
/
+1
*
Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().
Günther Deschner
2008-02-16
2
-190
/
+147
*
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner
2008-02-15
1
-3
/
+3
*
Fix the netlogon rpc_server build.
Günther Deschner
2008-02-15
1
-5
/
+5
*
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
*
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
*
Move the implementation of _winreg_RestoreKey to reg_api.c
Michael Adam
2008-02-15
1
-121
/
+1
*
Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c
Michael Adam
2008-02-15
1
-170
/
+1
*
Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy Allison
2008-02-14
1
-20
/
+35
*
Use pidl for _lsa_RemoveAccountRights.
Günther Deschner
2008-02-14
2
-48
/
+13
*
Use pidl for _lsa_EnumAccountRights().
Günther Deschner
2008-02-14
2
-39
/
+52
[next]