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
/
include
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-spoolss: Removed construct_dev_mode() function.
Simo Sorce
2010-07-27
1
-2
/
+0
*
s3-spoolss: Migrated driver functions to winreg.
Simo Sorce
2010-07-27
1
-14
/
+6
*
s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.
Andreas Schneider
2010-07-27
1
-1
/
+2
*
s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.
Simo Sorce
2010-07-27
1
-9
/
+6
*
s3: Convert cli_qpathinfo_streams to cli_qpathinfo_send
Volker Lendecke
2010-07-26
1
-4
/
+12
*
s3: Convert cli_qpathinfo_basic to cli_qpathinfo_send
Volker Lendecke
2010-07-26
1
-0
/
+6
*
s3: Convert cli_qpathinfo2 to cli_qpathinfo_send
Volker Lendecke
2010-07-26
1
-7
/
+18
*
s3: Convert cli_qpathinfo1 to cli_qpathinfo
Volker Lendecke
2010-07-26
1
-1
/
+11
*
s3: Convert cli_get_ea_list_path to cli_qpathinfo_send
Volker Lendecke
2010-07-25
1
-1
/
+7
*
s3: Add async cli_qpathinfo
Volker Lendecke
2010-07-25
1
-0
/
+11
*
s3: cli_qpathinfo->cli_qpathinfo1
Volker Lendecke
2010-07-25
1
-1
/
+1
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
1
-8
/
+8
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-3
/
+5
*
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2010-07-20
1
-2
/
+4
*
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
Jeremy Allison
2010-07-20
1
-1
/
+1
*
dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually rep...
Simo Sorce
2010-07-20
1
-2
/
+2
*
s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
Simo Sorce
2010-07-20
1
-4
/
+4
*
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
2010-07-20
1
-26
/
+1
*
s3-auth: Refactor and rename auth_ntlmssp_server_info()
Simo Sorce
2010-07-20
1
-3
/
+3
*
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2010-07-19
1
-2
/
+2
*
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
2010-07-19
1
-2
/
+1
*
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
2010-07-19
1
-2
/
+2
*
s3-rpc_server: Added callbacks for init and shutdown of a rpc service.
Andreas Schneider
2010-07-19
1
-4
/
+16
*
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
2010-07-19
1
-1
/
+0
*
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
2010-07-19
1
-1
/
+0
*
s3-dcerpc: Fix ability to receive Big Endian PDUs
Simo Sorce
2010-07-16
1
-0
/
+1
*
Make the "map to guest" parameter work correctly with NTLMSSP (spnego
Jeremy Allison
2010-07-16
1
-0
/
+4
*
Move the remnants of rpc_parse code under registry/
Simo Sorce
2010-07-16
1
-44
/
+0
*
s3-parse_prs: Remove unuesd functions
Simo Sorce
2010-07-16
1
-4
/
+0
*
s3-misc: Move smb_io_time() to regfio.c
Simo Sorce
2010-07-16
1
-4
/
+0
*
s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_data
Simo Sorce
2010-07-16
1
-1
/
+1
*
s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pdu
Simo Sorce
2010-07-16
1
-1
/
+1
*
s3-dcerpc: Move common helpers into a common file
Simo Sorce
2010-07-16
1
-20
/
+0
*
dcerpc: remove ncacn_packet_header and related functions
Simo Sorce
2010-07-16
1
-10
/
+0
*
s3-dcerpc: consolidate respones packet creation code
Simo Sorce
2010-07-16
1
-0
/
+1
*
s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB
Simo Sorce
2010-07-16
1
-1
/
+1
*
s3-dcerpc: Remove unused functions and headers
Simo Sorce
2010-07-16
1
-19
/
+5
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-07-14
1
-2
/
+3
*
s3-dcerpc: Remove unused functions and headers
Simo Sorce
2010-07-13
1
-11
/
+0
*
s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by address
Simo Sorce
2010-07-13
1
-1
/
+1
*
s3-dcerpc: Remove unused functions
Simo Sorce
2010-07-13
1
-3
/
+0
*
s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests
Simo Sorce
2010-07-13
1
-4
/
+4
*
dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c file
Simo Sorce
2010-07-13
1
-0
/
+6
*
sr-dcerpc: add dcerpc_push_ncacn_packet_header()
Simo Sorce
2010-07-13
1
-0
/
+7
*
s3-dcerpc: Use dcerpc_set_frag_length()
Simo Sorce
2010-07-13
1
-1
/
+0
*
s3-dcerpc: link against ../librpc/rpc/dcerpc_util.c
Günther Deschner
2010-07-13
1
-0
/
+6
*
s3-dcerpc: Remove unused prototype
Simo Sorce
2010-07-13
1
-1
/
+0
*
s3: [ug]id_to_unix_... can not fail
Volker Lendecke
2010-07-11
1
-2
/
+2
*
s3-dcerpc: make dcerpc_pull_dcerpc_auth() public
Simo Sorce
2010-07-08
1
-0
/
+3
*
s3-dcerpc: make dceprc_push_dcerpc_auth public
Simo Sorce
2010-07-08
1
-0
/
+7
[prev]
[next]