Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more good stuff from coolo. | Richard Sharpe | 2003-04-04 | 1 | -61/+0 |
| | |||||
* | Fix searching master ip by bcast when old master has gone away (based on ↵ | Jelmer Vernooij | 2003-04-02 | 1 | -11/+18 |
| | | | | patch by Stephan Kulow <coolo@kde.org>) | ||||
* | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -1/+1 |
| | | | | some double options and broke some parameters. | ||||
* | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -5/+3 |
| | |||||
* | Convert to popt | Jelmer Vernooij | 2003-03-22 | 1 | -98/+23 |
| | |||||
* | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+1 |
| | | | | | that app-head does. Jeremy. | ||||
* | Another smattering of static and const | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
| | |||||
* | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 1 | -70/+15 |
| | | | | | | few more places to use it. Andrew Bartlett | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 1 | -1/+0 |
| | |||||
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -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 place | Tim Potter | 2001-11-23 | 1 | -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 name | Jeremy Allison | 2001-11-21 | 1 | -1/+1 |
| | | | | | lookup uses password server parameter when looking for PDCs. Jeremy. | ||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -2/+1 |
| | | | | default, rather than in preprocessor macros. | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 1 | -1/+0 |
| | |||||
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -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 solaris | Andrew Tridgell | 2001-09-05 | 1 | -2/+2 |
| | |||||
* | added -b option | Andrew Tridgell | 2001-08-20 | 1 | -2/+9 |
| | |||||
* | nicer smbtree output | Andrew Tridgell | 2001-07-25 | 1 | -2/+4 |
| | |||||
* | A program to display a tree of domains, servers and shares similar to the | Tim Potter | 2001-07-06 | 1 | -0/+419 |
network neighbourhood graph. Still needs a bit of work. |