Add UNUSED(paramname) macro to be used in parameter lists, to quieten
[ira/wip.git] / source3 / smbd / server.c
2002-01-09 Martin PoolAdd UNUSED(paramname) macro to be used in parameter...
2002-01-09 Jeremy AllisonFixed up atomic update code.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-03 Martin Poolsmbd should register to receive MSG_REQ_POOL_USAGE...
2001-12-30 Jeremy AllisonWhen running interactive we want to set our own process...
2001-12-29 Jeremy AllisonFixup -i interactive modes.
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-22 Simo Sorcelets try the new mangling code
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-18 Andrew Tridgellgot rid of start_background_queue()
2001-10-16 Jean-François Mico... very simple asynchronous "lpq" thread patch
2001-10-03 Andrew Tridgellswitched over to a new method of handling uppercase...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-19 Andrew BartlettAdd the ability to display Samba's build options with...
2001-09-19 Andrew Bartlettprintf() -> d_printf()
2001-09-19 Andrew Tridgelladded a hook to reopen all tdb's after the server fork
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-08-28 Tim PotterAdded dummy handlers for SAM_SYNC and SAM_REPL messages.
2001-08-22 Andrew BartlettA few changes:
2001-08-09 Andrew BartlettTry to set the socket options early for some OSs (like...
2001-07-17 Jeremy AllisonFixes from Jens-Uwe.Walther@force.de to make the -l...
2001-07-10 Andrew Tridgelladded winbind_exclude_domain() so smbd can tell the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-25 Andrew Tridgell- make the regresison test mode code build in by defaul...
2001-06-22 Andrew Tridgelladded the ability to test smbd safely as an ordinary...
2001-05-25 Jeremy AllisonAdded tdb_change_int_atomic() to allow atomic updates...
2001-05-08 Jeremy AllisonPatch from ackley@cs.unm.edu to clear server_fd/client_...
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-09 Jeremy AllisonAdded set/get SD's on shares. Check before tcon.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-23 Jean-François Mico... first pass of the new group mapping code
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-15 Herb Lewissamba/source/nmbd/nmbd.c change remote_machine name...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-25 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-08 Jeremy AllisonPatch from Richard Bollinger for dead entries being...
2000-11-27 Jeremy Allisonpassdb/secrets.c passdb/smbpassfile.c smbd/server.c...
2000-11-27 Jeremy AllisonFixed messaging so main smbd can get lib/message.c...
2000-11-22 Jeremy AllisonFree talloc'ed memory from the main smbd. Patch from...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-12 Jeremy AllisonIgnore SIGUSR2. Terminate nmbd if we have no interfaces.
2000-10-12 Herb Lewisallow "master" smbd to call message_init so it is not...
2000-10-11 Jeremy AllisonRemove lpq as root fix - do this in print_job_start...
2000-10-10 Jeremy AllisonFixes to periodically scan printing.tdb in idle time...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-07-24 Tim PotterRun main server loop with sys_select() instead of sys_s...
2000-06-23 Tim PotterCall init_sec_ctx() instead of init_uid().
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-10 Andrew Tridgellcontinued the split of the kernel level oplocks code...
2000-06-09 Andrew Tridgellclean up oplock capability code ready for Linux code
2000-05-16 Shirish KaleleThe new msdfs implementation that uses symlinks to...
2000-05-10 Andrew Tridgellformatting fix
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-10 Andrew Tridgellmore merging
2000-05-09 Herb LewisFix for check_kernel_oplocks looking for the var directory
2000-05-09 Herb LewisThis is reall Jeremy commiting as Herb at SGI labs...
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-24 Andrew Tridgellmoved INSURE hook into util.c
2000-04-23 Andrew Tridgelltrick to get full stack trace when using the free versi...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-16 Andrew Tridgellthe changes to the main smb code
2000-04-12 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-10 Shirish KaleleCleaning up the warnings from configure.developer.
2000-03-10 Jean-François Mico... removed unused variable
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
2000-01-08 Jeremy Allisonsmbd/mangle.c
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
2000-01-03 Andrew Tridgellgot rid of mem_man
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-08 Luke LeightonABOUT TIME!!!!!!!!
1999-12-06 Luke Leightonthe first independent msrpc daemon - lsarpcd.
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-24 Luke LeightonWARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c
1999-11-24 Luke Leightonrewrote policy handle code to be generic (it's needed...
1999-11-18 Luke Leightonset "key does not exist" response to reg_query_val...
1999-10-05 Luke LeightonDavid van Geyn spotted that ulong is not defined on...
1999-09-15 Luke Leighton#defines for port 445 to SMB_PORT2
1999-09-10 Luke Leightonoops, port 455 instead of 445
1999-09-08 Luke Leightonbertl <bs@niggard.org> patch for making samba listen...
1999-07-12 Luke LeightonJean-Francois Micouleau's rewritten DFS patch, original...
1999-04-27 Jean-François Mico... rpc_parse/parse_misc.c : defined a new BUFFER5 struct
1999-04-01 Andrew TridgellKen McDonell from SGI was interested in adding some...
1999-02-08 Luke Leightonreload_services needs to be called prior to init_files...
1999-02-03 Luke Leightoninitialise my name (used in %h) prior to loading smb...
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
next