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
/
ntdomain.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-21
s3-rpc_server: Move pipe/handles functions
Simo Sorce
1
-192
/
+2
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-1
/
+1
2011-07-04
s3-rpc_server: Remove client_id and server_id from pipes struct.
Andreas Schneider
1
-2
/
+0
2011-07-04
s3-rpc_server: Add local and remote address to pipes struct.
Andreas Schneider
1
-0
/
+4
2011-06-01
s3-rpc_server: Remove syntax from pipes_struct.
Andreas Schneider
1
-1
/
+0
2011-06-01
s3-rpc_server: Added syntax id to pipe_rpc_fns struct.
Andreas Schneider
1
-1
/
+2
2011-05-02
s3: move pipe_auth_data to dcerpc.h
Günther Deschner
1
-14
/
+0
2011-05-02
s3-proto: move rpc_srv_register protos and structs to town headerfile.
Günther Deschner
1
-0
/
+1
2011-04-29
s3-proto: move rpc_server/rpc_handles.c protos to ntdomain.h
Günther Deschner
1
-0
/
+28
2011-04-13
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
1
-0
/
+2
2011-03-23
s3-epmapper: Added function to delete endpoint entries.
Andreas Schneider
1
-0
/
+3
2011-03-23
s3-rpc_server: Rename system_user to ncalrpc_as_system.
Andreas Schneider
1
-1
/
+1
2011-03-08
s3-rpc_server: Add server support for NCALRPC system user pipe.
Andreas Schneider
1
-0
/
+2
2011-03-08
s3-rpc_server: Introduce transport in pipe_struct.
Andreas Schneider
1
-0
/
+2
2011-03-08
s3-rpc_server: Added server address to pipes struct.
Andreas Schneider
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-1
/
+1
2010-09-23
s3-dcerpc: remove auth_data_free_func
Simo Sorce
1
-2
/
+0
2010-09-23
s3-dcerpc: make auth context opaque
Simo Sorce
1
-6
/
+1
2010-09-23
s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data
Simo Sorce
1
-7
/
+0
2010-08-18
s3: Add "client_id" to pipes_struct
Volker Lendecke
1
-1
/
+1
2010-08-07
s3: Add msg_ctx to pipes_struct
Volker Lendecke
1
-0
/
+1
2010-07-30
s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSP
Simo Sorce
1
-1
/
+1
2010-07-30
s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth
Simo Sorce
1
-1
/
+2
2010-07-28
s3-decrpc: Introduce gssapi support for dcerpc krb5 auth
Simo Sorce
1
-6
/
+2
2010-07-28
s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
Simo Sorce
1
-3
/
+7
2010-07-28
s3-include: Use struct pipes struct and get rid of the typedef.
Andreas Schneider
1
-3
/
+3
2010-07-20
s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
Simo Sorce
1
-1
/
+8
2010-07-16
Move the remnants of rpc_parse code under registry/
Simo Sorce
1
-35
/
+0
2010-07-16
s3-dcerpc: Use DATA_BLOB for pipes_struct input data
Simo Sorce
1
-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
1
-1
/
+1
2010-07-13
s3-dcerpc: Remove unused members
Simo Sorce
1
-3
/
+0
2010-07-13
s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests
Simo Sorce
1
-0
/
+3
2010-07-13
s3-dceprc: Store opnum in its own variable
Simo Sorce
1
-0
/
+3
2010-07-13
s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_struct
Simo Sorce
1
-8
/
+3
2010-06-18
Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...
Jeremy Allison
1
-1
/
+3
2010-06-16
Remove two unused functions (prs_force_dynamic, prs_set_session_key).
Jeremy Allison
1
-1
/
+0
2010-05-31
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
Andrew Bartlett
1
-1
/
+1
2010-02-26
s3: remove unused schannel_auth_struct.
Günther Deschner
1
-6
/
+0
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+2
2009-11-08
Revert "s3: Do not reference the ndr_tables in the server calls directly"
Volker Lendecke
1
-1
/
+1
2009-11-08
s3: Do not reference the ndr_tables in the server calls directly
Volker Lendecke
1
-1
/
+1
2009-09-24
s3: remove unused printing macros.
Günther Deschner
1
-11
/
+0
2009-09-16
schannel: fully share schannel sign/seal between s3 and 4.
Günther Deschner
1
-1
/
+1
2009-09-15
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
1
-8
/
+1
2009-08-27
s3-schannel: remove remaining code that was using "struct dcinfo".
Günther Deschner
1
-19
/
+0
2009-08-27
s3-credentials: remove unused code.
Günther Deschner
1
-2
/
+0
2009-08-27
s3-netlogon: use shared credential and schannel storage infrastructure for ne...
Günther Deschner
1
-0
/
+3
2009-05-07
s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().
Günther Deschner
1
-1
/
+1
[next]