Jeremy Allison
620f2e608f
r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
...
functions so we can funnel through some well known functions. Should help greatly with
malloc checking.
HEAD patch to follow.
Jeremy.
2007-10-10 10:53:32 -05:00
Jelmer Vernooij
d817eaf0ec
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
-
Jelmer Vernooij
74d9ecfe2d
Patch from metze and me that adds dummy smb_register_*() functions so
...
that is now possible to, for example, load a module which contains
an auth method into a binary without the auth/ subsystem built in.
-
Tim Potter
98e84b3e83
Merge Jelmer's popt updates from HEAD.
-
Jeremy Allison
ec7953f201
Added new error codes. Fix up connection code to retry in the same way
...
that app-head does.
Jeremy.
-
Jelmer Vernooij
1b83b78e33
sync 3.0 branch with HEAD
-
Andrew Tridgell
03ac082dcb
updated the 3.0 branch from the head branch - ready for alpha18
-
Tim Potter
6a58c9bd06
Removed version number from file header.
...
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Andrew Tridgell
e2ba2383c9
fix a bunch of places where we can double-free a cli structure
-
Tim Potter
778f5f77a6
Got medieval on another pointless extern. Removed extern struct ipzero
...
and replaced with two functions:
void zero_ip(struct in_adder *ip);
BOOL is_zero_ip(struct in_addr ip);
-
Tim Potter
8fc772c9e5
Removed TimeInit() call from every client program (except for one place
...
in smbd/process.c where the timezone is reinitialised. Was replaced with
check for a static is_initialised boolean.
-
Jeremy Allison
54c968913d
W2K doesn't seem to respond to *#0 names in node status. Ensure name
...
lookup uses password server parameter when looking for PDCs.
Jeremy.
-
Martin Pool
79ec88f0da
Store some path names in global variables initialized to configure
...
default, rather than in preprocessor macros.
-
Simo Sorce
67db8f03c5
move to SAFE_FREE()
-
Andrew Tridgell
f41c3bb80f
declare dbf in one spot
-
Andrew Tridgell
1af8bf34f1
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
...
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.
-
Andrew Tridgell
c04c67fec8
more warning fixes on solaris
-
Andrew Tridgell
1c2618df45
added -b option
-
Andrew Tridgell
b840d7d65e
nicer smbtree output
-
Tim Potter
6b4559506d
A program to display a tree of domains, servers and shares similar to the
...
network neighbourhood graph. Still needs a bit of work.
-