summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-09Fix for check_kernel_oplocks looking for the var directoryHerb Lewis1-2/+2
2000-05-09This is reall Jeremy commiting as Herb at SGI labs. FixHerb Lewis1-1/+1
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24moved INSURE hook into util.cAndrew Tridgell1-23/+0
2000-04-23trick to get full stack trace when using the free version of insureAndrew Tridgell1-0/+24
2000-04-19- got rid of the "passive" optionAndrew Tridgell1-9/+1
2000-04-16the changes to the main smb codeAndrew Tridgell1-0/+4
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-14/+1
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-18/+33
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele1-1/+3
2000-03-10removed unused variableJean-François Micouleau1-1/+0
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-2/+12
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-2/+5
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-2/+2
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison1-0/+1
2000-01-08smbd/mangle.cJeremy Allison1-3/+12
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-8/+2
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