2nd DELETE_ON_CLOSE_FLAG fix ...
[kai/samba.git] / source /
2001-09-05 Andrew Tridgell2nd DELETE_ON_CLOSE_FLAG fix ...
2001-09-05 Andrew Tridgellwhen you update the share mode in the db you must also...
2001-09-05 Andrew Tridgellfixed formatting to make the code vaguely readable...
2001-09-05 Herb Lewisadd PROFILE_OBJ to nmbd now
2001-09-05 Herb Lewismerge profile data changes from 2.2
2001-09-05 Herb Lewisalways include profile support so you do not need a...
2001-09-05 Herb Lewisadd profiling stats from 2.2
2001-09-05 Herb Lewisvariable name changed to --with-profiling-data
2001-09-05 Jeremy AllisonWhen sending a message via a tdb, it must be open read...
2001-09-05 Andrew Tridgelluse cli_is_error() instead of looking in smb_rcls,...
2001-09-05 Andrew Tridgelladded filename to error_packet()
2001-09-05 Andrew Tridgellfixed some compilation errors in cli_netlogon.c - tim...
2001-09-05 Andrew Tridgellmore warning fixes on solaris
2001-09-05 Andrew Tridgellfixed a bunch of compilation errors on Solaris, mostly...
2001-09-05 Tim PotterMerged cli_net_req_chal() and cli_net_auth2() from...
2001-09-05 Tim Potteroh foo
2001-09-05 Tim PotterDon't crash if run with no command line arguments....
2001-09-05 Jeremy AllisonNFS v2 can return ENOLCK when greater than 31 bit offse...
2001-09-04 Andrew Tridgelldon't do pointer arithmetic on void* (some compilers...
2001-09-04 Jeremy AllisonFixes to ensure invalid vuids cannot stop oplock breaks.
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-09-04 Andrew Tridgellfixed compilation of torture
2001-09-04 Andrew Tridgellcope with pam being off
2001-09-04 Andrew Tridgella fix for fussy compilers
2001-09-04 Andrew Tridgellit now all compiles - so try enabling it by default...
2001-09-04 Tim PotterWelcome to tpot's exploit world!
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-09-04 Tim PotterFixed some compiler warnings.
2001-09-03 Andrew Tridgellmore NTSTATUS/WERROR conversion
2001-09-03 Andrew Tridgelltidied up some unused vars in JFs new fns
2001-09-03 Andrew Tridgellthe next step in our error code handling change
2001-09-02 Andrew Tridgellupdated copyright for Michael Sweet
2001-09-01 Andrew Tridgelluse a name not a number for ERRinsufficientbuffer
2001-09-01 Andrew Tridgellmore NTSTATUS changes
2001-08-31 Tim PotterSet acb_info to ACB_SVRTRUST if we are joining the...
2001-08-31 Andrew BartlettFix up some compile issues. We can't have C99 comments...
2001-08-31 Tim PotterAdded samsync binary to list of ignored files.
2001-08-31 Simo Sorcechanged the data format in the tdb, as the time fields...
2001-08-30 Jeremy AllisonFix crash bug with indirecting through null pointer...
2001-08-30 Jeremy AllisonFixed silly typo.
2001-08-30 Jeremy AllisonFix from Paul Green to set correct lengths.
2001-08-30 Herb Lewisif no ACL elements then use chmod - fixes ability to...
2001-08-30 Simo Sorcethis was a stupid typo,
2001-08-30 Gerald Cartermerge from 2.2
2001-08-30 Gerald Cartermerge from 2.2
2001-08-30 Gerald Cartermerge from APPLIANCE_TNG
2001-08-30 Gerald Cartermerge from APPLIANCE_TNG
2001-08-29 Tim PotterRenamed rwlock_t type to tdb_rwlock_t to avoid conflict...
2001-08-29 Tim PotterFix uninitialised variables. Spotted by "Esh, Andrew...
2001-08-29 Christopher R. HertelFuss, fuss, fuss...
2001-08-29 Tim PotterShould be dbgtext, not dbg_text.
2001-08-29 Christopher R. HertelPatched to ensure that it won't break HEAD.
2001-08-29 Christopher R. Hertellp_wins_server() is now lp_wins_server_list().
2001-08-28 Jean-François Mico... Ouch ! I didn't think I would have to do that: add...
2001-08-28 Tim PotterAdded additional objects to rpcclient for sam sync...
2001-08-28 Tim PotterStart of samsync program invoked by smbd to perform...
2001-08-28 Tim PotterMerge of sam sync code from TNG.
2001-08-28 Tim PotterAdded samsync and samrepl (untested) message types...
2001-08-28 Tim PotterAdded dummy handlers for SAM_SYNC and SAM_REPL messages.
2001-08-28 Tim PotterSend a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message...
2001-08-28 Tim PotterMerge ... SAM delta type constants and BDC replication...
2001-08-28 Tim PotterSend a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon...
2001-08-28 Tim PotterAdded sam sync and sam replication smbd message constants.
2001-08-28 Tim PotterFixed typo in comment.
2001-08-28 Tim PotterMerge from TNG - function to initialise NTTIME structure.
2001-08-28 Tim PotterAdded copyright header (taken from include/doserr.h)
2001-08-28 Tim PotterFixed description in file header.
2001-08-28 Tim PotterFix for make proto when srcdir != cwd.
2001-08-28 Andrew Tridgellfixed typo
2001-08-27 Tim PotterConvert to NTSTATUS.
2001-08-27 Tim PotterFix bug in usage().
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Herb Lewisnew logs use abbreviated month names. Add this to date...
2001-08-27 Andrew Tridgellforgot to commit the scanner code
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-27 Andrew BartlettAs per plug-fest discussions this paramater no longer...
2001-08-26 Jeremy AllisonSpaces -> Tabs.
2001-08-26 Jeremy AllisonIgnore locks of length zero as they mean different...
2001-08-26 Jeremy AllisonDon't use CLEAR_IF_FIRST if opening read-only.
2001-08-26 Jeremy Allisonbzero is not used (deprecated) as it's a BSDism.
2001-08-26 Volker LendeckeChange default 'name resolve order' to WINS before...
2001-08-26 Christopher R. HertelSame as nmbd.c. These now test wins_srv_count() instea...
2001-08-26 Christopher R. HertelInstead of checking lp_wins_server() to see if a WINS...
2001-08-26 Christopher R. HertelSmall changes to get ready for adding WINS failover...
2001-08-26 Gerald Carterfixed typo
2001-08-26 Christopher R. HertelFussing with debug lines in open_socket_in(). I cleane...
2001-08-24 Andrew Tridgellwe now have all but the dreaded 0/0 lock working
2001-08-24 Gerald Cartertypo
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-24 Tim PotterMore status32 conversions.
2001-08-24 Jeremy AllisonRe-added readbraw call to test with smbtorture. This...
2001-08-24 Andrew Tridgellfixed level2 find first for unisys clients
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-24 Gerald Carter/tmp/cvsVTEaY5
2001-08-24 Tim PotterFixed debug in cli_establish_connection() - print out...
2001-08-24 Andrew Tridgelltests for 0 length locks
2001-08-24 Tim PotterProcess the SAM/UAS change notification message.
2001-08-24 Tim PotterOnly register the #1b name if we are ROLE_DOMAIN_PDC...
2001-08-24 Herb Lewisfixes big endian unistring problems. Need to check...
next