index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().
Günther Deschner
1
-1
/
+6
2007-12-21
r26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.
Günther Deschner
1
-11
/
+32
2007-12-21
r26146: Add IDL and torture test for wkssvc_NetrUseEnum().
Günther Deschner
1
-1
/
+60
2007-12-21
r26144: Add IDL and torture test for wkssvc_NetrWkstaTransportAdd and
Günther Deschner
1
-7
/
+20
2007-12-21
r26143: Add IDL and torture test for wkssvc_NetrWkstaUserGetInfo.
Günther Deschner
1
-1
/
+16
2007-12-21
r26142: Cleanup IDL and add torture test for wkssvc_NetWkstaEnumUsers.
Günther Deschner
1
-15
/
+18
2007-12-21
r26141: Reflect pointer_default(unique) setting.
Günther Deschner
1
-15
/
+15
2007-12-21
r26097: Consider python modules special modules rather than special libraries.
Jelmer Vernooij
1
-1
/
+0
2007-12-21
r26071: Move DCE/RPC SWIG bindings closer to the code they're wrapping.
Jelmer Vernooij
2
-0
/
+124
2007-12-21
r26054: ndr: remove ndr_push/pull_save
Stefan Metzmacher
3
-43
/
+0
2007-12-21
r26052: ndr_krb5pac: don't use ndr_pull_save anymore
Stefan Metzmacher
1
-3
/
+3
2007-12-21
r26051: ndr_string: don't use ndr_pull_save anymore
Stefan Metzmacher
1
-4
/
+4
2007-12-21
r26050: ndr: don't use ndr_push_save anymore
Stefan Metzmacher
1
-7
/
+7
2007-12-21
r26006: Improve some dependencies.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r25951: Add missing DS_SERVER_NDNC bit to netr_DsR_DcFlags.
Günther Deschner
1
-0
/
+1
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2
-68
/
+103
2007-12-21
r25919: ndr: change NTSTAUS into enum ndr_err_code (ndrdump)
Stefan Metzmacher
1
-8
/
+14
2007-12-21
r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)
Stefan Metzmacher
7
-101
/
+101
2007-12-21
r25917: ndr: move ndr_map_error2ntstatus to errormap.c
Stefan Metzmacher
1
-25
/
+0
2007-12-21
r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)
Stefan Metzmacher
4
-198
/
+210
2007-12-21
r25907: use DEBUGADD() to match samba3
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25905: use data_blob_const() to set the DATA_BLOB
Stefan Metzmacher
1
-2
/
+1
2007-12-21
r25894: Add IDL for netr_DsRAddressToSitenamesW and netr_DsRAddressToSitename...
Günther Deschner
1
-2
/
+28
2007-12-21
r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.
Günther Deschner
1
-2
/
+12
2007-12-21
r25829: - use DEBUG() instead of printf
Stefan Metzmacher
1
-1
/
+3
2007-12-21
r25828: don't ignore errors
Stefan Metzmacher
1
-0
/
+7
2007-12-21
r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()
Stefan Metzmacher
2
-4
/
+4
2007-12-21
r25818: remove useless '\' chars at the end of lines
Stefan Metzmacher
1
-7
/
+7
2007-12-21
r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.
Günther Deschner
1
-3
/
+21
2007-12-21
r25815: Small DFS idl fixes.
Günther Deschner
1
-3
/
+14
2007-12-21
r25806: let libndr.h include needed stuff and remove pidl magic
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25800: Use dump_data_skip_zeros() in ndrdump.
Günther Deschner
1
-4
/
+17
2007-12-21
r25798: - check return value of ndr_push_set_switch_value()
Stefan Metzmacher
1
-1
/
+8
2007-12-21
r25797: use error and out logic
Stefan Metzmacher
1
-2
/
+6
2007-12-21
r25796: use NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
1
-3
/
+1
2007-12-21
r25794: use NDR_CHECK()
Stefan Metzmacher
1
-4
/
+3
2007-12-21
r25793: check the return value of ndr_push_set_switch_value()
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()
Stefan Metzmacher
1
-16
/
+6
2007-12-21
r25785: more small updates to frsrpc
Ronnie Sahlberg
1
-7
/
+10
2007-12-21
r25784: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25782: use NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
1
-5
/
+5
2007-12-21
r25779: the return value of ndr_pull_set_switch_value() should be checked
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros
Stefan Metzmacher
1
-22
/
+10
2007-12-21
r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly
Stefan Metzmacher
2
-3
/
+10
2007-12-21
r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directly
Stefan Metzmacher
1
-14
/
+14
2007-12-21
r25774: create ndr_pull_union_blob_all() and match the logic of the struct fns
Stefan Metzmacher
1
-4
/
+20
2007-12-21
r25773: update frsrpc.idl and add some more comments
Ronnie Sahlberg
1
-5
/
+29
2007-12-21
r25772: rename the tail fields
Ronnie Sahlberg
1
-2
/
+2
2007-12-21
r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral id
Ronnie Sahlberg
1
-1
/
+1
2007-12-21
r25770: rename "unknown5" to tlv_size
Ronnie Sahlberg
1
-2
/
+2
[prev]
[next]