Update config.guess, config.sub to the versions from the GNU autotools
[jra/samba/.git] / source3 / smbd /
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...
2003-01-02 Andrew BartlettBIG patch...
2003-01-01 Andrew BartlettMove our password change code along a little - use...
2002-12-31 Simo Sorcefix for bad check spotted by Ray Simard <ray@sylvan...
2002-12-29 Shirish KaleleAdd msdfs proxy functionality to HEAD.
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-13 Jeremy AllisonFix for old DOS client when veto files is set to /.*/
2002-12-12 Jeremy AllisonAdded "kernel change notify" boolean to allow easier...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-04 Tim PotterRemove FILE_MACRO as __FILE__ is ANSI C.
2002-12-04 Jeremy AllisonAdded Volker's directory fix - save the attributes
2002-12-04 Gerald Carterchange_trust_account_password() must always use the...
2002-12-04 Jeremy AllisonNeed brackets around macro args. Spotted by Patrick...
2002-12-04 Jeremy AllisonMissed the removal of the incorrect ifdef.
2002-12-04 Jeremy AllisonFix for 64 bit issues with oplocks and allocation size.
2002-12-03 Jeremy AllisonReformat of reply.c before Volker's patch.
2002-12-03 Jeremy AllisonFixed nasty bug where file writes with start offsets...
2002-12-01 Andrew BartlettAs per Jeremy's request back this out, so as to re...
2002-12-01 Andrew BartlettNo need for fstring manipulation here (Tcon&X), just...
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-19 Andrew Tridgella better for for using %U in smb.conf
2002-11-19 Jeremy AllisonVery curious. It turns out attribute matching on trunca...
2002-11-18 Andrew Tridgellthe change in the way %U is handled to use current_user...
2002-11-15 Andrew BartlettAdd const to PACKS()
2002-11-13 Jelmer Vernooijsmall patch to makesure we fallback to <xfs/xqm.h>...
2002-11-13 Jelmer VernooijLoad modules in lp_modules() after fork()
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-08 Andrew BartlettCompleatly remove support for logfile truncation. ...
2002-11-07 Jelmer VernooijMake append_log work again
2002-11-07 Jim McDonoughStop using hardcoded transact commands
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-11-05 Jeremy AllisonEnsure can_delete returns correct error code.
2002-11-05 Jeremy AllisonFix to correctly return NT_STATUS_DELETE_PENDING.
2002-11-05 Tim PotterRemove DRIVERFILE constant. It was removed with the...
2002-11-04 Jelmer VernooijHandle -p correctly
2002-11-04 Jelmer VernooijMake IRIX happy
2002-11-02 Jelmer VernooijRemove obsolete function usage and some unused variables
2002-11-02 Jelmer VernooijConvert to popt.
2002-10-31 Jeremy AllisonFix slowdown because of enumerating all print queues...
2002-10-29 Andrew BartlettFix a nice little memory leak in our uid changing code.
2002-10-28 Jeremy AllisonFix fd leak with kernel change notify.
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-22 Jeremy AllisonFix for systems that allow more than 65536 open files...
2002-10-21 Gerald Cartermerge from samba_3_0
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-21 Andrew Tridgelladd a 'mangle prefix' option to allow people to tune...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-15 Jeremy AllisonChange default of max_xmit to match W2K. Ensure NT...
next