summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-281-0/+1
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-1/+1
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-2/+2
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-301-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-2/+10
* smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison1998-09-231-2/+2
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-0/+2
* 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