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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-27
s3-spoolss: Use winreg_delete_printer_key to delete printers.
Simo Sorce
1
-0
/
+3
2010-07-27
s3-spoolss: Get rid of get_server_name.
Simo Sorce
1
-1
/
+0
2010-07-27
s3-printing: Converted printer publishing functions.
Simo Sorce
1
-7
/
+8
2010-07-27
s3-printing: Convert print_time_access_check.
Simo Sorce
1
-1
/
+2
2010-07-27
s3-spoolss: Removed construct_dev_mode() function.
Simo Sorce
1
-2
/
+0
2010-07-27
s3-spoolss: Migrated driver functions to winreg.
Simo Sorce
1
-14
/
+6
2010-07-27
s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.
Andreas Schneider
1
-1
/
+2
2010-07-27
s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.
Simo Sorce
3
-55
/
+11
2010-07-26
s3: Convert cli_qpathinfo_streams to cli_qpathinfo_send
Volker Lendecke
1
-4
/
+12
2010-07-26
s3: Convert cli_qpathinfo_basic to cli_qpathinfo_send
Volker Lendecke
1
-0
/
+6
2010-07-26
s3: Convert cli_qpathinfo2 to cli_qpathinfo_send
Volker Lendecke
1
-7
/
+18
2010-07-26
s3: Convert cli_qpathinfo1 to cli_qpathinfo
Volker Lendecke
1
-1
/
+11
2010-07-25
s3: Convert cli_get_ea_list_path to cli_qpathinfo_send
Volker Lendecke
1
-1
/
+7
2010-07-25
s3: Add async cli_qpathinfo
Volker Lendecke
1
-0
/
+11
2010-07-25
s3: cli_qpathinfo->cli_qpathinfo1
Volker Lendecke
1
-1
/
+1
2010-07-20
s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys
Simo Sorce
1
-3
/
+7
2010-07-20
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
1
-8
/
+8
2010-07-20
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
1
-3
/
+5
2010-07-20
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
1
-2
/
+4
2010-07-20
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
Jeremy Allison
1
-1
/
+1
2010-07-20
dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually rep...
Simo Sorce
1
-2
/
+2
2010-07-20
s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
Simo Sorce
3
-21
/
+13
2010-07-20
s3-auth: Add auth_ntlmssp wrapper for client side
Simo Sorce
1
-0
/
+16
2010-07-20
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
2
-26
/
+70
2010-07-20
s3-auth: Refactor and rename auth_ntlmssp_server_info()
Simo Sorce
1
-3
/
+3
2010-07-19
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
1
-2
/
+2
2010-07-19
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
1
-2
/
+1
2010-07-19
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
1
-2
/
+2
2010-07-19
s3-rpc_server: Added callbacks for init and shutdown of a rpc service.
Andreas Schneider
1
-4
/
+16
2010-07-19
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
1
-1
/
+0
2010-07-19
s3-auth: Simplify how we free the auth_context
Simo Sorce
1
-1
/
+0
2010-07-19
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
1
-1
/
+0
2010-07-16
s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.
Günther Deschner
1
-2
/
+0
2010-07-16
s3-dcerpc: Fix ability to receive Big Endian PDUs
Simo Sorce
1
-0
/
+1
2010-07-16
Make the "map to guest" parameter work correctly with NTLMSSP (spnego
Jeremy Allison
1
-0
/
+4
2010-07-16
s3-registry: use some prs macros to the only place where they are used.
Günther Deschner
1
-4
/
+0
2010-07-16
Move the remnants of rpc_parse code under registry/
Simo Sorce
4
-79
/
+4
2010-07-16
s3-parse_prs: Remove unuesd functions
Simo Sorce
1
-4
/
+0
2010-07-16
s3-misc: Move smb_io_time() to regfio.c
Simo Sorce
1
-4
/
+0
2010-07-16
s3-dcerpc: Use DATA_BLOB for pipes_struct input data
Simo Sorce
1
-1
/
+2
2010-07-16
s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_data
Simo Sorce
1
-1
/
+1
2010-07-16
s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pdu
Simo Sorce
1
-1
/
+1
2010-07-16
s3-dceprc: Use IDL defined constants for length calculations
Simo Sorce
1
-9
/
+0
2010-07-16
s3-dcerpc: Move common helpers into a common file
Simo Sorce
1
-20
/
+0
2010-07-16
dcerpc: remove ncacn_packet_header and related functions
Simo Sorce
1
-10
/
+0
2010-07-16
s3-dcerpc: consolidate respones packet creation code
Simo Sorce
2
-1
/
+2
2010-07-16
s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOB
Simo Sorce
1
-1
/
+1
2010-07-16
s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB
Simo Sorce
2
-2
/
+2
2010-07-16
s3-dcerpc: Remove unused functions and headers
Simo Sorce
2
-35
/
+5
2010-07-14
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
1
-2
/
+3
[prev]
[next]