summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-6/+19
2000-01-03got rid of mem_manAndrew Tridgell1-2/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-176/+148
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-11/+0
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-2/+0
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-0/+12
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-1/+4
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-1/+1
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1-0/+6
1999-10-05David van Geyn spotted that ulong is not defined on FREEBSD, not supposedLuke Leighton1-1/+1
1999-09-15#defines for port 445 to SMB_PORT2Luke Leighton1-4/+4
1999-09-10oops, port 455 instead of 445Luke Leighton1-1/+1
1999-09-08bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1-28/+48
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-0/+3
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-0/+1
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-1/+8
1999-02-08reload_services needs to be called prior to init_files but afterLuke Leighton1-4/+4
1999-02-03initialise my name (used in %h) prior to loading smb.conf files.Luke Leighton1-26/+15
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-11-30- adding builtin[alias]db.Luke Leighton1-0/+5
1998-11-29weekend work. user / group database API.Luke Leighton1-18/+19
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-1/+1
1998-11-25fixing domain join and domain login problemsLuke Leighton1-1/+1
1998-11-23unix instance of group database APILuke Leighton1-19/+1
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-2/+49
1998-10-28Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1-0/+1
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1-1/+1
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-2/+2
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1-2/+2
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-2/+10
1998-09-23smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison1-2/+2
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-0/+2
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