summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-176/+148
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-11/+0
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-2/+0
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-0/+12
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1999-11-241-1/+4
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-1/+1
* set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1999-11-181-0/+6
* David van Geyn spotted that ulong is not defined on FREEBSD, not supposedLuke Leighton1999-10-051-1/+1
* #defines for port 445 to SMB_PORT2Luke Leighton1999-09-151-4/+4
* oops, port 455 instead of 445Luke Leighton1999-09-101-1/+1
* bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1999-09-081-28/+48
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-121-0/+3
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-0/+1
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-011-1/+8
* reload_services needs to be called prior to init_files but afterLuke Leighton1999-02-081-4/+4
* initialise my name (used in %h) prior to loading smb.conf files.Luke Leighton1999-02-031-26/+15
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* - adding builtin[alias]db.Luke Leighton1998-11-301-0/+5
* weekend work. user / group database API.Luke Leighton1998-11-291-18/+19
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-1/+1
* fixing domain join and domain login problemsLuke Leighton1998-11-251-1/+1
* unix instance of group database APILuke Leighton1998-11-231-19/+1
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-2/+49
* 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