index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
3
-5
/
+18
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
2
-4
/
+30
*
Removed hideous inefficiencies in old trim_string code. This was making
Jeremy Allison
1998-09-15
1
-15
/
+22
*
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1998-09-11
1
-1
/
+1
*
Added ssize_t to configure code.
Jeremy Allison
1998-09-11
1
-102
/
+105
*
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1998-09-05
2
-3
/
+3
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
1
-13
/
+0
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
5
-230
/
+33
*
got rid of interpret_security(). Thanks to Jean-Francois for pointing
Andrew Tridgell
1998-09-05
1
-17
/
+0
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
2
-52
/
+62
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
7
-126
/
+176
*
we are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell
1998-09-02
1
-9
/
+0
*
Missed one struct stat.
Jeremy Allison
1998-09-01
1
-2
/
+2
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
8
-43
/
+43
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
1
-46
/
+47
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
3
-13
/
+17
*
This should fix the zombie problem that luke noticed.
Andrew Tridgell
1998-08-30
1
-1
/
+1
*
don't put two spaces at the start of lines if logging to stdout
Andrew Tridgell
1998-08-30
1
-1
/
+3
*
changed the format of the wins.dat file slightly.
Andrew Tridgell
1998-08-30
1
-0
/
+22
*
added a function zero_free(void *, int size) that zeros an area of
Andrew Tridgell
1998-08-30
1
-0
/
+11
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
2
-23
/
+57
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
1
-1
/
+1
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
1
-5
/
+3
*
Just tweaking.
Christopher R. Hertel
1998-08-21
1
-2
/
+20
*
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1998-08-21
2
-12
/
+10
*
added some optimisation for the case where the number of open files is
Andrew Tridgell
1998-08-17
1
-15
/
+2
*
converted the policy code to use a linked list and bitmap. This saves
Andrew Tridgell
1998-08-17
1
-139
/
+144
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
1
-3
/
+13
*
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1998-08-16
1
-1
/
+11
*
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1998-08-16
1
-0
/
+121
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
6
-13
/
+10
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
3
-10
/
+269
*
Makefile.in: Changed so that make proto will work with ldap & nisplus.
Jeremy Allison
1998-08-14
1
-3
/
+134
*
Uh... I'm checking stuff in. Jeremy will by *so* pleased :)
John Blair
1998-08-13
1
-0
/
+159
*
I've added a dbgflush() function to debug.c. Calling this will cause the
Christopher R. Hertel
1998-08-12
1
-5
/
+31
*
Cleaned up some lint warnings (functions with return values that were
Christopher R. Hertel
1998-08-11
1
-12
/
+13
*
I've added a test for lp_loaded() so that timestamps *will* be output
Christopher R. Hertel
1998-08-11
1
-4
/
+9
*
fixed a nasty bug in debug.c
Andrew Tridgell
1998-08-11
1
-1
/
+1
*
make sure that a fault cannot occur twice. The new Debug1() code is
Andrew Tridgell
1998-08-11
1
-18
/
+22
*
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1998-08-10
1
-216
/
+169
*
this gets smbd compiling and linking correctly with the new layout.
Andrew Tridgell
1998-08-09
1
-0
/
+1
*
added ignore rules for the dummy files
Andrew Tridgell
1998-08-09
1
-0
/
+1
*
these dummy files are needed for autoconf processing
Andrew Tridgell
1998-08-09
1
-0
/
+0
*
added --with-nisplus-home option
Andrew Tridgell
1998-08-08
1
-4
/
+4
*
More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()
Christopher R. Hertel
1998-08-03
1
-3
/
+4
*
First implementation of ChangeNotify - this version only checks
Jeremy Allison
1998-08-03
2
-3
/
+4
*
This is the remaining set of changes needed to replace the changes lost
Christopher R. Hertel
1998-08-03
1
-11
/
+7
*
I have fixed some of the autoconfigure problems. I'm studying the diffs
Christopher R. Hertel
1998-08-03
1
-9
/
+13
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-3
/
+3
*
Debugging functions are now in their own module.
Christopher R. Hertel
1998-07-31
1
-0
/
+533
[next]