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
/
ndr
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
r25818: remove useless '\' chars at the end of lines
Stefan Metzmacher
1
-7
/
+7
2007-12-21
r25806: let libndr.h include needed stuff and remove pidl magic
Stefan Metzmacher
1
-2
/
+2
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
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
r25744: add NDR_ERR_INVALID_POINTER
Stefan Metzmacher
2
-1
/
+4
2007-12-21
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...
Jelmer Vernooij
3
-9
/
+9
2007-10-10
r25516: Sorry, I reverted too much of r25448 in r25515.
Michael Adam
1
-0
/
+1
2007-10-10
r25515: Revert r25448:
Michael Adam
1
-1
/
+0
2007-10-10
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25316: Remove last few instances of old BOOL type in librpc/.
Jelmer Vernooij
4
-16
/
+16
2007-10-10
r25301: Merge my includes.h cleanups.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
1
-3
/
+3
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
3
-9
/
+12
2007-10-10
r24814: Fix headers, trim core.h even more.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
Stefan Metzmacher
1
-0
/
+134
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-0
/
+15
2007-10-10
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
1
-0
/
+9
2007-10-10
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
Stefan Metzmacher
2
-5
/
+5
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
13
-39
/
+26
2007-10-10
r23030: finally fixed up our asn1 code to use better memory allocation. This
Andrew Tridgell
1
-1
/
+1
2007-10-10
r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failure
Andrew Tridgell
1
-1
/
+2
2007-10-10
r21812: fixed an integer overflow error in the ndr push code.
Andrew Tridgell
2
-3
/
+10
2007-10-10
r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo;
Stefan Metzmacher
1
-22
/
+105
2007-10-10
r21391: add supporting for
Stefan Metzmacher
1
-0
/
+31
2007-10-10
r21389: give a better error when our parser hasn't consumed all data
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r20963: remove unused functions, run LOCAL-TDR by default
Jelmer Vernooij
1
-14
/
+0
[next]