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
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
converted the policy code to use a linked list and bitmap. This saves
Andrew Tridgell
1998-08-17
3
-279
/
+289
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
11
-87
/
+81
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
11
-373
/
+350
*
I think it is pretty much decided that the next major version will be
Andrew Tridgell
1998-08-16
1
-1
/
+1
*
- some tidying up in files.c
Andrew Tridgell
1998-08-16
3
-11
/
+10
*
fixed some bugs in the locking_slow code caused by the recent changes.
Andrew Tridgell
1998-08-16
1
-8
/
+9
*
added include of sys/resource.h
Andrew Tridgell
1998-08-16
4
-189
/
+238
*
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1998-08-16
8
-154
/
+234
*
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1998-08-16
5
-29
/
+154
*
changed find_free_file() to file_new().
Andrew Tridgell
1998-08-16
4
-11
/
+11
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
18
-942
/
+957
*
use user instead of this_user to prevent global shadowing
Andrew Tridgell
1998-08-15
2
-36
/
+36
*
some more dummy files to ignore
Andrew Tridgell
1998-08-15
3
-1
/
+4
*
moved the printing related files to a separate printing/ directory.
Andrew Tridgell
1998-08-15
6
-31
/
+31
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
31
-97
/
+130
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
49
-3823
/
+3885
*
remove an unused variable
Andrew Tridgell
1998-08-14
1
-1
/
+0
*
define INADDR_NONE if not already defined
Andrew Tridgell
1998-08-14
1
-0
/
+4
*
Makefile.in: Changed so that make proto will work with ldap & nisplus.
Jeremy Allison
1998-08-14
4
-22
/
+156
*
Added the '--with-netatalk' option to turn Netatalk support on at
John Blair
1998-08-13
1
-0
/
+18
*
Added the APPLEDOUBLE macro for the name of the directory containing
John Blair
1998-08-13
1
-0
/
+3
*
Uh... I'm checking stuff in. Jeremy will by *so* pleased :)
John Blair
1998-08-13
1
-0
/
+159
*
move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.
Herb Lewis
1998-08-13
1
-2
/
+2
*
return to old behaviour of dumping ALL parameters
Herb Lewis
1998-08-13
1
-1
/
+1
*
HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).
Jeremy Allison
1998-08-13
1
-1
/
+1
*
More blocking lock code - still #ifdef'ed out - under development.
Jeremy Allison
1998-08-13
1
-10
/
+170
*
Debug output formatting change. I'm trying to combine log lines that
Christopher R. Hertel
1998-08-13
1
-4
/
+4
*
Changed a call to fflush(dbg) to dbgflush().
Christopher R. Hertel
1998-08-12
1
-1
/
+1
*
I've added a dbgflush() function to debug.c. Calling this will cause the
Christopher R. Hertel
1998-08-12
2
-6
/
+32
*
fixed the nested comment - Jeremy, do you want that unbecome_user() or
Andrew Tridgell
1998-08-12
1
-2
/
+1
*
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1998-08-11
7
-108
/
+241
*
Quick fix for a small problem. If you run 'nmbd -?' you'd get the usage
Christopher R. Hertel
1998-08-11
1
-1
/
+2
*
I've come up with a different scheme for doing the DEBUG() and DEBUGADD()
Christopher R. Hertel
1998-08-11
1
-0
/
+14
*
Cleaned up some lint warnings (functions with return values that were
Christopher R. Hertel
1998-08-11
1
-12
/
+13
*
Removed a stray semicolon in the DEBUGADD() macro.
Christopher R. Hertel
1998-08-11
1
-5
/
+5
*
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
*
Makefile.in: Added CHECK target back in (at Herb's request). Added
Jeremy Allison
1998-08-11
4
-13
/
+48
*
Makefile.in: Fixed make clean bug with CVS directory in bin/.
Jeremy Allison
1998-08-10
3
-3
/
+22
*
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1998-08-10
4
-224
/
+183
*
split the system password checking routines out of smbd/password.c and
Andrew Tridgell
1998-08-10
7
-1060
/
+2063
*
moved username.c into lib/ so we no longer $(PASSDB_OBJ) in most
Andrew Tridgell
1998-08-10
2
-27
/
+25
*
smbtorture now compiles
Andrew Tridgell
1998-08-10
2
-17
/
+10
*
fixed the installation scripts for the new layout
Andrew Tridgell
1998-08-10
10
-55
/
+62
*
the rest of the binaries now compile and link
Andrew Tridgell
1998-08-10
2
-57
/
+68
*
a few more things compile.
Andrew Tridgell
1998-08-09
4
-51
/
+199
*
swat compiles, with some even uglier hacks. we really have to do
Andrew Tridgell
1998-08-09
3
-58
/
+105
*
nmbd compiles and links. I had to do some ugly stuff, putting files in
Andrew Tridgell
1998-08-09
2
-86
/
+86
*
close to having nmbd linking (just a bit of repository hacking to go)
Andrew Tridgell
1998-08-09
2
-14
/
+379
[next]