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
path:
root
/
source3
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_printer_setform1_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_printer_addform1_internal.
Andreas Schneider
1
-4
/
+17
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_printer_getform1_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_printer_enumforms1_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_set_printer_secdesc_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_get_printer_secdesc_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_add_driver_internal.
Andreas Schneider
1
-6
/
+19
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_del_driver_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_get_driver_list_internal.
Andreas Schneider
1
-7
/
+20
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_get_driver_internal.
Andreas Schneider
1
-7
/
+20
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_delete_printer_dataex_internal.
Andreas Schneider
1
-6
/
+19
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_get_printer_dataex_internal.
Andreas Schneider
1
-9
/
+22
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_enum_printer_dataex_internal.
Andreas Schneider
1
-7
/
+20
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_set_printer_dataex_internal.
Andreas Schneider
1
-9
/
+22
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_update_printer_internal.
Andreas Schneider
1
-8
/
+21
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_create_printer_internal.
Andreas Schneider
1
-4
/
+17
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_get_printer_internal.
Andreas Schneider
1
-5
/
+17
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_printer_get_changeid_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_printer_update_changeid_internal.
Andreas Schneider
1
-4
/
+17
2011-07-27
s3-spoolss: Use tmp_ctx in winreg_delete_printer_key_internal.
Andreas Schneider
1
-5
/
+18
2011-07-27
s3-spoolss: Free local in winreg_printer_binding_handle.
Andreas Schneider
1
-0
/
+1
2011-07-27
s3-spoolss: Improve memory efficiency.
Simo Sorce
1
-158
/
+242
2011-07-27
s3-rpc_server: Copy correct local tsocket address.
Andreas Schneider
1
-1
/
+1
2011-07-22
s3-rpc_server: Do not set msg_ctx twice
Simo Sorce
1
-1
/
+0
2011-07-21
s3-rpc_server: Pass msg_ctx to make_base_pipes_struct().
Andreas Schneider
1
-1
/
+1
2011-07-21
s3-rpc_server: Create common function to allocate pipes_struct
Simo Sorce
4
-68
/
+76
2011-07-21
s3-rpc_server: Move pipe/handles functions
Simo Sorce
5
-88
/
+279
2011-07-21
s3-rpc_server: Fixed header define.
Andreas Schneider
1
-3
/
+3
2011-07-21
s3-rpc_server: Remove unused endpoint information.
Andreas Schneider
1
-18
/
+1
2011-07-21
s3-rpc_server: We need to copy the session_info for external pipes.
Andreas Schneider
1
-1
/
+6
2011-07-21
s3-rpc_server: Duplicate the pipe name.
Andreas Schneider
1
-1
/
+8
2011-07-21
s3-rpc_server: Free the np dir.
Andreas Schneider
1
-0
/
+1
2011-07-21
s3-rpc_server: Fix messaging context in the pipes struct.
Andreas Schneider
1
-1
/
+4
2011-07-21
s3-rpc_server: Add my copyright.
Andreas Schneider
1
-0
/
+1
2011-07-20
s3-auth Remove seperate guest boolean
Andrew Bartlett
2
-2
/
+3
2011-07-20
s3-rpc_server remove per-element copies of auth_session_info
Andrew Bartlett
2
-44
/
+4
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
16
-95
/
+95
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
5
-67
/
+37
2011-07-20
s3-rpc_server read and write the unix_token and unix_info across named_pipe_auth
Andrew Bartlett
2
-27
/
+42
2011-07-20
s3-auth Use system boolean in auth_user_info_unix
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use guest boolean in auth_user_info_unix
Andrew Bartlett
2
-2
/
+2
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
6
-42
/
+42
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
16
-98
/
+98
2011-07-20
Add my copyright
Andrew Bartlett
2
-0
/
+2
2011-07-18
s3-rpc_server: Fixed segfaults in rpc daemons.
Andreas Schneider
3
-3
/
+8
2011-07-15
lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, not
Günther Deschner
1
-1
/
+4
2011-07-15
lsa: rename auth info argument in lsa_CreateTrustedDomainEx2
Günther Deschner
1
-5
/
+5
2011-07-14
s3-rpc_server: Pass event and messaging context to accept function.
Andreas Schneider
1
-5
/
+14
2011-07-14
s3-librpc: Pass messaging context to dcerpc register functions.
Andreas Schneider
1
-0
/
+1
[next]