summaryrefslogtreecommitdiffstats
path: root/source4/librpc/tools
Commit message (Collapse)AuthorAgeFilesLines
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab)
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c)
* r25919: ndr: change NTSTAUS into enum ndr_err_code (ndrdump)Stefan Metzmacher2007-12-211-8/+14
| | | | | | | librpc/tools/ndrdump.c metze (This used to be commit c788fe3eecae49187a84561783ddbe8f0199ac70)
* r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner2007-12-211-4/+17
| | | | | | | | Still obey the --dump-data parameter which enforces the full dump display (thanks metze). Guenther (This used to be commit c44a1d839375196fb832c64d43b7e47ea67c66b2)
* r25028: Fix more warnings.Jelmer Vernooij2007-10-101-5/+5
| | | | (This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-101-2/+4
| | | | | Andrew Bartlett (This used to be commit 3d74d178bfd89127ff387939e848b240e638cc35)
* r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher2007-10-101-5/+5
| | | | | | | | and rename the containing functions to have a ndr_ prefix metze (This used to be commit cb234d43ae693af5d8a921a15c9bcac3c6f0359a)
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-6/+6
| | | | | | | | | rename dcerpc_interface_list -> ndr_interface_list and move them to libndr.h metze (This used to be commit 4adbebef5df2f833d2d4bfcdda72a34179d52f5c)
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-101-2/+2
| | | | | | | and move it to librpc/ndr/libndr.h metze (This used to be commit abd5551aabae1820baaa52a963e8c7aa9605914e)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r21653: Add two more tdr tests.Jelmer Vernooij2007-10-101-0/+9
| | | | (This used to be commit cc40e3acd95aecea481a65e936d311b815c6e9ae)
* r21650: Update ndrdump to work in samba3Jelmer Vernooij2007-10-101-1/+24
| | | | (This used to be commit 10295d9bdd035c008fa7dafef0426c1e86250ac9)
* r21564: Move ndrdump to librpc/tools.Jelmer Vernooij2007-10-102-0/+497
(This used to be commit e3cc94e7d175824abce16c377e5180b4756543cf)