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
Commit message (
Expand
)
Author
Age
Files
Lines
*
librpc-idl: replace int32 by uint32 as the values are always > 0
Stefan Metzmacher
2013-10-26
1
-2
/
+2
*
librpc-idl: replace int32 by the enumeration as it's the type that we use in ...
Matthieu Patou
2013-10-26
1
-10
/
+10
*
librpc/rpc: add dcerpc_binding_handle_auth_info()
Stefan Metzmacher
2013-10-17
2
-0
/
+33
*
libndr: Avoid ommitting display of unset bitmap flags.
Günther Deschner
2013-10-09
1
-4
/
+4
*
Revert "Support UPN_DNS_INFO in the PAC"
Stefan Metzmacher
2013-10-03
1
-9
/
+7
*
librpc: Fix blank line endings
Volker Lendecke
2013-10-02
1
-8
/
+8
*
libndr: Fix ndr_print_bitmap_flag for value=0
Volker Lendecke
2013-10-02
1
-0
/
+4
*
librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...
Matthieu Patou
2013-10-02
1
-1
/
+2
*
idl: fix frsrpc idl with NDR64 fields
Matthieu Patou
2013-09-24
1
-2
/
+2
*
idl: remove duplicate flag
Matthieu Patou
2013-09-24
1
-1
/
+0
*
frstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe
Stefan Metzmacher
2013-09-24
1
-1
/
+1
*
drsuapi.idl: change the range for attribute values to 26214400 bytes.
Stefan Metzmacher
2013-09-24
1
-1
/
+1
*
librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()
Stefan Metzmacher
2013-09-24
1
-2
/
+11
*
librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 aware
Stefan Metzmacher
2013-09-24
1
-4
/
+4
*
librpc: add dcerpc_default_transport_endpoint() function.
Günther Deschner
2013-09-20
2
-0
/
+58
*
librpc/ndr: make sure ndr_table_list() always calls ndr_init_table() first.
Günther Deschner
2013-09-20
1
-0
/
+1
*
librpc/ndr: call ndr_table_list() from all ndr_X functions.
Günther Deschner
2013-09-20
1
-3
/
+3
*
pkgconfig: Do not hardcode library version numbers in pc files.
Günther Deschner
2013-08-22
4
-4
/
+4
*
librpc: Use tevent_req_simple_recv_ntstatus
Volker Lendecke
2013-08-12
1
-9
/
+1
*
lib: add FSCTL_[GET/SET]_COMPRESSION constants
David Disseldorp
2013-08-09
1
-0
/
+11
*
security.idl: add new security_secinfo bits
Gregor Beck
2013-08-01
1
-0
/
+3
*
librpc: srvsvc.idl: define level 1005 share info flags
Shekhar Amlekar
2013-07-18
1
-2
/
+15
*
librpc: Shorten dcerpc_binding_handle_call a bit
Volker Lendecke
2013-06-14
1
-13
/
+6
*
librpc: Use tevent_req_poll_ntstatus
Volker Lendecke
2013-06-14
1
-2
/
+1
*
Fix bug #9932 - Currently the maximum number of aces in an SD is limited to 1...
Partha Sarathi
2013-06-12
1
-1
/
+1
*
librpc: Fix some "ignored asprint result" warnings
Volker Lendecke
2013-06-11
1
-18
/
+9
*
build: Remove unused build_idl.sh
Andrew Bartlett
2013-05-28
1
-67
/
+0
*
idl: Add DNS HINFO record support
Kai Blin
2013-05-26
1
-0
/
+8
*
idl: Add DNS RP record support as per RFC 1183
Kai Blin
2013-05-26
1
-0
/
+7
*
idl: Add support for parsing OPT records
Kai Blin
2013-05-26
1
-0
/
+8
*
spoolss: fill in IDL for spoolss_DeletePrintProcessor.
Günther Deschner
2013-05-20
1
-1
/
+4
*
s4-torture: add ndr test for spoolss_RpcSetJobNamedProperty.
Günther Deschner
2013-05-20
1
-1
/
+1
*
s4-torture: add ndr test for spoolss_GetCorePrinterDrivers.
Günther Deschner
2013-05-20
1
-1
/
+1
*
spoolss: add spoolss_MonitorContainer IDL.
Günther Deschner
2013-05-20
1
-0
/
+21
*
spoolss: make RPC_PrintNamedProperty public
Günther Deschner
2013-05-20
1
-2
/
+2
*
spoolss: fill in IDL for JobNamedProperty calls.
Günther Deschner
2013-05-20
1
-4
/
+56
*
spoolss: make more container objects public for iremotewinspool.
Günther Deschner
2013-05-20
1
-13
/
+13
*
spoolss: add idl for spoolss_RpcSendRecvBidiData.
Günther Deschner
2013-05-20
1
-1
/
+70
*
spoolss: add [ms_union] to spoolss.idl where appropriate.
Günther Deschner
2013-05-20
1
-9
/
+9
*
spoolss: fix string types in spoolss_JTEXP.
Günther Deschner
2013-05-20
1
-3
/
+3
*
spoolss: Fix two size elements in the devmode private spoolss_JTEXP struct.
Günther Deschner
2013-05-20
1
-2
/
+2
*
librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug class
Kai Blin
2013-05-18
4
-1
/
+302
*
librpc: Add special owner/group/other constants to nfs4acl.idl
Andrew Bartlett
2013-05-09
1
-0
/
+4
*
build: Move nfs4acl to the top level
Andrew Bartlett
2013-05-09
3
-1
/
+48
*
ndr: Pass down string_flags in ndr_pull_ntprinting_printer().
Andreas Schneider
2013-03-15
1
-0
/
+2
*
idl: Add flags for strings in ntprinting idl.
Andreas Schneider
2013-03-15
1
-27
/
+42
*
ndr: Add ndr_ntprinting_string_flags() function.
Andreas Schneider
2013-03-15
2
-0
/
+17
*
ndrdump: Don't leak plugin handle on error.
Andreas Schneider
2013-02-22
1
-0
/
+1
*
ndrdump: Check return value of ndr_pull_init_blob().
Andreas Schneider
2013-02-22
1
-0
/
+12
*
librpc: Add NULL check for ndr functions for epm bindings.
Andreas Schneider
2013-02-22
1
-1
/
+6
[next]