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
/
source4
/
librpc
/
rpc
/
dcerpc_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:librpc: use authenticated epmapping for ncacn_http
Stefan Metzmacher
2014-09-23
1
-7
/
+13
*
librpc: Fix a "ignoring asprintf return" warning
Volker Lendecke
2014-06-05
1
-4
/
+5
*
s4:librpc/rpc: use dcerpc_binding_get_object() in order to pass the object to...
Stefan Metzmacher
2014-03-25
1
-2
/
+3
*
s4:librpc/rpc: remove unused dcecli_connection->binding_string
Stefan Metzmacher
2014-03-25
1
-3
/
+0
*
s4:librpc/rpc: pass dcerpc_binding arround as 'const'
Stefan Metzmacher
2014-02-13
1
-3
/
+3
*
s4:librpc/rpc: make use of dcerpc_binding_get_string_option("endpoint")
Stefan Metzmacher
2014-02-13
1
-1
/
+4
*
s4:librpc/rpc: make use of dcerpc_binding_get_flags()
Stefan Metzmacher
2014-02-13
1
-7
/
+7
*
s4:librpc/rpc: make use of dcerpc_binding_[g|s]et_* functions in dcerpc_epm_m...
Stefan Metzmacher
2014-02-13
1
-23
/
+50
*
s4:librpc/rpc: always call dcerpc_binding_set_abstract_syntax() in dcerpc_epm...
Stefan Metzmacher
2014-02-13
1
-3
/
+6
*
s4:librpc/rpc: the table argument to dcerpc_epm_map_binding_send() isn't opti...
Stefan Metzmacher
2014-02-13
1
-27
/
+23
*
s4:librpc/rpc: use dcerpc_binding_[g|set]_string_option("localaddress")
Stefan Metzmacher
2014-02-13
1
-0
/
+8
*
s4:librpc/rpc: make use of dcerpc_binding_dup() in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-11
/
+1
*
s4:librpc/rpc: fix memory hierachie in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-7
/
+6
*
s4:librpc/rpc: avoid some indentation levels in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-17
/
+27
*
s4:librpc: use dcerpc_binding_dup() instead of talloc_reference()
Stefan Metzmacher
2014-01-07
1
-1
/
+5
*
s4:librpc: avoid talloc_reference() in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2013-08-12
1
-5
/
+13
*
s4-librpc: try a 2nd logon for more error cases
Andrew Tridgell
2012-11-01
1
-3
/
+10
*
s4-librpc: use cli_credentials_failed_kerberos_login to cope with stale tickets
Andrew Tridgell
2012-11-01
1
-1
/
+15
*
s4-rpc: show binding string in failed rpc binds
Andrew Tridgell
2011-09-22
1
-1
/
+2
*
s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g
Stefan Metzmacher
2011-03-11
1
-2
/
+2
*
build: moved librpc/rpc/*.c into a rpccommon library
Andrew Tridgell
2011-02-24
1
-0
/
+1
*
Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...
Julien Kerihuel
2010-09-07
1
-0
/
+1
*
s4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe backend
Stefan Metzmacher
2010-08-12
1
-2
/
+1
*
s4:librpc/rpc: fix dcerpc_log_packet() prototype
Stefan Metzmacher
2010-08-12
1
-3
/
+3
*
s4:librpc/rpc: avoid using DCERPC_NDR_REF_ALLOC for epm_Map()
Stefan Metzmacher
2010-08-02
1
-2
/
+2
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-4
/
+4
*
dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c file
Simo Sorce
2010-07-13
1
-67
/
+0
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-3
/
+2
*
s4-rpc: fixed a talloc loop in continue_ntlmssp_connection()
Andrew Tridgell
2010-04-02
1
-0
/
+24
*
s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()
Stefan Metzmacher
2010-03-17
1
-0
/
+7
*
s4:librpc/rpc/dcerpc_util.c: make use of use tevent_req based dcerpc_binding_...
Stefan Metzmacher
2010-03-12
1
-10
/
+12
*
s4:librpc/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
2010-03-01
1
-1
/
+1
*
Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c...
Jeremy Allison
2010-02-17
1
-6
/
+4
*
Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...
Jeremy Allison
2010-02-17
1
-4
/
+6
*
s4-rpc: paranoid check for auth_length
Andrew Tridgell
2010-02-17
1
-0
/
+11
*
s4-rpc: don't use auth padding in rpc bind requests as it breaks s3
Andrew Tridgell
2010-02-16
1
-0
/
+7
*
a4-dcerpc: another attempt at dcerpc auth padding
Andrew Tridgell
2010-02-14
1
-3
/
+5
*
s4-rpc: be more careful about DCERPC auth padding
Andrew Tridgell
2010-02-13
1
-0
/
+60
*
s4-rpc: added NDR64 support
Andrew Tridgell
2009-09-17
1
-1
/
+1
*
always enable RPC debugging with a debug level >= 100.
Andrew Tridgell
2009-06-12
1
-0
/
+4
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2008-11-02
1
-4
/
+11
*
Remove another use of global_loadparm.
Jelmer Vernooij
2008-11-02
1
-3
/
+4
*
The SMB session key must not be more than 16 bytes in SAMR (and
Andrew Bartlett
2008-07-23
1
-2
/
+12
*
Require passing in an event context to endpoint mapper utility function.
Jelmer Vernooij
2008-04-17
1
-13
/
+1
*
Remove event context tracking from the credentials struct.
Jelmer Vernooij
2008-04-17
1
-1
/
+0
*
Split binding structure handling out into a separate file.
Jelmer Vernooij
2008-04-15
1
-695
/
+0
*
Install libevents since it's required by samba-gtk.
Jelmer Vernooij
2008-04-03
1
-1
/
+1
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-10
/
+11
*
Remove more global_loadparm instance.s
Jelmer Vernooij
2008-02-21
1
-1
/
+2
[next]