Added fix for file descriptor re-use failing when
[jra/samba/.git] / source3 / smbd /
1997-01-23 Samba Release AccountAdded fix for file descriptor re-use failing when
1997-01-15 Samba Release Accountlocking.c proto.h shmem.c smb.h status.c :
1997-01-13 Samba Release AccountAdded an extra parameter for unix_convert. If present...
1997-01-09 Samba Release AccountMakefile: Changes to split Solaris into Solaris2.3...
1997-01-02 Samba Release AccountJHT ==> Added extensions for PAM (Pluggable Authenticat...
1996-12-10 Samba Release AccountAdded -f lockfile support.
1996-12-10 Samba Release AccountFixed quota support for FreeBsd.
1996-12-10 Samba Release AccountAdded in veto files parameter create by Whistle.
1996-12-03 Samba Release AccountAdded Volkers fix for bundary condition. Needed as...
1996-11-09 Samba Release AccountSet num_validated_users to zero if Realloc fails.
1996-10-25 Samba Release AccountChanged become_user to take a vuid as second arg.
1996-10-25 Samba Release AccountModified all references to smb_uid to be vuid's.
1996-10-25 Samba Release AccountModified all references to uid to vuid.
1996-10-25 Samba Release AccountCore of the changes for returning smb_uid's. smb_uid...
1996-10-25 Samba Release AccountChanged definitions of prototypes to take uint16 vuid...
1996-10-24 Andrew Tridgell- added support for TMPDIR env variable
1996-10-23 Samba Release AccountJeremy <jra@cygnus.com>
1996-10-09 Andrew Tridgell- correctly handle non-encrypted share mode session...
1996-10-07 Andrew Tridgell- revert to old idle dir code (marty pointed out a...
1996-10-07 Andrew Tridgell- continue when failing to load config file in nmblooku...
1996-10-05 Andrew Tridgell- replace the base36 function with one that works on...
1996-10-05 Andrew TridgellI have fixed quite a few important bugs in this commit.
1996-10-05 Andrew Tridgell- use workgroup from smb.conf in smbclient
1996-10-04 Andrew Tridgell- changed the umask handling. We now set the umask...
1996-10-02 Andrew Tridgell- fix the EALREADY bug so connections to slow hosts...
1996-10-02 Andrew Tridgellbackout all the changes to nmbd.
1996-10-02 Andrew Tridgell- a huge pile of changes from Luke which implement...
1996-10-02 Andrew Tridgell- accept either NT or lanman passwords in tconX
1996-08-24 Andrew Tridgelladded debug info
1996-08-24 Samba Release Accountremoved all of lukes recent changes. I need to do a...
1996-08-24 Samba Release Accountfixed dircahe bug
1996-08-23 Samba Release Account- fixed bugs in nmb response packet checking.
1996-08-22 Andrew Tridgell- add timeouts to connect() for password server connect...
1996-08-21 Andrew Tridgell- fix a bug handling readraw packets that caused the...
1996-08-21 Andrew Tridgellhandle sigpipe better for server security
1996-08-21 Samba Release AccountJHT ==> Upgraded Samba to Windows NT Server version 4.1
1996-08-21 Andrew Tridgell- new handling of ST_TYPE bits, they are now consolidat...
1996-08-20 Andrew Tridgell- fix a bug in NetServerEnum where counted and total...
1996-08-19 Andrew Tridgellfix a bug in the new chaining code
1996-08-19 Andrew Tridgell- added "netbios name" option in smb.conf to make contr...
1996-08-17 Andrew Tridgell- made FAST_SHARE_MODES standard for Linux
1996-08-17 Andrew Tridgell- added support for Amiga-unix (based on BSD I think)
1996-08-15 Andrew Tridgell- added FAST_SHARE_MODES code
1996-08-14 Andrew Tridgellfixed an obvious bug that meant that DosPrintQEnum...
1996-08-13 Andrew Tridgellminor cleanups
1996-08-13 Andrew Tridgell- sequent-ptx support from bressler@iftccu.ca.boeing...
1996-08-09 Samba Release Accountapplying login updates from jim@oxfordcc.co.uk, sent...
1996-07-30 Andrew Tridgellfix a bug that we've had for a long time where we don...
1996-07-17 Samba Release Accountlots of changes to nmbd
1996-07-10 Samba Release Accountupdated docs to match code mods from last two or three...
1996-07-04 Samba Release Accountmodified become_master() to a state-based system. becom...
1996-07-03 Andrew Tridgell- moved the protocol defs in the client to keep sill...
1996-07-01 Samba Release Accountpatch to fix NetServerEnum with multiple workgroup...
1996-06-10 Andrew Tridgella cleanup of the receive_smb() usage, adding timeouts...
1996-06-10 Andrew Tridgellgot rid of a lot of redundent header files as we now...
1996-06-08 Andrew Tridgell- added comments to byteorder.h explaining how it works.
1996-06-07 Andrew Tridgell- added predict.c, moving the routines from util.c
1996-06-06 Andrew Tridgell- added interface.c and removed all the references...
1996-06-05 Andrew Tridgell- remove some incorrect prototypes from server.c
1996-06-05 Andrew Tridgell- changed some debug levels in clientutil.c
1996-06-04 Andrew Tridgelladd dummy quotas fn
1996-06-04 Andrew Tridgella huge pile of changes :-)
1996-06-01 Andrew Tridgell- moved the uid handling to uid.c
1996-05-31 Andrew TridgellLots of changes!
1996-05-31 Andrew Tridgellcomment out the code that tries to handle the NT bug...
1996-05-30 Andrew Tridgell- added an entry on WinDD to samba.faq
1996-05-29 Andrew Tridgellhandle errors from receive_smb better, and print error...
1996-05-29 Andrew Tridgellfixed a typo
1996-05-29 Andrew Tridgellcleanups to make thinsg compile cleanly
1996-05-05 Andrew Tridgellmade dptr_num signed to handle -1 from OS/2
1996-05-05 Andrew Tridgell- fix a bug hanlding very log filenames
1996-05-05 Andrew Tridgellmove quotas support out of server.c
1996-05-05 Andrew Tridgellturn on KEEP_PASSWORD_SERVER_OPEN by default
1996-05-05 Andrew Tridgellhandle being passed a dptr of -1 to mean "close all...
1996-05-05 Andrew Tridgell- close the listening socket in the child process when...
1996-05-04 Andrew Tridgell- use issafe()
1996-05-04 Andrew Tridgellfix a netgroup bug (innetgr() was being called with...
1996-05-04 Andrew Tridgellmove the dot_pos calculation down a bit
1996-05-04 Andrew Tridgelluse the new issafe() macro instead of isalnum() and...
1996-05-04 Samba Release AccountThis commit was generated by cvs2svn to compensate...
1996-05-04 Samba Release AccountInitial version imported to CVS