The new string macros catch a bug at compile that previously only
[samba.git] / source3 / smbd /
2003-03-17 Andrew BartlettAdd copyright.
2003-03-17 Andrew BartlettBrain fart - make sure we truncate the right string...
2003-03-17 Andrew BartlettFix const warnings.
2003-03-17 Andrew BartlettAdd const.
2003-03-17 Andrew BartlettMore statcache fixes - and add a bit more doco.
2003-03-17 Andrew BartlettFix memory leaks and add parinoioa code to our stat...
2003-03-16 Andrew BartlettMissed one when I move 'share_sanity_checks' to use...
2003-03-16 Andrew BartlettMake sure we mark the assumption of a fstring parameter...
2003-03-16 Andrew BartlettAdd const.
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-03-16 Andrew BartlettTry to avoid dereferencing a null pointer.
2003-03-16 Andrew BartlettNew statcache internals - this time it's actually possi...
2003-03-15 Andrew BartlettMinor fixes.
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-15 Andrew BartlettClean up the VFS module loading logic by making the...
2003-03-15 Andrew BartlettFound by my new checking code (yet to be commited):
2003-03-14 Gerald Carterfix WinXP & Win2K3 remote_arch and check pointer in...
2003-03-12 Jeremy AllisonEnsure we count the length correctly in mangle_map.
2003-03-12 Gerald Carteradding some initiaial code to sert %a to Win2K3 (using...
2003-03-11 Jeremy AllisonWe use unsigned now, so use %u.
2003-03-11 Jeremy AllisonFix up zero termination. Spotted by Sebastian Krahmer...
2003-03-10 Andrew BartlettDon't segfault on make_server_info_guest() failure...
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-03-08 Jeremy AllisonFix typo in earlier fix, caught by Ranjit @ HP.
2003-03-07 Jeremy AllisonUse ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed...
2003-03-07 Jeremy AllisonMissed parentheses around complex logic.
2003-03-07 Jeremy AllisonPatch from Michael Steffens. In his own words :
2003-03-07 Jeremy AllisonFix noticed by Corny.Bondad@hp.com. Ensure we free...
2003-03-07 Jeremy AllisonFound at Connectathon, .NET RC1 arranges trans/trans2...
2003-03-06 Andrew Bartlettmore off-by-one safe_strcpy()
2003-03-03 Andrew BartlettAnother pstrcpy() into malloc()ed buffer fix.
2003-03-03 Jeremy AllisonConst warning fixes.
2003-03-01 Andrew Tridgelli forgot to commit the privilege db init call
2003-02-27 Gerald Carter don't forget the NULL
2003-02-27 Gerald Carterand the winner of "i should have just written it in...
2003-02-27 Gerald Carterdon't pass NULL pointers to strcmp()
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-27 Jelmer Vernooij- Rename 'modules = ' to 'preload modules = '
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-25 Gerald CarterProgress on CR 601
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2003-02-21 Jeremy AllisonAdded comments to make it clearer when we're assigning...
2003-02-21 Tim PotterFixed compiler warning.
2003-02-20 Andrew BartlettLike for NTLM logins, lookup the 'winbind' user first...
2003-02-19 Jeremy AllisonFix inspired by Stefan (metze) Metzmacher - cache the...
2003-02-19 Andrew BartlettFix logfile formatting, we were missing a "\n"
2003-02-19 Jeremy AllisonFix from Corny.Bondad@hp.com for missing if (setting_ac...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-12 Jeremy AllisonAdded code based on Michael Steffens <michael.steffens...
2003-02-12 Jeremy AllisonCorrectly return access denied on share mode deny when...
2003-02-12 Andrew Tridgelladd a note about relative opens with blank paths -...
2003-02-11 Jeremy AllisonFix delete on close semantics to match W2K. I (think...
2003-02-10 Andrew BartlettSome cleanups:
2003-02-07 Gerald Cartercheck pointer before dereferencing it
2003-02-07 Andrew Tridgellmake sure we don't run over the end of 'name' in unix_c...
2003-02-05 Jeremy AllisonCheck for too many processes *before* the fork.
2003-02-04 Andrew BartlettPatch from Edmund Lam <epl@unimelb.edu.au> to fix brain...
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-02-04 Jeremy AllisonEnsure Samba passes the open attribute truncate tests...
2003-02-02 Simo Sorceuntest fix for wide links parameter bug.
2003-02-01 Andrew BartlettNon-error connection numbers are always positive
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Jeremy AllisonFix for interesting resource constraint condition....
2003-01-28 Andrew BartlettAs per a comment by herb a little while back, this...
2003-01-28 Andrew BartlettThe previous patch (NTLMSSP common code factoring)...
2003-01-28 Andrew BartlettFactor out common code in the NTLMSSP/SPNEGO code.
2003-01-28 Gerald Carterperformance patch from HP-UX folks (cant remember who)
2003-01-24 Tim PotterMerge of increment_smbd_process_count() fix from appliance.
2003-01-23 Tim PotterMerge of max log file fixes from appliance:
2003-01-17 Jeremy AllisonFix reference count bug where smbd's would not terminat...
2003-01-17 Tim PotterRemove unused variable in reply_spnego_ntlmssp_ok
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Tim PotterRemoved level 0 DEBUG leftover from testing.
2003-01-15 Gerald Cartersmall merges from SAMBA_3_0; mostly typos, renames...
2003-01-15 Andrew BartlettRefactor the NTLMSSP code again - this time we use...
2003-01-14 Gerald Carter[merge] removing unused variable and unused file
2003-01-14 Gerald Cartermake -i flag work lik eit did in 2.2
2003-01-14 Andrew Tridgellquery_alt_name takes a forced unicode string in win2000...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2003-01-13 Andrew BartlettEnsure we do not pass uninitialised data to the kernel...
2003-01-12 Andrew BartlettOops, this is the change to use an fstring for the...
2003-01-12 Andrew BartlettMake the 'service' in make_connection() use an fstrcpy...
2003-01-11 Andrew BartlettRemove an unused paramter for our old LM-only password...
2003-01-11 Andrew BartlettNo point having this for both parts of the 'if' statement.
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-09 Tim PotterRemove read_with_timeout() and replaced its only caller...
2003-01-09 Tim PotterMoved smbd process counting functions from smbd/server...
2003-01-08 Jeremy AllisonEnsure we return disk full by default on short writes.
2003-01-08 Jeremy AllisonEnsure we don't get an invalid number for total smbd...
2003-01-08 Jeremy AllisonFix erroneous free of SAM_ACCOUNT (make clearer when...
2003-01-08 Jeremy AllisonFix open problem with changing attributes on an existin...
2003-01-07 Tim PotterRemove unused variable.
2003-01-06 Jeremy AllisonFix memory leaks in pdb_ code.
2003-01-06 Andrew BartlettFix a segfault when we don't correctly load a VFS modul...
2003-01-05 Andrew BartlettEven when I can't manage to do QA, at least the build...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2003-01-03 Gerald Carterpatch to include support for daemontools from Michael...
2003-01-02 Jeremy Allisonpstring/fstring missmatches found by Andrew Bartlett.
2003-01-02 Andrew BartlettBecouse these functions return a size_t, they can't...
next