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
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow FSRVP access generic HRESULT error message descriptions
Noel Power
2014-04-02
1
-6
/
+0
*
librpc/idl: remove unused [gensize] from DNS_RPC_RECORD_STRING
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
dcerpc.idl: hide (ndr->flags & LIBNDR_FLAG_OBJECT_PRESENT) logic behind a define
Stefan Metzmacher
2014-03-28
2
-1
/
+9
*
dcerpc.idl: fix dcerpc_bind_nack definition
Stefan Metzmacher
2014-03-28
1
-10
/
+6
*
dcerpc.idl: fix typo s/ist/int
Stefan Metzmacher
2014-03-28
1
-1
/
+1
*
dcerpc.idl: make use of DCERPC_NCA_S_* constants for the legacy DCERPC_FAULT_...
Stefan Metzmacher
2014-03-28
1
-4
/
+4
*
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
*
lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord a...
Alexander Bokovoy
2014-03-24
1
-2
/
+2
*
Add missing FSRVP_E_UNSUPPORTED_CONTEXT constant
Noel Power
2014-03-07
1
-0
/
+1
*
librpc/nbt: increase MAX_COMPONENTS limit for nbt_names.
Günther Deschner
2014-02-13
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
[next]