summaryrefslogtreecommitdiffstats
path: root/librpc/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-1/+1
| | | | | | | | | By adding a new common setup_logging_stdout() API, we no longer need to abuse the ABI compatability between the different setup_logging() calls in Samba3 and Samba4's DEBUG() subsystems. The revert of 49a6d757b4d944cd22c91b2838beb83f04fbe1e9 works with this to fix bug 6211. Andrew Bartlett
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-3/+2
| | | | remove some unused functions.
* Use tables in Samba 3 ndrdump.Jelmer Vernooij2008-10-201-17/+3
|
* s3-build: fix build of ndrdump.Günther Deschner2008-10-181-2/+0
| | | | Guenther
* Share ndrdump implementation.Jelmer Vernooij2008-10-132-0/+544