ipc.c: map_username is now a BOOL function.
[ira/wip.git] / source3 / smbd / server.c
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.
1997-11-30 Jeremy Allisonclientgen.c: Added cli_mv() (used in a recent torture...
1997-11-29 Andrew Tridgelladded a sent_oplock_break element to Files[] as a paran...
1997-11-28 Andrew Tridgellthere was a bug in my oplock bugfix :-)
1997-11-28 Andrew Tridgellfixed a very nasty oplock bug. We could send oplock...
1997-11-18 Jeremy Allisonipc.c: Changed reply_trans to use receive_next_smb...
1997-11-17 Jeremy Allisonloadparm.c : Added "veto oplock files" parameter.
1997-11-11 Jeremy AllisonLeft global_oplock_break set while request to break...
1997-11-11 Andrew Tridgellauto-create the locks directory on startup
1997-11-10 Jeremy AllisonRolled back tree state to 11:59pm 8th November 1997...
1997-11-09 Luke Leightonattempting to mark up 32 bit error codes, needed for...
1997-11-07 Christopher R. HertelModified Files:
1997-11-06 Luke Leightonfollowing a cvs error, i am rewriting this monster...
1997-11-06 Jeremy Allisonlocal.h: Added OPLOCK_BREAK_TIMEOUT_FUDGEFACTOR.
1997-11-03 Jeremy AllisonRolling back the files
1997-11-02 Luke LeightonChristian Lademann's contribution: new capabilities...
1997-11-01 Andrew Tridgellre-initialise the timezone on each new connection....
1997-10-30 Luke LeightonMakefile:
1997-10-27 Andrew Tridgellchange the default file permissions on the SHARE_MEM_FI...
1997-10-27 Andrew Tridgellalso disable read prediction in 1.9.18
1997-10-25 Luke LeightonMakefile :
1997-10-23 Jeremy AllisonBig change to make nmbd code more readable/understandable.
1997-10-21 Jeremy AllisonWHATSNEW.txt: Updated for alpha3.
1997-10-21 Jeremy Allisonchgpasswd.c:
1997-10-21 Andrew Tridgelldamn, I spelt EACCES wrong.
1997-10-21 Andrew Tridgellcheck for EPERM or EACCESS in file_utime()
1997-10-21 Andrew Tridgelldon't check lp_alternate_permissions() in the new utime...
1997-10-21 Andrew Tridgellfix the order of become_uid() and become_gid() in becom...
1997-10-21 Andrew Tridgellrewrote the password server code using the new clientge...
1997-10-20 Jeremy Allisonloadparm.c: Changed 'interfaces only' parameter to...
1997-10-20 Andrew Tridgella major share modes reorganisation.
1997-10-15 Jeremy Allisonipc.c: Adding Andrews become_root code to the main...
1997-10-10 Luke LeightonMakefile:
1997-10-09 Jeremy Allisonlocal.h: Fix spelling mistake :-).
1997-10-09 Andrew Tridgellbracket some macros
1997-10-08 Jeremy AllisonMakefile: Split definitions for SGI4,5,6.
next