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
/
rpc_server
/
srv_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
Volker Lendecke
2010-06-08
1
-4
/
+3
*
s3:auth add hooks to indicate if signing or sealing is desired with NTLMSSP
Andrew Bartlett
2010-06-07
1
-0
/
+21
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-06-07
1
-3
/
+4
*
s3-rpc: Seperate rpc_srv_register for plain connection.
Andreas Schneider
2010-06-04
1
-125
/
+32
*
s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()
Andrew Bartlett
2010-05-31
1
-7
/
+9
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
Andrew Bartlett
2010-05-31
1
-7
/
+7
*
s3:auth Make AUTH_NTLMSSP_STATE a private structure.
Andrew Bartlett
2010-05-31
1
-26
/
+27
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-5
/
+4
*
s3:ntlmssp: use client.netbios_name instead of workstation
Stefan Metzmacher
2010-03-24
1
-1
/
+2
*
srv_pipe.c doesn't reference current_user anymore. Remove it.
Jeremy Allison
2010-03-04
1
-2
/
+0
*
schannel_tdb: make code compilable in both trees
Simo Sorce
2010-02-23
1
-1
/
+1
*
s3:schannel streamline interface
Simo Sorce
2010-02-23
1
-1
/
+1
*
More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.
Jeremy Allison
2010-02-18
1
-16
/
+31
*
More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.
Jeremy Allison
2010-02-18
1
-14
/
+16
*
Fix bug #7146 - Samba miss-parses authenticated RPC packets.
Jeremy Allison
2010-02-17
1
-120
/
+311
*
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
2009-12-22
1
-0
/
+1
*
s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.
Günther Deschner
2009-11-26
1
-2
/
+0
*
Revert "s3: Consolidate getting the name out of a pipes_struct"
Volker Lendecke
2009-11-08
1
-15
/
+29
*
Revert "s3: Do not reference ndr_table when calling rpc_srv_register"
Volker Lendecke
2009-11-08
1
-7
/
+2
*
s3: Do not reference ndr_table when calling rpc_srv_register
Volker Lendecke
2009-11-08
1
-2
/
+7
*
s3: Consolidate getting the name out of a pipes_struct
Volker Lendecke
2009-11-08
1
-29
/
+15
*
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
Volker Lendecke
2009-11-07
1
-17
/
+27
*
s3:rpc: Fix is_known_pipename for dynamically loaded pipes
Volker Lendecke
2009-10-13
1
-1
/
+22
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-0
/
+1
*
libcli/auth: rewrite schannel sign/seal code to be more generic
Stefan Metzmacher
2009-09-16
1
-17
/
+27
*
s3-dcerpc: remove more obsolete or duplicate headers.
Günther Deschner
2009-09-16
1
-15
/
+15
*
s3-schannel: add dump_NL_AUTH_SIGNATURE.
Günther Deschner
2009-09-16
1
-23
/
+3
*
schannel: fully share schannel sign/seal between s3 and 4.
Günther Deschner
2009-09-16
1
-25
/
+60
*
s3-dcerpc: really fix remaining old auth level constants. sorry...
Günther Deschner
2009-09-15
1
-2
/
+2
*
s3-dcerpc: fix remaining old auth level constants.
Günther Deschner
2009-09-15
1
-13
/
+13
*
s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.
Günther Deschner
2009-09-15
1
-5
/
+5
*
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
2009-09-15
1
-15
/
+15
*
s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.
Günther Deschner
2009-09-13
1
-1
/
+3
*
s3-schannel: use NL_AUTH_SIGNATURE for schannel sign & seal (client & server).
Günther Deschner
2009-09-11
1
-8
/
+31
*
s3-schannel: use NL_AUTH_MESSAGE for schannel bind reply.
Günther Deschner
2009-09-11
1
-10
/
+17
*
s3-rpc_server: use NL_AUTH_MESSAGE in pipe_schannel_auth_bind().
Günther Deschner
2009-09-08
1
-6
/
+23
*
s3-netlogon: use shared credential and schannel storage infrastructure for ne...
Günther Deschner
2009-08-27
1
-7
/
+11
*
Use null_ndr_syntax_id instead of zeroing null_interface manually
Volker Lendecke
2009-07-05
1
-6
/
+2
*
Remove "typedef struct ndr_syntax_id RPC_IFACE;"
Volker Lendecke
2009-07-05
1
-4
/
+6
*
Make check_bind_req static to rpc_server/srv_pipe.c
Volker Lendecke
2009-07-05
1
-2
/
+2
*
Get the sense of the integer wrap test the right way around. Sorry.
Jeremy Allison
2009-03-05
1
-1
/
+1
*
Now we're allowing a lower bound for auth_len, ensure we
Jeremy Allison
2009-03-05
1
-1
/
+5
*
Complete the fix for bug 6100
Volker Lendecke
2009-03-05
1
-1
/
+1
*
Make prs_struct->out_data.current_pdu dynamically allocated
Volker Lendecke
2009-02-08
1
-113
/
+98
*
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
2009-02-01
1
-1
/
+1
*
Replace pipe names in pipes_struct by ndr_syntax_id
Volker Lendecke
2009-02-01
1
-29
/
+52
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
1
-1
/
+3
*
Remove the rpc_srv_register wrapper around rpc_pipe_register_commands
Volker Lendecke
2009-01-09
1
-15
/
+4
*
Pass the full ndr_interface_table into the s3 rpcserver when registering
Volker Lendecke
2009-01-09
1
-0
/
+10
[next]