index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
1998-08-19
Blocking lock code split out...
Jeremy Allison
1
-0
/
+375
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
8
-410
/
+186
1998-08-17
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
2
-4
/
+16
1998-08-17
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
4
-172
/
+196
1998-08-17
removed some of the rough edges from the splitup
Andrew Tridgell
2
-435
/
+456
1998-08-17
move soem variables from server.c that don't belong there.
Andrew Tridgell
4
-51
/
+30
1998-08-17
this completes the splitup of server.c.
Andrew Tridgell
10
-3349
/
+3574
1998-08-17
more splitting of server.c
Andrew Tridgell
6
-564
/
+627
1998-08-17
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
6
-495
/
+553
1998-08-17
added some optimisation for the case where the number of open files is
Andrew Tridgell
7
-95
/
+84
1998-08-17
reduced the memory footprint a bit by changing some large static int
Andrew Tridgell
1
-9
/
+10
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
10
-145
/
+247
1998-08-17
converted the policy code to use a linked list and bitmap. This saves
Andrew Tridgell
3
-279
/
+289
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
11
-87
/
+81
1998-08-17
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
11
-373
/
+350
1998-08-16
I think it is pretty much decided that the next major version will be
Andrew Tridgell
1
-1
/
+1
1998-08-16
- some tidying up in files.c
Andrew Tridgell
3
-11
/
+10
1998-08-16
fixed some bugs in the locking_slow code caused by the recent changes.
Andrew Tridgell
1
-8
/
+9
1998-08-16
added include of sys/resource.h
Andrew Tridgell
4
-189
/
+238
1998-08-16
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
8
-154
/
+234
1998-08-16
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
5
-29
/
+154
1998-08-16
changed find_free_file() to file_new().
Andrew Tridgell
4
-11
/
+11
1998-08-15
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
18
-942
/
+957
1998-08-15
use user instead of this_user to prevent global shadowing
Andrew Tridgell
2
-36
/
+36
1998-08-15
some more dummy files to ignore
Andrew Tridgell
3
-1
/
+4
1998-08-15
moved the printing related files to a separate printing/ directory.
Andrew Tridgell
6
-31
/
+31
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
31
-97
/
+130
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
49
-3823
/
+3885
1998-08-14
remove an unused variable
Andrew Tridgell
1
-1
/
+0
1998-08-14
define INADDR_NONE if not already defined
Andrew Tridgell
1
-0
/
+4
1998-08-14
Makefile.in: Changed so that make proto will work with ldap & nisplus.
Jeremy Allison
4
-22
/
+156
1998-08-13
Added the '--with-netatalk' option to turn Netatalk support on at
John Blair
1
-0
/
+18
1998-08-13
Added the APPLEDOUBLE macro for the name of the directory containing
John Blair
1
-0
/
+3
1998-08-13
Uh... I'm checking stuff in. Jeremy will by *so* pleased :)
John Blair
1
-0
/
+159
1998-08-13
move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.
Herb Lewis
1
-2
/
+2
1998-08-13
return to old behaviour of dumping ALL parameters
Herb Lewis
1
-1
/
+1
1998-08-13
HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).
Jeremy Allison
1
-1
/
+1
1998-08-13
More blocking lock code - still #ifdef'ed out - under development.
Jeremy Allison
1
-10
/
+170
1998-08-13
Debug output formatting change. I'm trying to combine log lines that
Christopher R. Hertel
1
-4
/
+4
1998-08-12
Changed a call to fflush(dbg) to dbgflush().
Christopher R. Hertel
1
-1
/
+1
1998-08-12
I've added a dbgflush() function to debug.c. Calling this will cause the
Christopher R. Hertel
2
-6
/
+32
1998-08-12
fixed the nested comment - Jeremy, do you want that unbecome_user() or
Andrew Tridgell
1
-2
/
+1
1998-08-11
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
7
-108
/
+241
1998-08-11
Quick fix for a small problem. If you run 'nmbd -?' you'd get the usage
Christopher R. Hertel
1
-1
/
+2
1998-08-11
I've come up with a different scheme for doing the DEBUG() and DEBUGADD()
Christopher R. Hertel
1
-0
/
+14
1998-08-11
Cleaned up some lint warnings (functions with return values that were
Christopher R. Hertel
1
-12
/
+13
1998-08-11
Removed a stray semicolon in the DEBUGADD() macro.
Christopher R. Hertel
1
-5
/
+5
1998-08-11
I've added a test for lp_loaded() so that timestamps *will* be output
Christopher R. Hertel
1
-4
/
+9
1998-08-11
fixed a nasty bug in debug.c
Andrew Tridgell
1
-1
/
+1
1998-08-11
make sure that a fault cannot occur twice. The new Debug1() code is
Andrew Tridgell
1
-18
/
+22
[prev]
[next]