summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-22lets try the new mangling codeSimo Sorce1-0/+5
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-4/+5
2001-10-18got rid of start_background_queue()Andrew Tridgell1-1/+6
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau1-0/+2
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-0/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-16/+23
2001-09-19printf() -> d_printf()Andrew Bartlett1-1/+1
2001-09-19added a hook to reopen all tdb's after the server forkAndrew Tridgell1-0/+3
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-5/+0
2001-08-28Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter1-0/+30
2001-08-22A few changes:Andrew Bartlett1-6/+2
2001-08-09Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett1-1/+8
2001-07-17Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison1-1/+1
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell1-0/+5
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-3/+3
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-11/+1
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-0/+2
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison1-5/+3
2001-05-08Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison1-0/+10
2001-04-18merge from 2.2Andrew Tridgell1-1/+3
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison1-0/+4
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+5
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-9/+0
2001-02-15samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis1-1/+1
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-0/+17
2001-01-25Changes from APPLIANCE_HEAD:David O'Neill1-0/+5
2001-01-08Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison1-0/+5
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-0/+5
2000-11-27Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison1-0/+8
2000-11-22Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison1-0/+3
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-1/+1
2000-10-12Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison1-0/+5
2000-10-12allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis1-4/+4
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison1-4/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison1-0/+4
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-14/+4
2000-07-24Run main server loop with sys_select() instead of sys_select_intr(). TheTim Potter1-2/+13
2000-06-23Call init_sec_ctx() instead of init_uid().Tim Potter1-9/+1
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-6/+6
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-15/+8
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell1-6/+5
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele1-11/+0
2000-05-10formatting fixAndrew Tridgell1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-05-10more mergingAndrew Tridgell1-2/+3