tprouty/samba.git
2004-03-12 Herb Lewisif we are truncating to the . we need to start at the...
2004-03-12 Jeremy AllisonFix from Robert.Dahlem@gmx.net (Robert Dahlem) for...
2004-03-12 Alexander BokovoyFix problems with very long filenames in both smbd...
2004-03-12 Alexander BokovoyFix build after Jeremy -- yet another place where conve...
2004-03-12 Alexander BokovoyFix string overflow due to wrong size calculation
2004-03-12 Jeremy AllisonAllow msdfs symlink syntax to be more forgiving (it...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jim McDonoughGet MungedDial actually working with full TS strings...
2004-03-11 Herb Lewisadd missing #ifdef HAVE_BICONV stuff
2004-03-11 Gerald CarterBUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux...
2004-03-11 Jeremy AllisonEnsure we use check_path_syntax() to pull out DFS paths.
2004-03-11 Jeremy AllisonFix processing of pathnames with embedded '\\' characte...
2004-03-10 Herb Lewisanother typo
2004-03-10 Jeremy AllisonMoving towards getting msdfs working again (this looks...
2004-03-10 Jeremy AllisonFormatting reformat before I start to change anything...
2004-03-10 Herb Lewisfix typo for tag in proto file
2004-03-09 Jeremy AllisonFix dfs referrals - don't use check_path_syntax. Also...
2004-03-09 Rafal SzczesniakYet another '\n' termination of debug message.
2004-03-09 Rafal SzczesniakFix to debug message lacking termination with '\n'.
2004-03-09 Gerald Carterfix build with gcc 2.96 and --with-developer
2004-03-09 Andrew BartlettGiven how core this code is, I figure it should have...
2004-03-09 Andrew BartlettJRA's recent strstr_m work really badly broke our strin...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-08 Jeremy AllisonFix assumption about following directory sep in check_p...
2004-03-07 Volker LendeckeGet us a little closer to Windows LSA semantics.
2004-03-07 Volker LendeckeMention wb_delgrpmem fix
2004-03-07 Volker LendeckeThis might not be used a lot and might not survive...
2004-03-07 Tim PotterFix typo.
2004-03-07 Tim PotterMerge from HEAD.
2004-03-07 Tim PotterMerge from HEAD.
2004-03-05 Jeremy AllisonSeveral mb tidyups - getting ready to address the XXX_s...
2004-03-05 Gerald CarterBUG 488: fix the 'show client in col 1' button and...
2004-03-05 Gerald Carterfix compiler warning
2004-03-05 Jelmer VernooijAdd -O (for writing downloaded files to standard out...
2004-03-05 Gerald Carterbring WHATSNEW back up to date
2004-03-05 Jeremy Allisonall_string_sub() is broken as it doesn't handle mb...
2004-03-04 Jeremy AllisonFix my breakage of NT pipes from the previous patch...
2004-03-04 Gerald CarterBUG 1015: patch from jmcd to fix statfs redeclaration...
2004-03-04 Gerald CarterBUG 1080: fix declaration of SMB_BIG_UINT
2004-03-04 Volker LendeckeThere's a specific error message NT_STATUS_ALIAS_EXISTS.
2004-03-04 Volker LendeckeAnother typo, sorry for samba-cvs spam :-)
2004-03-04 Volker LendeckeFix typo.
2004-03-04 Jim McDonoughFix build farm, older compilers won't let you declare...
2004-03-04 Gerald CarterBUG 848: don't create winbind local users/groups that...
2004-03-04 Gerald Carteranother fix for bug 761; don't default to bsd printing...
2004-03-03 Jeremy AllisonAdded client "hardlink" commant to test doing NT rename...
2004-03-03 Jeremy AllisonUse a common function to parse all pathnames from the...
2004-03-03 Gerald Carterset log file to smbd.log for interaction with logrotate...
2004-03-03 Jim McDonoughmore usrmgr fixes: display lockout timers in minutes...
2004-03-03 Jim McDonoughquick for for usrmgr. unknown_6 is really max dimensio...
2004-03-02 Jim McDonoughMerge fields_present function from HEAD. Now, a field...
2004-03-02 Gerald CarterBUG 1129: patch from shiro@miraclelinux.com (Shiro...
2004-03-02 Jeremy AllisonJanitorial duty for tpot - --with-fhs fix.
2004-03-02 Jim McDonoughfix typo for callback bit
2004-03-02 Gerald Carterallow the 'printing' parameter to be set on a per share...
2004-03-02 Gerald CarterBUG 761: read the config file before initialized defaul...
2004-03-01 Gerald CarterBUG 692: patch from SATOH Fumiyasu <fumiya@miraclelinux...
2004-03-01 Gerald CarterBUG 1147; bad pointer case in get_stored_queue_info...
2004-02-29 Volker Lendeckenet_rpc.c: Don't complain if [add|del]mem was successful.
2004-02-29 Volker LendeckePrint an informative error message if trying to add...
2004-02-28 Volker LendeckeAdd 'net rpc group [add|del]mem' for domain groups...
2004-02-28 Volker LendeckeFix my fix to net rpc group list. We can certainly...
2004-02-28 Jeremy AllisonCan't set allocation size on directories, return correc...
2004-02-28 Jeremy AllisonMore gentest fixes. Fix up regression in IS_NAME_VALID...
2004-02-27 Rafal SzczesniakAdded copyrights I forgot about looong ago...
2004-02-26 Tim PotterFix for writable printerdata problem - bugzilla #1112.
2004-02-26 Volker LendeckeThat const was one too many
2004-02-26 Volker LendeckeImplement 'net groupmap set' and 'net groupmap cleanup'.
2004-02-26 Volker LendeckeAnd another little const
2004-02-26 Volker LendeckeApply some const
2004-02-26 Steve FrenchFixes to minor security bug pointed out by AB in the...
2004-02-26 Andrew Tridgellfixed compilation with --enable-dmalloc
2004-02-26 Jeremy AllisonMerging Richard's rename test.
2004-02-26 Jeremy AllisonInteresting fact found by IFSTEST /t LockOverlappedTest...
2004-02-25 Andrew BartlettFix bug in previous global_sam_sid() commit. I broke...
2004-02-25 Andrew BartlettI *hate* global variables...
2004-02-25 Jeremy AllisonFixup strange rename error case (gentest).
2004-02-25 Jim McDonoughDo the query part of the previous fix...reset time...
2004-02-25 Jim McDonoughreset time and duration are set in minutes, not seconds...
2004-02-25 Jeremy AllisonFigured out a new flags bit with gentest and ethereal....
2004-02-25 Jeremy AllisonMore gentest fun :-). NB. I'm not fixing OpenX breakage...
2004-02-25 Jeremy AllisonMore gentest fixes.
2004-02-24 Volker LendeckeAdd 'net rpc group add'. For this parse_samr.c had...
2004-02-24 Volker LendeckeRemove unused variable.
2004-02-24 Volker Lendecke'net idmap restore' is too useful to be left broken :-)
2004-02-24 Jeremy AllisonEnsure '.' and '..' don't match in delete requests.
2004-02-24 Jeremy AllisonMore gentest error fixups.
2004-02-24 Jeremy AllisonFixup bad-path error found by gentest.
2004-02-24 Jeremy AllisonAdded NTrename SMB (0xA5) - how did we miss this.... ?
2004-02-24 Jeremy AllisonFixup correct timeout values for blocking lock timeouts...
2004-02-23 Andrew BartlettFound by Fabien Chevalier <fabien.chevalier@supelec...
2004-02-23 Jeremy AllisonFix "unable to initialize" bug when smbd hasn't been...
2004-02-23 Jim McDonoughJanitor for tpot...bugzilla #1098, msleep already exist...
2004-02-23 Jim McDonoughAdd bad password count/time attributes
2004-02-22 Jim McDonoughAdd bad password count/time attributes
2004-02-21 Jim McDonoughAdd calls to password lockout functions. Should now...
2004-02-21 Tim Potterprintf -> d_printf
2004-02-20 Jeremy AllisonMake SMB_FILE_ACCESS_INFORMATION call work correctly.
2004-02-20 Jeremy AllisonMake us bug-for-bug compatible with W2K3 - to get delet...
2004-02-20 Jim McDonoughhandle both 0 and -1 as disabling reset count and locko...
next