summaryrefslogtreecommitdiffstats
path: root/source/utils/smbtree.c
Commit message (Collapse)AuthorAgeFilesLines
* Some more good stuff from coolo.Richard Sharpe2003-04-041-61/+0
|
* Fix searching master ip by bcast when old master has gone away (based on ↵Jelmer Vernooij2003-04-021-11/+18
| | | | patch by Stephan Kulow <coolo@kde.org>)
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-1/+1
| | | | some double options and broke some parameters.
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-5/+3
|
* Convert to poptJelmer Vernooij2003-03-221-98/+23
|
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
| | | | | that app-head does. Jeremy.
* Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
|
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-70/+15
| | | | | | few more places to use it. Andrew Bartlett
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-1/+0
|
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+3
| | | | | | | and replaced with two functions: void zero_ip(struct in_adder *ip); BOOL is_zero_ip(struct in_addr ip);
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
| | | | | in smbd/process.c where the timezone is reinitialised. Was replaced with check for a static is_initialised boolean.
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-1/+1
| | | | | lookup uses password server parameter when looking for PDCs. Jeremy.
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-2/+1
| | | | default, rather than in preprocessor macros.
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
|
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
|
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
| | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default.
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
|
* added -b optionAndrew Tridgell2001-08-201-2/+9
|
* nicer smbtree outputAndrew Tridgell2001-07-251-2/+4
|
* A program to display a tree of domains, servers and shares similar to theTim Potter2001-07-061-0/+419
network neighbourhood graph. Still needs a bit of work.