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
/
librpc
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
librpc/rpc: try to use DCERPC_NCA_S_* constants for error mappings
Stefan Metzmacher
2014-03-28
1
-4
/
+4
*
librpc/rpc: finally maintain only the object guid
Stefan Metzmacher
2014-03-25
1
-6
/
+5
*
librpc/rpc: maintain "abstract_syntax" as string option of dcerpc_binding
Stefan Metzmacher
2014-03-25
1
-24
/
+37
*
librpc/rpc: handle ipv6 addresses without transport in dcerpc_parse_binding()
Stefan Metzmacher
2014-03-25
1
-0
/
+2
*
librpc/rpc: add "schannel" => DCERPC_SCHANNEL as ncacn_option
Stefan Metzmacher
2014-03-25
1
-0
/
+1
*
librpc/rpc: use dcerpc_binding_set_string_option(b, "endpoint", NULL) to rese...
Stefan Metzmacher
2014-03-25
1
-5
/
+6
*
librpc/rpc: let dcerpc_binding_set_transport() also reset the assoc_group_id
Stefan Metzmacher
2014-03-25
1
-0
/
+5
*
librpc: inline CHECK_SYNTAX macro logic
David Disseldorp
2014-03-24
1
-20
/
+31
*
librpc: inline VT CHECK macro logic
David Disseldorp
2014-03-24
1
-20
/
+32
*
librpc: split type specific VT checks into helpers
David Disseldorp
2014-03-24
1
-26
/
+57
*
librpc: dump correct ndr_syntax_id on VT check failure
David Disseldorp
2014-03-24
1
-1
/
+1
*
librpc/rpc: finaly make struct dcerpc_binding private
Stefan Metzmacher
2014-02-13
2
-13
/
+15
*
librpc/rpc: make use of dcerpc_binding_set*() in dcerpc_binding_from_tower()
Stefan Metzmacher
2014-02-13
1
-26
/
+44
*
librpc/rpc: use dcerpc_binding_get_*() in dcerpc_default_transport_endpoint()
Stefan Metzmacher
2014-02-13
1
-13
/
+26
*
librpc/rpc: avoid loosing data with dcerpc_binding_string() -> dcerpc_parse_b...
Stefan Metzmacher
2014-02-13
1
-1
/
+54
*
librpc/rpc: add dcerpc_binding_[g|s]et_abstract_syntax()
Stefan Metzmacher
2014-02-13
2
-5
/
+60
*
librpc/rpc: allow "assoc_group_id" in dcerpc_binding_[g|s]et_string()
Stefan Metzmacher
2014-02-13
2
-0
/
+30
*
librpc/rpc: add dcerpc_binding_[g|s]et_assoc_group_id()
Stefan Metzmacher
2014-02-13
2
-0
/
+15
*
librpc/rpc: add dcerpc_binding_[g|s]et_transport()
Stefan Metzmacher
2014-02-13
2
-2
/
+37
*
librpc/rpc: add dcerpc_binding_[g|s]et_object()
Stefan Metzmacher
2014-02-13
2
-28
/
+44
*
librpc/rpc: add dcerpc_binding_[g|s]et_flags()
Stefan Metzmacher
2014-02-13
2
-0
/
+22
*
librpc/rpc: add dcerpc_binding_get_auth_info()
Stefan Metzmacher
2014-02-13
2
-0
/
+43
*
librpc/rpc: simplify dcerpc_parse_binding()
Stefan Metzmacher
2014-02-13
1
-104
/
+88
*
librpc/rpc: handle ncacn_options in dcerpc_binding_[s|g]et_string_option()
Stefan Metzmacher
2014-02-13
1
-2
/
+29
*
librpc/rpc: set more things via dcerpc_binding_set_string_option()
Stefan Metzmacher
2014-02-13
2
-0
/
+122
*
librpc/rpc: add ncacn_option_by_name()
Stefan Metzmacher
2014-02-13
1
-1
/
+19
*
librpc/rpc: remove dcerpc_binding->localaddress and store it in the options a...
Stefan Metzmacher
2014-02-13
2
-50
/
+2
*
librpc/rpc: let derpc_binding_string() add ncacn_options before key=value opt...
Stefan Metzmacher
2014-02-13
1
-14
/
+13
*
librpc/rpc: handle "localaddress" in dcerpc_binding_[s|g]et_string_option()
Stefan Metzmacher
2014-02-13
1
-2
/
+29
*
librpc/rpc: keep talloc hierachie sane in dcerpc_parse_binding()
Stefan Metzmacher
2014-02-13
1
-4
/
+15
*
librpc/rpc: add dcerpc_binding_copy_string_option()
Stefan Metzmacher
2014-02-13
2
-0
/
+24
*
librpc/rpc: add dcerpc_binding_set_string_option()
Stefan Metzmacher
2014-02-13
2
-0
/
+70
*
librpc/rpc: add dcerpc_binding_get_string_option()
Stefan Metzmacher
2014-02-13
2
-0
/
+34
*
librpc/rpc: only interpret the first option as endpoint if there's no '=' in it.
Stefan Metzmacher
2014-02-13
1
-1
/
+1
*
librpc/rpc: remove the options array in dcerpc_parse_binding() if not needed
Stefan Metzmacher
2014-02-13
1
-2
/
+3
*
librpc/rpc: add some talloc checks to dcerpc_binding_string()
Stefan Metzmacher
2014-02-13
1
-3
/
+40
*
librpc/rpc: add dcerpc_transport_by_name()
Stefan Metzmacher
2014-02-11
2
-0
/
+19
*
librpc/rpc: simplify dcerpc_binding_build_tower()
Stefan Metzmacher
2014-02-11
1
-18
/
+15
*
librpc/rpc: fix dcerpc_floor_set_rhs_data() with NULL data.
Stefan Metzmacher
2014-02-11
1
-0
/
+7
*
librpc/rpc: handle dcerpc_binding->host == NULL in dcerpc_floor_get_rhs_data()
Stefan Metzmacher
2014-02-11
1
-4
/
+16
*
librpc/rpc: let dcerpc_floor_get_rhs_data() return 'char *'
Stefan Metzmacher
2014-02-11
2
-2
/
+2
*
librpc/rpc: add dcerpc_sec_verification_trailer_check()
Gregor Beck
2014-02-11
2
-0
/
+154
*
librpc/rpc: add dcerpc_sec_vt_header2_[from_ncacn_packet|equal]()
Gregor Beck
2014-02-11
2
-0
/
+79
*
librpc/rpc: simplify tevent_req_nterror() usage in binding_handle.c
Stefan Metzmacher
2014-01-08
1
-6
/
+3
*
librpc/rpc: read the full header in dcerpc_read_ncacn_packet_next_vector()
Stefan Metzmacher
2014-01-07
1
-3
/
+9
*
s4:librpc: always try to negotiate DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
2014-01-07
2
-2
/
+4
*
CVE-2013-4408:librpc: check for invalid frag_len within dcerpc_read_ncacn_pac...
Stefan Metzmacher
2013-12-09
1
-0
/
+9
*
CVE-2013-4408:librpc: check for invalid frag_len within dcerpc_read_ncacn_pac...
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
librpc/rpc: add dcerpc_binding_handle_auth_info()
Stefan Metzmacher
2013-10-17
2
-0
/
+33
*
librpc: add dcerpc_default_transport_endpoint() function.
Günther Deschner
2013-09-20
2
-0
/
+58
[next]