found a much simpler case that kills the posix locking
[kai/samba.git] / source3 / smbd / server.c
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 :
1998-11-30 Luke Leighton- adding builtin[alias]db.
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-25 Luke Leightonfixing domain join and domain login problems
1998-11-23 Luke Leightonunix instance of group database API
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-10-28 Jeremy AllisonQuick fixes to fix the broken tree. Needed for my morni...
1998-10-22 Jeremy Allisonlibsmb/smbdes.c: #ifdef'ed out code prior to removal.
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-09-30 Jeremy Allisonlibsmb/clientgen.c: Fixed signed/unsigned compile warni...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-23 Jeremy Allisonsmbd/oplock.c: Use O_CREAT and O_TRUNC and correct...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-09 Christopher R. HertelCopyright notices written to debug logs are now through...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-02 Andrew Tridgellwe are never interested in SIGPIPE so just ignore ...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-21 Christopher R. Hertelnmbd and smbd had different behavior with respect to...
1998-08-17 Andrew Tridgellremoved some of the rough edges from the splitup
1998-08-17 Andrew Tridgellmove soem variables from server.c that don't belong...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.
1998-08-17 Andrew Tridgellmore splitting of server.c
1998-08-17 Andrew Tridgellnow that we have no global arrays we can start to split...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellserver.c: fixed a bug in close_file() with the new...
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-08-04 Jeremy Allisonloadparm.c: Added "debug timestamp" synonym for Chris.
1998-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-29 Andrew Tridgellget rid of the runtime test for broken getgroups()...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-28 Jeremy Allisonloadparm.c: Added strict sync parameter.
1998-07-27 Jeremy Allisonchgpasswd.c: Fixed up debug calls to stop crashes if...
1998-07-23 Jeremy Allisonlocking.c: Added lock type to is_locked() and do_lock()
1998-07-22 Jeremy AllisonFixed bug found by Richard Sharpe. After increasing...
1998-07-17 Jeremy AllisonForgot to increase size of files_struct by MAX_OPEN_DIR...
1998-07-17 Jeremy AllisonCode added to fix the renaming of a directory under...
1998-07-16 Jeremy AllisonMakefile: Added nttrans.o
1998-07-14 Jeremy Allisonloadparm.c:
1998-07-11 Jeremy Allisonnttrans.c: More NT SMB stuff.
1998-07-10 Jeremy AllisonFix for bug PR#8294 reported by <detlef.lammermann...
1998-07-09 Jeremy AllisonNeeded fix to SIGHUP handling donated by branko.cibej...
1998-06-16 Jeremy AllisonAdded SSL support from Christian Starkjohann <cs@obdev.at>
1998-06-12 Jeremy Allisonipc.c: map_username is now a BOOL function.
1998-06-10 Jeremy AllisonMinor changes as I've now discovered gcc -pedantic...
1998-06-03 Jeremy Allisonipc.c: Fix bug where we don't return the correct error...
1998-05-27 Jeremy Allisonloadparm.c: Added machine password timeout parameter...
1998-05-18 Jeremy AllisonAbstracted all the crappy password interfaces through...
1998-05-18 Luke Leightonresolving compilation errors
1998-05-14 Jeremy Allisonpassdb.c
1998-05-14 Jeremy Allisonnamequery.c: Fixed SGI IRIX 5.x compiler problem.
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-05-07 Jeremy AllisonThis should (hopefully :-) be the final fix for the...
next