Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20006: Convert the registry shares to use the new API | Volker Lendecke | 1 | -48/+31 |
2007-10-10 | r19991: Sorry for this 2000-liner... | Volker Lendecke | 1 | -6/+5 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 1 | -0/+113 |
2007-10-10 | r19705: Fix blocker bug for 3.0.23d - find_forced_group could | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that this... | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r18787: Fix the strlen_m and strlen_m_term code by merging | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17402: Added lookup_name_smbconf() to be called when looking | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17096: Simplify share_access_check a bit: It takes the sharename instead of ... | Volker Lendecke | 1 | -2/+7 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -20/+43 |
2007-10-10 | r15601: Fix segfaults with 'security=share' and 'guest only = yes' | Volker Lendecke | 1 | -10/+28 |
2007-10-10 | r15555: Make "change notify timeout" a per-share parameter - used | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -81/+206 |
2007-10-10 | r13095: Fix warnings assigning int to a size_t. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r12308: Reformatting | Volker Lendecke | 1 | -4/+2 |
2007-10-10 | r12307: Reformatting plus a trivial if/else simplification. There's no point ... | Volker Lendecke | 1 | -72/+122 |
2007-10-10 | r12213: Final fix for #3303 - send rename messages to smbd's | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r12194: Ensure that when we set a connection path we've canonicalized | Jeremy Allison | 1 | -3/+102 |
2007-10-10 | r10693: Fix bug #3129, reported by Adam Porter <sambabugzilla@alphapapa.net>. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r7948: Ensure we call the vfs connection hook before doing a vfs stat. | Jeremy Allison | 1 | -19/+21 |
2007-10-10 | r7210: Fix my own mistakes up, sorry. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r7200: Don't use memset, use SET_STAT_INVALID (has the same effect). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r7139: trying to reduce the number of diffs between trunk and 3.0; changing v... | Gerald Carter | 1 | -2/+4 |
2007-10-10 | r6625: Remove another global variable left over from a long time ago (magic c... | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r6497: Ensure yield_connection() is called on all appropriate error conditions. | Jeremy Allison | 1 | -19/+22 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r5608: BUG 2399 - removing dead code (not finished with bug yet). | Gerald Carter | 1 | -13/+0 |
2007-10-10 | r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r5183: Ensure we correctly set the per-connection "case_sensitive" setting. | Jeremy Allison | 1 | -9/+18 |
2007-10-10 | r4539: patch from Rob -- adding real printcap name cache function to speed up... | Gerald Carter | 1 | -36/+1 |
2007-10-10 | r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri... | Gerald Carter | 1 | -4/+12 |
2007-10-10 | r2475: A more helpful debug-message when a connection to a dfs-proxy-share is | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r2076: Removed old dir caching code - not being used now we have the | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r1414: Memory leak fixes found by valgrind whilst checking the password histo... | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 1 | -3/+24 |
2007-10-10 | r933: When using widelinks = no, use realpath to canonicalize the | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r799: BUG 1259 -- add 'printcap cache time' patch from Lars | Gerald Carter | 1 | -0/+24 |
2007-10-10 | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -12/+6 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 1 | -1/+1 |
2004-03-05 | Several mb tidyups - getting ready to address the XXX_sub function. | Jeremy Allison | 1 | -94/+86 |
2004-02-13 | Fixup the 'multiple-vuids' bugs. | Jeremy Allison | 1 | -81/+3 |
2003-10-03 | cleaning out patch list; patch from Steve L. to change the cwd before the pos... | Gerald Carter | 1 | -3/+3 |
2003-09-26 | Ensure %S gets expanded in read/write lists. | Jeremy Allison | 1 | -6/+13 |
2003-09-23 | This only touches the fake kaserver support. It adds two parameters: | Volker Lendecke | 1 | -1/+3 |