summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
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