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