summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* local.h: Added NTFS define if HAVE_NT_SMBS is defined.Jeremy Allison1998-07-171-4/+10
* Makefile: Added nttrans.oJeremy Allison1998-07-163-213/+283
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-9/+26
* loadparm.c:Jeremy Allison1998-07-143-103/+102
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-112-6/+40
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-113-76/+103
* Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1998-07-101-1/+8
* AIX patch from Michael Wojcik <mww@microfocus.com> adding detailJeremy Allison1998-07-101-4/+135
* Needed fix to SIGHUP handling donated by branko.cibej@hermes.siJeremy Allison1998-07-091-8/+29
* New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1998-07-091-39/+242
* NT SMB trans reply code.Jeremy Allison1998-07-092-74/+291
* Implementing more NT SMB functionality.Jeremy Allison1998-07-081-82/+332
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-2/+5
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-021-2/+2
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-022-42/+53
* includes.h: AIX fix.Jeremy Allison1998-07-012-28/+109