Make explicit in debug we're ignoring flags from the parent SD.
[samba.git] / source / smbd /
2008-01-25 Jeremy AllisonMake explicit in debug we're ignoring flags from the...
2008-01-24 Jeremy AllisonAdd debug messages to trace this if needed.
2008-01-24 Jeremy AllisonThe checks for OI and CI were just wrong.... Fix them...
2008-01-24 Jeremy AllisonFirst part of fix for bug #4929 - worked out by jmcd.
2008-01-19 Jeremy AllisonActually test vl's new code and make it work to fix...
2008-01-19 Jeremy AllisonBack port vl's fix for nlink counts.
2008-01-09 Volker Lendeckeensure uni_name.buffer is initialised
2008-01-09 Jeremy AllisonFix resource leak on error found by coverity.
2008-01-09 Jeremy AllisonMerge branch 'v3-0-test' of ssh://jra@git.samba.org...
2008-01-05 Jeremy AllisonUsing a bool with a logical operation. IBM checker...
2008-01-03 Stefan MetzmacherRevert "no-atime-on-mtime"
2008-01-03 Stefan MetzmacherMerge remote branch 'origin/v3-0-test' of /home/People...
2007-12-28 Jeremy AllisonPort 2135dfe91bf1ae114a18c15286b535662200677d from...
2007-12-19 Jeremy AllisonEnsure we can't pass -1 to smb_fn_name(). Fixes bug...
2007-12-17 Jeremy AllisonFix bug #5121 (unix passwd sync bnot working on a strea...
2007-12-17 Simo SorceResolve conflict of merging in J.Layton patch
2007-12-16 Jeremy AllisonMore work on bug #5082, use LC_ALL as this takes
2007-12-15 Jeremy AllisonFix for bug #5082 from Mathias Gug <mathiaz@ubuntu...
2007-12-14 Stefan MetzmacherMerge remote branch 'origin/v3-0-test' of /home/People...
2007-12-10 Gerald (Jerry) CarterMerge branch 'v3-0-stable' into v3-0-test
2007-12-10 Gerald (Jerry) CarterMerge branch 'v3-0-stable' into v3-0-test
2007-12-10 Gerald (Jerry) CarterMerge branch 'v3-0-stable' into v3-0-test
2007-12-06 Stefan Metzmacherno-atime-on-mtime
2007-12-04 Volker LendeckeCorrectly invalidate intermediate vuids
2007-12-04 Volker LendeckeWhen allocating a new vuid, also avoid partial ones
2007-11-20 Jeremy AllisonDon't overrun directory listings by incorrectly calculating
2007-11-19 Jeremy AllisonEnsure every use of push_ascii checks for error -1...
2007-11-18 Jeremy AllisonFix remaining calls to srvstr_push -1 - noticed
2007-11-17 Michael AdamFix for Bug #5023 (separate access check from posix_acl...
2007-11-16 Jeremy AllisonFix smbfs to not trigger our paranoid checker.
2007-11-15 Gerald (Jerry) CarterFix for CVE-2007-4572
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create... samba-misc-tags/initial-v3-0-test
2007-10-10 Volker Lendecker23773: One pstring a day...
2007-10-10 Volker Lendecker23768: Get rid of the three global variables for the...
2007-10-10 Volker Lendecker23765: Another error-path restore_case_semantics().
2007-10-10 Volker Lendecker23764: Do restore_case_semantics in an error path...
2007-10-10 Volker Lendecker23761: Rename reduce_name to check_reduced_name
2007-10-10 Jeremy Allisonr23752: Fix bug introduced by checkin 22920, allow...
2007-10-10 Volker Lendecker23743: Simplify stat_cache_lookup() logic. For the...
2007-10-10 Volker Lendecker23738: Re-add commented out code snipped that got...
2007-10-10 Jeremy Allisonr23736: Use local variable of smb_flag2 instead of...
2007-10-10 Jeremy Allisonr23735: Second part of the bugfix for #4763
2007-10-10 Volker Lendecker23731: Forgot one reference to inbuf
2007-10-10 Jeremy Allisonr23728: First part of bugfix for #4763. Limit notify...
2007-10-10 Volker Lendecker23727: Explicitly pass down FLAGS2 to srvstr_get_path.
2007-10-10 Volker Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Volker Lendecker23725: Remove get_current_mid()
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Simo Sorcer23683: Check ports are in the correct range (1-65535)
2007-10-10 Simo Sorcer23682: Old patch I forgot in one of my 3.0.25 trees.
2007-10-10 Jeremy Allisonr23664: Fix incorrect index - should be j not i. How...
2007-10-10 Jeremy Allisonr23663: Fix bug #4308 - Excel save operation corrupts...
2007-10-10 Jeremy Allisonr23640: When we support the SeSecurity privilage, this...
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 Jeremy Allisonr23589: Ensure we will always release any timeout handler
2007-10-10 Volker Lendecker23538: Fix for wild-card rename: We can't return direc...
2007-10-10 Volker Lendecker23537: Revert the inbuf/outbuf part of r23528: This...
2007-10-10 Volker Lendecker23528: Two changes to make the valgrind massif (heap...
2007-10-10 Volker Lendecker23523: Gaa -- had renamed "name" to "path" and apparen...
2007-10-10 Volker Lendecker23522: Save us a kilobyte stack space in a hot code...
2007-10-10 Volker Lendecker23518: Remove the silly assumption that string_replace...
2007-10-10 Volker Lendecker23517: After Jeremy has given is ack on irc:
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr23508: Fix sync_file() to return NTSTATUS and return...
2007-10-10 James Peachr23502: Restore exit-on-idle. Small refactoring...
2007-10-10 Volker Lendecker23501: Move notify_rename before rename_internals_fsp...
2007-10-10 Volker Lendecker23500: Two changes to survive the now activated test...
2007-10-10 Volker Lendecker23486: Ok, this time with a hopefully successful make...
2007-10-10 Volker Lendecker23483: Revert 23482, I must have run 'make test' in...
2007-10-10 Volker Lendecker23482: Slightly simplify the rename code: Remove two...
2007-10-10 Gerald Carterr23474: Here's a small patch that disables the libkrb5...
2007-10-10 Volker Lendecker23469: Fix a comment
2007-10-10 Volker Lendecker23467: Next little simplification: In rename_internals...
2007-10-10 Volker Lendecker23466: Fix RAW-NOTIFY: by using delete on close the...
2007-10-10 Volker Lendecker23457: After Jeremy's ack:
2007-10-10 Jeremy Allisonr23450: max_params_return is complete fiction when...
2007-10-10 Jeremy Allisonr23445: Fix suggested by Volker. Don't call rename_open...
2007-10-10 Volker Lendecker23410: Merge the core of the cluster code.
2007-10-10 James Peachr23398: Support membership of >16 groups on Darwin...
2007-10-10 James Peachr23393: Support BSD group semantics by making sure...
2007-10-10 Jeremy Allisonr23391: Second part of the patch for Apple.
2007-10-10 Jeremy Allisonr23390: First part of the patch to make Apple's life...
2007-10-10 Volker Lendecker23375: Fix a 64-bit warning
2007-10-10 Jeremy Allisonr23346: Fix offline caching with XP/Vista. It was an...
2007-10-10 James Peachr23299: Fix the build for !WITH_SENDFILE.
2007-10-10 Jeremy Allisonr23272: Fix main event loop - reviewed by Volker.
2007-10-10 Volker Lendecker23241: In preparation for the cluster messaging import...
2007-10-10 Volker Lendecker23236: Another bad merge: Correctly free and unlock...
2007-10-10 Volker Lendecker23221: Fix a bad merge, avoid a memory leak and tdb...
2007-10-10 Volker Lendecker23220: Add traverse_read to dbwrap
2007-10-10 Gerald Carterr23206: remove unreachable code
2007-10-10 Volker Lendecker23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a...
2007-10-10 Volker Lendecker23186: Checkin on behalf of Tridge:
2007-10-10 Volker Lendecker23185: Try to fix the IRIX build, also add the forgott...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch...
2007-10-10 Volker Lendecker23172: Change shutdown_other_smbds to use connections_...
2007-10-10 Volker Lendecker23171: Convert connections.tdb to dbwrap
2007-10-10 Volker Lendecker23168: Move the lp_max_connections() into service.c.
2007-10-10 Volker Lendecker23167: Remove an unused parameter
next