summaryrefslogtreecommitdiffstats
path: root/source3/librpc/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused copy of ndrdump.c.Jelmer Vernooij2008-10-231-445/+0
|
* Remove Samba3/Samba4-specific bits.Jelmer Vernooij2008-10-121-11/+3
|
* s3: fix make everything.Günther Deschner2008-09-241-3/+3
| | | | Guenther
* ndr: change NTSTAUS into enum ndr_err_code (ndrdump)metze2007-11-091-8/+14
| | | | | | | | | librpc/tools/ndrdump.c metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25919 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 95530073de6d5b112391312bed373229af1824b0)
* r24558: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | rename 'dcerpc_table_' -> 'ndr_table_' metze (This used to be commit 4e5908cd596f97d3bb73bd9c0bf3d360944f7810)
* r24552: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-7/+7
| | | | | | | | | | rename dcerpc_interface_table -> ndr_interface_table rename dcerpc_interface_list -> ndr_interface_list and move them to libndr.h metze (This used to be commit f57d23d0f1b1c7a435f3a4ad801e58519cc92a77)
* r24538: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | rename struct dcerpc_interface_call -> struct ndr_interface_call and move it to librpc/ndr/libndr.h metze (This used to be commit 24e096b3659c3070a1ce029174fba51ae59e89ad)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23376: More warningsVolker Lendecke2007-10-101-4/+6
| | | | (This used to be commit a8ec53f022ff66053231818d4a60568675079ede)
* r21652: Fix samba3-specific initializationJelmer Vernooij2007-10-101-0/+9
| | | | (This used to be commit 7ce0c5d0ccee370ae6f38c98c1bf8398c0ec9f19)
* r21651: Add ndrdump to samba 3. This only works from external source at theJelmer Vernooij2007-10-101-5/+31
| | | | | | | | | | | moment. To use, use something like: ./bin/ndrdump -l bin/smbd winreg winreg_EnumValue in <filename> or to see what functions are available: ./bin/ndrdump -l bin/smbd winreg (This used to be commit 0db258c6004922ce444b4a3ecdf669f7e4600ef0)
* r21565: Import ndrdump (doesn't compile yet, needs table support functions).Jelmer Vernooij2007-10-101-0/+411
(This used to be commit 9a9b9421673ed1c455658d8ae79d7a1522a1baa7)