Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25167: Fix breakage from mangling rewrite. Use the | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -77/+112 |
2007-10-10 | r24811: Simple reformatting to fit the 80 columns rule. | Jeremy Allison | 1 | -63/+96 |
2007-10-10 | r24595: Fix Coverity ID 393 | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r24549: Fix unix_convert to return the already converted part | Volker Lendecke | 1 | -4/+10 |
2007-10-10 | r24497: Revert r24485 -- this needs more thought | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24485: Even in the failure case unix_convert must pass the already converted | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24120: add a file_id_create() hook into the VFS layer | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r23879: Fix two memleaks, found by the IBM checker | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r23878: Fix an error return, found by the IBM checker | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP maps | Jeremy Allison | 1 | -6/+15 |
2007-10-10 | r23844: Add patch series from Volker (after review and consultation). | Jeremy Allison | 1 | -99/+207 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23761: Rename reduce_name to check_reduced_name | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20916: Add in the delete on close final fix - but only enabled | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 1 | -12/+9 |
2007-10-10 | r20722: RAW-CHKPATH should now pass, build farm should | Jeremy Allison | 1 | -4/+13 |
2007-10-10 | r20721: Fix the search unix_convert error returns. Only open | Jeremy Allison | 1 | -25/+35 |
2007-10-10 | r20720: Fix the chkpath problem, still looking at findfirst. | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r20718: Sync up the filename path parsing changes from SAMBA_3_0_24. | Jeremy Allison | 1 | -41/+119 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -10/+12 |
2007-10-10 | r11945: Make us follow the newly documented pathname processing rules: | Jeremy Allison | 1 | -0/+13 |
2007-10-10 | r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure that | Jeremy Allison | 1 | -10/+8 |
2007-10-10 | r11346: Fix for bug found by Dina Fine. If in case sensitive mode then | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r7893: Add in the extra parameters to opendir() to fix the large directory/in... | Jeremy Allison | 1 | -1/+1 |
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 | -3/+3 |
2007-10-10 | r6631: More typo's. Sorry. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r6625: Remove another global variable left over from a long time ago (magic c... | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r5792: Added new parameter "inherit owner". If set on a share, the created fi... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5183: Ensure we correctly set the per-connection "case_sensitive" setting. | Jeremy Allison | 1 | -4/+0 |
2007-10-10 | r5160: First cut at refactoring of directory code to handle non-wildcard | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5152: Restructure the directory handling code, stop using void * pointers | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r2152: Fix for bug #1674, move the symlinks checks into reduce_name(). | Jeremy Allison | 1 | -17/+1 |
2007-10-10 | r2076: Removed old dir caching code - not being used now we have the | Jeremy Allison | 1 | -15/+3 |
2007-10-10 | r1570: merging changes from 3.0.5 | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all | Jeremy Allison | 1 | -3/+22 |
2007-10-10 | r933: When using widelinks = no, use realpath to canonicalize the | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u... | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -16/+15 |
2004-03-05 | Several mb tidyups - getting ready to address the XXX_sub function. | Jeremy Allison | 1 | -5/+9 |
2004-03-05 | all_string_sub() is broken as it doesn't handle mb chars correctly (and | Jeremy Allison | 1 | -2/+4 |
2004-03-03 | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 1 | -19/+8 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -2/+2 |