summaryrefslogtreecommitdiff
path: root/source3/utils/smbtree.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij1-2/+1
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke1-1/+2
2007-10-10r19450: Fix smbtree's use of netshareenum.Volker Lendecke1-0/+5
2007-10-10r18877: More WERROR/NTSTATUS bugsVolker Lendecke1-4/+5
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-14/+10
2007-10-10r15630: adapt smbclient fix to smbtree to enable long share namesJim McDonough1-0/+57
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-161/+30
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-70/+15
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-1/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+3
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-09-05more warning fixes on solarisAndrew Tridgell1-2/+2
2001-08-20added -b optionAndrew Tridgell1-2/+9
2001-07-25nicer smbtree outputAndrew Tridgell1-2/+4
2001-07-06A program to display a tree of domains, servers and shares similar to theTim Potter1-0/+419