summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-08-21use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell2-2/+60
1998-08-21added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1-0/+3
1998-08-21Submitting the smbtar changes to the main branch as well.Richard Sharpe1-1/+6
1998-08-21Fix "make clean" to also delete SPROGS.John Terpstra1-1/+1
1998-08-21and get the message right ...Andrew Tridgell1-1/+1
1998-08-21silly me.Andrew Tridgell1-1/+1
1998-08-21fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1-0/+4
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison3-32/+51
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison8-89/+325
1998-08-20testparm now prints a warning if the lock directory doesn't have 0644Andrew Tridgell1-4/+15
1998-08-19added a test for a working setresuidAndrew Tridgell4-139/+176
1998-08-19Blocking lock code split out...Jeremy Allison1-0/+375
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison8-410/+186
1998-08-17smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison2-4/+16
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison4-172/+196
1998-08-17removed some of the rough edges from the splitupAndrew Tridgell2-435/+456
1998-08-17move soem variables from server.c that don't belong there.Andrew Tridgell4-51/+30
1998-08-17this completes the splitup of server.c.Andrew Tridgell10-3349/+3574
1998-08-17more splitting of server.cAndrew Tridgell6-564/+627
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell6-495/+553
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell7-95/+84
1998-08-17reduced the memory footprint a bit by changing some large static intAndrew Tridgell1-9/+10
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell10-145/+247
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell3-279/+289
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell11-87/+81
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell11-373/+350
1998-08-16I think it is pretty much decided that the next major version will beAndrew Tridgell1-1/+1
1998-08-16- some tidying up in files.cAndrew Tridgell3-11/+10
1998-08-16fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1-8/+9
1998-08-16added include of sys/resource.hAndrew Tridgell4-189/+238
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell8-154/+234
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell5-29/+154
1998-08-16changed find_free_file() to file_new().Andrew Tridgell4-11/+11
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell18-942/+957
1998-08-15use user instead of this_user to prevent global shadowingAndrew Tridgell2-36/+36
1998-08-15some more dummy files to ignoreAndrew Tridgell3-1/+4
1998-08-15moved the printing related files to a separate printing/ directory.Andrew Tridgell6-31/+31
1998-08-15configure: Changes for extra headers.Jeremy Allison31-97/+130
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell49-3823/+3885
1998-08-14remove an unused variableAndrew Tridgell1-1/+0
1998-08-14define INADDR_NONE if not already definedAndrew Tridgell1-0/+4
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison4-22/+156
1998-08-13Added the '--with-netatalk' option to turn Netatalk support on atJohn Blair1-0/+18
1998-08-13Added the APPLEDOUBLE macro for the name of the directory containingJohn Blair1-0/+3
1998-08-13Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1-0/+159
1998-08-13move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.Herb Lewis1-2/+2
1998-08-13return to old behaviour of dumping ALL parametersHerb Lewis1-1/+1
1998-08-13HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).Jeremy Allison1-1/+1
1998-08-13More blocking lock code - still #ifdef'ed out - under development.Jeremy Allison1-10/+170
1998-08-13Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1-4/+4