nmbd and smbd had different behavior with respect to log files. nmbd would
[samba.git] / source3 / smbd / server.c
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...
1998-05-06 Jeremy Allisonloadparm.c: Added #ifdef USE_LDAP around ldap code.
1998-05-06 Jeremy AllisonFixes for the %U and %G problems people have reported.
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-29 Jeremy AllisonMakefile: Added files to smbpasswd.c.
1998-04-29 Jeremy AllisonThis is the checkin that adds the security=domain funct...
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-22 Jeremy Allisongenrand.c: Improved generation of random values, more...
1998-04-20 Jeremy AllisonMakefile: Added genrand.o
1998-04-13 Christopher R. HertelChanges include:
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-13 Andrew Tridgellfixed a memory leak in close_file(). Each time a file...
1998-04-12 Andrew Tridgellsupport O_SYNC at open time in files (previously we...
1998-04-10 Jeremy AllisonFix for [homes] problem with security=share. We were...
1998-04-09 Jeremy AllisonMakefile, loadparm.c, server.c, smb.h, util.c: Patch...
1998-04-06 Jeremy Allisonloadparm.c: Cause IPC$ comment to be evaluated at runti...
1998-03-31 Jeremy Allisonincludes.h: Added semaphore fix for HPUX10.x
1998-03-30 Jeremy AllisonFixed compile-time error introduced by log message...
1998-03-29 John TerpstraAdded remote machine and address to debug message in...
1998-03-27 Jeremy AllisonFix for client generated core-dump bug where offset...
1998-03-19 Jeremy AllisonFinally made OS/2 WP fix the default.
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1998-03-15 Andrew Tridgell- claim the null connection after the session request...
1998-03-15 Andrew Tridgell- added the ability to kill off individual connections...
1998-03-14 Andrew Tridgelladded the ability to start/stop the server from SWAT.
1998-03-14 Andrew Tridgellanother makeover of loadparm to support new stuff in...
1998-03-12 Andrew Tridgellmove setup_groups() into password.c so that swat can...
1998-03-12 Andrew Tridgellreport the max size of raw reads as 65536 not 65535...
1998-03-11 Jeremy AllisonMissed fixes in NTDOM branch for doing readX via pipe...
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-03-04 Jeremy AllisonRemoved broken change I made to mangle.c (ooops. Andrew...
1998-03-04 Jeremy AllisonAdding Korean and Traditional Chinese codepage support.
1998-02-20 Jeremy Allisonnmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey...
1998-02-12 Andrew Tridgellmake the initial logfile names consistent. This should...
1998-02-11 Jeremy AllisonMakefile: Added AIX 3.2.5.
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-31 Jeremy Allisonserver.c: Added fix where, if all the file entries...
1998-01-23 Jeremy Allisonnmbd.c, server.c: Added #ifndef MEM_MAN around code...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-22 Jeremy Allisonprinting.c: Bug fix for lpng reporting.
1998-01-17 Jeremy Allisoncharcnv.c: Added codepage 866 support onto the file...
1998-01-16 Jeremy Allisonreply.c:
1998-01-15 Jeremy Allisonreply.c: Added timestamp to attack warning.
1998-01-12 Andrew Tridgell*** empty log message ***
1998-01-11 Andrew Tridgell*** empty log message ***
1998-01-11 Andrew Tridgell*** empty log message ***
1998-01-08 Christopher R. HertelFixed an apparent typo:
1998-01-07 Jeremy AllisonEnsure that if we are in share mode security that the...
1997-12-24 Jeremy AllisonAdded SIGUSR1/SIGUSR2 handling.
1997-12-23 Jeremy AllisonFixed nastly little bug where client was sending open_a...
1997-12-20 Jeremy Allisonloadparm.c: Added fix for veto oplock files bug from...
1997-12-14 Andrew Tridgellgive out file handles differently on each new connectio...
1997-12-12 Jeremy AllisonFixed bug reported by Gert-Jan Vons <Gert-Jan.Vons...
1997-12-02 Andrew Tridgellchanging the comment in find_new_file() to say why...
1997-12-02 Jeremy Allisonasyncdns.c: Removed warning when compiling with -DSYNC_DNS.
next