summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1998-08-213-32/+51
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-206-86/+316
* Blocking lock code split out...Jeremy Allison1998-08-191-0/+375
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-194-117/+176
* smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1998-08-171-0/+4
* Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1998-08-173-171/+193
* removed some of the rough edges from the splitupAndrew Tridgell1998-08-172-435/+456
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-174-51/+30
* this completes the splitup of server.c.Andrew Tridgell1998-08-178-3322/+3523
* more splitting of server.cAndrew Tridgell1998-08-174-557/+610
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-173-485/+532
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-172-50/+24
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-174-128/+227
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-176-60/+67
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-175-134/+114
* - some tidying up in files.cAndrew Tridgell1998-08-163-11/+10
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-164-151/+212
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-15/+14
* changed find_free_file() to file_new().Andrew Tridgell1998-08-164-11/+11
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-157-806/+820
* configure: Changes for extra headers.Jeremy Allison1998-08-158-28/+28
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-1413-2946/+2648
* Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1998-08-131-4/+4
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-114-93/+95
* Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1998-08-111-1/+13
* Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1998-08-101-0/+19
* moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1998-08-101-3/+9
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-102-1042/+143
* this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1998-08-094-599/+18
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
* Fixed memory leak when freeing ChangeNotify structures.Jeremy Allison1998-08-051-6/+6
* nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison1998-08-042-18/+54
* loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1998-08-043-39/+28
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-032-20/+297
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-319-237/+280
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-304-217/+332
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-293-85/+37
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-2911-976/+440
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-292-19/+32
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-282-16/+14
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-274-29/+18
* Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1998-07-251-1/+1
* Changed the definition of the linked list header used in the directoryChristopher R. Hertel1998-07-241-1/+1
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-233-20/+35
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-223-12/+12
* includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison1998-07-221-5/+9
* Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES inJeremy Allison1998-07-171-1/+1
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-174-61/+204
* nttrans.c: Added FILE_EXECUTE to required permissions checked.Jeremy Allison1998-07-172-11/+13