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
/
srv_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/auth: Provide a struct loadparm_context to schannel calls
Andrew Bartlett
2011-10-13
1
-2
/
+11
*
s3-rpc_server: Make sure we switch always the connecting user.
Andreas Schneider
2011-08-30
1
-13
/
+11
*
s3-rpc_server: Use talloc for pipe_rpc_fns
Simo Sorce
2011-07-28
1
-3
/
+3
*
s3-rpc_server: Move pipe/handles functions
Simo Sorce
2011-07-21
1
-1
/
+1
*
s3-auth Use the common auth_session_info
Andrew Bartlett
2011-07-20
1
-2
/
+2
*
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
2011-07-20
1
-2
/
+2
*
s3-rpc_server: Replace client_id in dcerpc gssapi server.
Andreas Schneider
2011-07-04
1
-4
/
+4
*
s3-rpc_server: Remove unused client_id in srv_pipe.c.
Andreas Schneider
2011-07-04
1
-3
/
+0
*
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
2011-07-04
1
-0
/
+2
*
s3-rpc_server: Fix debug messages.
Andreas Schneider
2011-06-01
1
-46
/
+20
*
s3-rpc_server: Remove guessing of the syntax id.
Andreas Schneider
2011-06-01
1
-0
/
+7
*
s3-rpc_server: Use the correct syntax id for debugging.
Andreas Schneider
2011-06-01
1
-8
/
+11
*
s3-rpc_server: Use the context syntax id in api_pipe_request().
Andreas Schneider
2011-06-01
1
-7
/
+7
*
s3-rpc_server: Use the correct syntax id in api_pipe_bind_req().
Andreas Schneider
2011-06-01
1
-19
/
+14
*
s3-rpc_server: Move the context functions to own file.
Andreas Schneider
2011-06-01
1
-20
/
+1
*
s3-rpc_server: Store the ndr syntax id in the pipe context.
Andreas Schneider
2011-06-01
1
-5
/
+6
*
s3-rpc_server: (re)move last globally included rpc_server prototypes.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-smbd: avoid using pipes_struct when only session_info is needed.
Günther Deschner
2011-05-02
1
-1
/
+1
*
s3-rpc_server Remove comment, yes the key is correct.
Andrew Bartlett
2011-04-04
1
-2
/
+0
*
s3-auth consolidate create_local_token() into make_server_info_krb5()
Andrew Bartlett
2011-04-04
1
-10
/
+0
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth: rpc_server needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: rpc_server needs parts of smbd.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.
Andreas Schneider
2011-03-23
1
-3
/
+0
*
s3-rpc_server: Rename system_user to ncalrpc_as_system.
Andreas Schneider
2011-03-23
1
-1
/
+1
*
s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req().
Günther Deschner
2011-03-09
1
-0
/
+3
*
s3-rpc_server: Free unused memory.
Andreas Schneider
2011-03-08
1
-0
/
+2
*
s3-rpc_server: Add server support for NCALRPC system user pipe.
Andreas Schneider
2011-03-08
1
-0
/
+22
*
s3-rpc_server Handle session key as a constant buffer
Andrew Bartlett
2011-03-01
1
-28
/
+4
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-16
/
+16
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
1
-2
/
+2
*
s3-dcerps: check auth_type
Simo Sorce
2010-09-23
1
-0
/
+15
*
s3-dcerpc: remove auth_data_free_func
Simo Sorce
2010-09-23
1
-11
/
+2
*
s3-dcerpc: make auth context opaque
Simo Sorce
2010-09-23
1
-53
/
+57
*
srv_pipe: reorganize code so that related functions are close to each other
Simo Sorce
2010-09-23
1
-253
/
+252
*
s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data
Simo Sorce
2010-09-23
1
-4
/
+2
*
s3-dcerpc: use new spnego server code
Simo Sorce
2010-09-23
1
-200
/
+122
*
s3-dcesrv: use gssapi helper in srv_pipe.c
Simo Sorce
2010-09-23
1
-223
/
+46
*
s3-dcesrv: use ntlmssp helper in srv_pipe.c
Simo Sorce
2010-09-23
1
-204
/
+173
*
gssapi: remove unused function argument
Simo Sorce
2010-09-23
1
-4
/
+1
*
gssapi: avoid explicit dependency on dcerpc specific structures
Simo Sorce
2010-09-23
1
-2
/
+4
*
s3-dcerpc: move crypto stuff in /librpc/crypto
Simo Sorce
2010-09-23
1
-1
/
+1
*
s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server side
Simo Sorce
2010-08-30
1
-29
/
+364
*
s3-dcerpc: only include rpc_dce.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-dcerpc: Remove unused function
Simo Sorce
2010-08-17
1
-18
/
+0
*
s3-dcerpc: make a few local functions as static
Simo Sorce
2010-08-17
1
-4
/
+7
*
s3:rpc_server: fix valgrind warning
Stefan Metzmacher
2010-08-08
1
-0
/
+1
*
s3-dcerpc: fix some uninitialized variables build warnings.
Günther Deschner
2010-08-03
1
-1
/
+1
*
s3-dcerpc: Use dcerpc_guess_sizes in the server code too.
Simo Sorce
2010-07-30
1
-95
/
+38
[next]