summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett2001-09-191-16/+23
* printf() -> d_printf()Andrew Bartlett2001-09-191-1/+1
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-191-0/+3
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-5/+0
* Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter2001-08-281-0/+30
* A few changes:Andrew Bartlett2001-08-221-6/+2
* Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett2001-08-091-1/+8
* Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2001-07-171-1/+1
* added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2001-07-101-0/+5
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-3/+3
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-11/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-0/+2
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-5/+3
* Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison2001-05-081-0/+10
* merge from 2.2Andrew Tridgell2001-04-181-1/+3
* Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-091-0/+4
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-0/+5
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-9/+0
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-1/+1
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-0/+17
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-251-0/+5
* Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison2001-01-081-0/+5
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-271-0/+5
* Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison2000-11-271-0/+8
* Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison2000-11-221-0/+3
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-1/+1
* Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison2000-10-121-0/+5
* allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis2000-10-121-4/+4
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-111-4/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-101-0/+4
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-14/+4
* Run main server loop with sys_select() instead of sys_select_intr(). TheTim Potter2000-07-241-2/+13
* Call init_sec_ctx() instead of init_uid().Tim Potter2000-06-231-9/+1
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-6/+6
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-101-15/+8
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-091-6/+5
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-161-11/+0
* formatting fixAndrew Tridgell2000-05-101-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* more mergingAndrew Tridgell2000-05-101-2/+3
* Fix for check_kernel_oplocks looking for the var directoryHerb Lewis2000-05-091-2/+2
* This is reall Jeremy commiting as Herb at SGI labs. FixHerb Lewis2000-05-091-1/+1
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-0/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* moved INSURE hook into util.cAndrew Tridgell2000-04-241-23/+0