summaryrefslogtreecommitdiff
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-091-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+2
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-23/+3
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-1/+1
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-1/+1
* nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1998-08-211-7/+11
* removed some of the rough edges from the splitupAndrew Tridgell1998-08-171-435/+451
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-171-45/+0
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-3322/+2
* more splitting of server.cAndrew Tridgell1998-08-171-557/+16
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-171-485/+0
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-119/+18
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-4/+1
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-1/+1
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-2/+2
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-15/+14
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-297/+81
* configure: Changes for extra headers.Jeremy Allison1998-08-151-9/+7
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-775/+726
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-111-27/+26
* 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-101-1/+2
* loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1998-08-041-16/+24
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-031-1/+12
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-100/+139
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-61/+108
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-8/+4
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-349/+54
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-281-8/+6
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-9/+2
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-1/+15
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-221-9/+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-171-23/+102
* Makefile: Added nttrans.oJeremy Allison1998-07-161-3/+3
* loadparm.c:Jeremy Allison1998-07-141-88/+88
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-111-3/+16
* Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1998-07-101-1/+8
* Needed fix to SIGHUP handling donated by branko.cibej@hermes.siJeremy Allison1998-07-091-8/+29
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-0/+25
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-28/+42
* Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1998-06-101-2/+1
* ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1998-06-031-82/+258
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-0/+47
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-0/+3
* resolving compilation errorsLuke Leighton1998-05-181-1/+1
* passdb.cJeremy Allison1998-05-141-181/+2
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-2/+191
* This is a security audit change of the main source.Jeremy Allison1998-05-121-28/+28
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-4/+4