r13327: Update install.html location & fix typo.
[ira/wip.git] / source3 / smbd /
2007-10-10 Gerald Carterr13318: remove an unused file
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13314: This code has been causing problems since 1...
2007-10-10 Jeremy Allisonr13299: From testing W2K3 and W2K the delete on close...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Volker Lendecker13291: NT checks the minimum password age dynamically...
2007-10-10 Jeremy Allisonr13274: Fix for bug #3467. Not a show stopper.
2007-10-10 Gerald Carterr13233: build fixes for smbmnt; remove unused variable...
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr13198: Fix issues exposed by Jerry's testing on 64...
2007-10-10 Jeremy Allisonr13192: Fix up alignment issues when printing share...
2007-10-10 Jeremy Allisonr13125: Very well spotted crash bug fix for #3343 from
2007-10-10 Jeremy Allisonr13095: Fix warnings assigning int to a size_t.
2007-10-10 James Peachr13027: Support file change notifications from FAM.
2007-10-10 Jeremy Allisonr13023: Ensure we notice if we exit due to guest user...
2007-10-10 Jeremy Allisonr12956: Fix for bug #3035 from SATOH Fumiyasu <fumiyas...
2007-10-10 Jeremy Allisonr12938: Fix for #3408 (change password fails) from...
2007-10-10 Gerald Carterr12916: use rpcstr_pull() instead of unistr_to_ascii...
2007-10-10 Jeremy Allisonr12885: Oops. Missed last part of correct patch for...
2007-10-10 Jeremy Allisonr12877: Stop passing structs around in smb messages...
2007-10-10 Volker Lendecker12735: After talking to Tridge and Jeremy... This...
2007-10-10 Volker Lendecker12721: GPFS 2.4 on Linux will contain some windows...
2007-10-10 Jeremy Allisonr12713: Remove use of uint8_t -> uint8.
2007-10-10 Jeremy Allisonr12653: Patch from SATOH Fumiyasu <fumiyas@miraclelinux...
2007-10-10 Jeremy Allisonr12564: Ensure load_case_tables is always done first.
2007-10-10 Jeremy Allisonr12522: Try and fix bug #2926 by removing setlocale...
2007-10-10 Jeremy Allisonr12491: End profile fixes from SATOH Fumiyasu <fumiya...
2007-10-10 Volker Lendecker12477: Remove a gcc -O6 warning
2007-10-10 Volker Lendecker12460: Fixes for bug 3349
2007-10-10 Jeremy Allisonr12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>
2007-10-10 Volker Lendecker12312: Reformatting and a trivial change: is_share_rea...
2007-10-10 Volker Lendecker12311: Reformatting
2007-10-10 Volker Lendecker12308: Reformatting
2007-10-10 Volker Lendecker12307: Reformatting plus a trivial if/else simplificat...
2007-10-10 Volker Lendecker12305: Reformatting
2007-10-10 Jeremy Allisonr12279: unix_mask_match has been broken for *ever*...
2007-10-10 Jeremy Allisonr12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for...
2007-10-10 Jeremy Allisonr12234: Reduce the race condition for renames by holdin...
2007-10-10 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr12194: Ensure that when we set a connection path we...
2007-10-10 Volker Lendecker12163: Change lookup_sid and lookup_name to return...
2007-10-10 Jeremy Allisonr12160: The filename parameter to get_share_mode_lock...
2007-10-10 Lars Müllerr12076: Ensure setmntent() returns with != NULL in...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Jeremy Allisonr11945: Make us follow the newly documented pathname...
2007-10-10 Jeremy Allisonr11943: Don't reset attrs to zero in EA get - we are...
2007-10-10 Volker Lendecker11909: Implement 'reset on zero vc'. This kills other...
2007-10-10 Jeremy Allisonr11861: Fix inspired by Thomas Neumann <t.neumann@iku...
2007-10-10 Günther Deschnerr11846: Destroy the TALLOC_CTX on error in the Kerberos...
2007-10-10 Jeremy Allisonr11767: Doesn't need to be exported.
2007-10-10 Jeremy Allisonr11718: Filter stored DOS attributes by SAMBA_ATTRIBUTE...
2007-10-10 Gerald Carterr11661: Store the INFO3 in the PAC data into the netsam...
2007-10-10 Paul Greenr11657: Tiny improvement to debug error message in...
2007-10-10 Gerald Carterr11655: Two small fixes
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11451: Fix -O1 "might be using uninitialized" errors.
2007-10-10 Jeremy Allisonr11448: Move decl before code.
2007-10-10 Jeremy Allisonr11428: Fix bug #3192 by actually hooking up the dfree...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Jeremy Allisonr11389: Attempt to fix bug #3212 - ignore bogus OS...
2007-10-10 Jeremy Allisonr11346: Fix for bug found by Dina Fine. If in case...
2007-10-10 Jeremy Allisonr11344: I don't think share mode conflicts occur on...
2007-10-10 Jeremy Allisonr11341: Put directory opens into the share mode db...
2007-10-10 Jeremy Allisonr11283: Move to using sival_int from sival_ptr. Part...
2007-10-10 Jeremy Allisonr11237: Fix acl evaluation bug found by Marc Cousin...
2007-10-10 Jeremy Allisonr11233: Forgot to add the statvfs file. Oops.
2007-10-10 Jeremy Allisonr11232: Added ab's POSIX statvfs vfs call. Sorry for...
2007-10-10 Günther Deschnerr11213: Fix the build
2007-10-10 Jeremy Allisonr11190: Fix enhancement request #3192.
2007-10-10 Günther Deschnerr11183: add small helper function to return a PAC_LOGON...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr11060: merging new eventlog code from trunk
2007-10-10 Jeremy Allisonr10979: After discussions on IRC about profile shares,
2007-10-10 Jeremy Allisonr10974: Get closer to trying to fix #1825 (PcoketPC...
2007-10-10 Jeremy Allisonr10947: Fix bugs #3133 and #1828 - SPNEGO not working...
2007-10-10 Jeremy Allisonr10943: Unused variable. Bug #3160 from jason@ncac...
2007-10-10 Jeremy Allisonr10930: Fix erroneous debug spotted by Herb.
2007-10-10 Gerald Carterr10921: BUG 3070: fix crash bug in qfsinfo when retriev...
2007-10-10 Gerald Carterr10901: BUG 3145: Fix build issue regarding quota suppo...
2007-10-10 Jeremy Allisonr10888: We've already checked 'CAN_WRITE' so we don...
2007-10-10 Jeremy Allisonr10885: Fix bug where read-only share files are always...
2007-10-10 Gerald Carterr10822: updating copyright info
2007-10-10 Jeremy Allisonr10750: Ensure we match W2K3 in forcing DOS errors...
2007-10-10 Jeremy Allisonr10749: Remove one more Samba4 smbtorture RAW-OPEN...
2007-10-10 Jeremy Allisonr10744: Fix for the second incarnation of bug #3088...
2007-10-10 Jeremy Allisonr10693: Fix bug #3129, reported by Adam Porter <sambabu...
2007-10-10 Volker Lendecker10672: Attempt to fix the IRIX build. James, could...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 James Peachr10644: Let the ports parameter be a comma-separated...
2007-10-10 Jeremy Allisonr10600: Fix bug #2769 (mangle filenames ending in a...
2007-10-10 Jeremy Allisonr10558: Fix bug #3010 yet again. Die monster, die !
2007-10-10 Jeremy Allisonr10551: We need to check if the source path is a parent...
2007-10-10 Jeremy Allisonr10359: Ensure that smb.conf requests for hidden files...
2007-10-10 Jeremy Allisonr10276: Fix for bug #3104 from Leo Weppelman <leo@wau...
2007-10-10 Jeremy Allisonr10188: 64-bit warning fix.
2007-10-10 Jeremy Allisonr10186: More 64-bit warning fixes.
2007-10-10 Jeremy Allisonr10182: Starting to stamp out warnings on a 64-bit...
2007-10-10 Jeremy Allisonr10136: Fix for bug #3060 from Leo Weppelman <leo@wau...
next