Merge fixes and tests for jra's broken strstr_m() function from 3.0
[samba.git] / source3 / smbd /
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-08 Simo Sorce2 fixes to enhance readability of source code and debug...
2004-03-07 Tim PotterEnclose use of fchown() with guards. Bugzilla #1155.
2004-03-05 Jeremy AllisonSeveral mb tidyups - getting ready to address the XXX_s...
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 Jim McDonoughFix build farm, older compilers won't let you declare...
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-01 Simo SorceOk here it is my latest work on privileges
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-26 Jeremy AllisonInteresting fact found by IFSTEST /t LockOverlappedTest...
2004-02-25 Jeremy AllisonFixup strange rename error case (gentest).
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 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-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-19 Simo Sorcereformatting
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-13 Jeremy AllisonFixup the 'multiple-vuids' bugs.
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-01-31 Gerald Carter* BUG 101: patch from j.lu@tiesse.com to set the SV_TYP...
2004-01-31 Gerald Cartercleanup patch for bug 977 so we don't display incorrect...
2004-01-28 Christopher R. HertelThis is Simo's patch for the NetShareEnum() bug which...
2004-01-27 Gerald Carterbug 977 - don't create a homes share for a user if...
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-15 Volker Lendeckereply_spnego_kerberos did not set the domain of the...
2004-01-15 Stefan Metzmachermerge:
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-11 Stefan Metzmacherupdate copyright to -2004
2004-01-07 Jeremy AllisonFix from Luke Howard <lukeh@PADL.COM> for incorrect...
2004-01-06 Jeremy AllisonPatch penguin. Cleaning out old mbp patch.
2004-01-06 Gerald Carterremove unused seek_file(); don't hardcode '\' when...
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2003-12-23 Jeremy AllisonFix for special files being hidden from admins by Dmitr...
2003-12-12 Jeremy AllisonFix for bug #815. Make plaintext unicode passwords...
2003-12-11 Jeremy AllisonPatch from James Peach <jpeach@sgi.com>. Remove the...
2003-12-05 Gerald Carterfix %a variable for Windows 2003 -> Win2K3
2003-12-03 Jeremy AllisonFix for "hash" (not hash2) type mangling. Noticed by...
2003-12-01 Jeremy AllisonEnsure the server can cope with multiple secondary...
2003-12-01 Jeremy AllisonSubtract NT_STATUS from common flag, don't add it...
2003-12-01 Jeremy AllisonDon't automatically set nt status code flag unless...
2003-11-25 Jeremy AllisonPatch from Jim McDonough for bug #802. Retrieve the...
2003-11-24 Jeremy AllisonAdded "passwd chat timeout" parameter. Docs to follow.
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-21 Jeremy AllisonFix for rename across filesystems. Noticed by Rainer...
2003-11-19 Jeremy AllisonGroup quotas patch from "Heinreichsberger, Helmut"...
2003-11-18 Jeremy AllisonRemove unneeded second open for filename ending in...
2003-11-18 Jeremy AllisonEnsure we mangle names ending in '.' in hash2 mangling...
2003-11-07 Volker LendeckeFrom 3_0:
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-10-30 Gerald Carterbug 696; check for an invalid fid before dereferencing...
2003-10-29 Jeremy AllisonJanitor for tridge.
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-28 Jeremy AllisonDon't log at level zero when chdir fails. Ensure correc...
2003-10-28 Jeremy AllisonFix for bug #667. DFS filenames can now have arbitrary...
2003-10-27 Jeremy AllisonMissing UNIX -> DOS codepage conversion. Fix from Alexa...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-21 Jeremy AllisonFix for bug #64, Win9x Nexus tools not working against...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-21 Jim McDonoughAdd server side support for epmapper pipe. Currently...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-17 Jeremy AllisonTypo broke win9x logins.
2003-10-16 Jeremy AllisonTidyup wrap checking.
2003-10-16 Jeremy AllisonFix buggy data_len calculation in echo. Add paranoia...
2003-10-16 Jeremy AllisonEnsure error code path doesn't free unmalloced memory...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-10-10 Jeremy AllisonEnsure cancelling a blocking lock returns the correct...
2003-10-10 Jeremy AllisonMake us pass Samba4 lock tester (with one different...
2003-10-09 Jeremy AllisonMatch W2K insanty w.r.t. writelock and writeclose....
2003-10-09 Jeremy AllisonAt least give a message if we're returning a short...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-10-08 Jeremy AllisonFixup error code returns from Samba4 tester. Ensure...
2003-10-07 Jeremy AllisonVersion of patch from nick@isilon.com (Nicholas Kirsch...
2003-10-06 Jeremy AllisonFix for bug #562 (incorrect mode sum) by h-yamasaki...
2003-10-03 Gerald Cartercleaning out patch list; patch from Steve L. to change...
2003-10-02 Jeremy AllisonCorrect fix for excel read-only bug. Add panic for...
2003-10-02 Jeremy AllisonFix for not opening Excel 2000 files that are read...
2003-09-29 Jeremy AllisonTake care of condition where DOS and NT error codes...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-29 Tim PotterMerge from 3.0:
2003-09-24 Gerald Carter* sync more files from 3.0
2003-09-17 Jeremy AllisonFix coredump from Samba4 torture suite.
2003-09-16 Tim PotterMerge from 3.0:
next