| Commit message (Expand) | Author | Age | Files | Lines |
* | r25387: Sync with 3.2.0 svn tree | Gerald Carter | 2007-09-27 | 1 | -80/+115 |
* | r24811: Simple reformatting to fit the 80 columns rule. | Jeremy Allison | 2007-08-30 | 1 | -63/+96 |
* | r24595: Fix Coverity ID 393 | Volker Lendecke | 2007-08-21 | 1 | -2/+1 |
* | r24549: Fix unix_convert to return the already converted part | Volker Lendecke | 2007-08-19 | 1 | -4/+10 |
* | r24497: Revert r24485 -- this needs more thought | Volker Lendecke | 2007-08-16 | 1 | -1/+1 |
* | r24485: Even in the failure case unix_convert must pass the already converted | Volker Lendecke | 2007-08-16 | 1 | -1/+1 |
* | r24122: merge from SAMBA_3_2: | Stefan Metzmacher | 2007-08-02 | 1 | -1/+2 |
* | r23879: Fix two memleaks, found by the IBM checker | Volker Lendecke | 2007-07-15 | 1 | -2/+4 |
* | r23878: Fix an error return, found by the IBM checker | Volker Lendecke | 2007-07-15 | 1 | -0/+1 |
* | r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP maps | Jeremy Allison | 2007-07-11 | 1 | -6/+15 |
* | r23844: Add patch series from Volker (after review and consultation). | Jeremy Allison | 2007-07-11 | 1 | -99/+207 |
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
* | r23761: Rename reduce_name to check_reduced_name | Volker Lendecke | 2007-07-09 | 1 | -2/+2 |
* | r23183: Check in a change made by Tridge: | Volker Lendecke | 2007-05-29 | 1 | -1/+1 |
* | r20916: Add in the delete on close final fix - but only enabled | Jeremy Allison | 2007-01-19 | 1 | -0/+6 |
* | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 2007-01-17 | 1 | -12/+9 |
* | r20722: RAW-CHKPATH should now pass, build farm should | Jeremy Allison | 2007-01-13 | 1 | -4/+13 |
* | r20721: Fix the search unix_convert error returns. Only open | Jeremy Allison | 2007-01-13 | 1 | -25/+35 |
* | r20720: Fix the chkpath problem, still looking at findfirst. | Jeremy Allison | 2007-01-13 | 1 | -1/+6 |
* | r20672: Start working on the wildcard cases - put back this | Jeremy Allison | 2007-01-11 | 1 | -0/+19 |
* | r20671: This version of the pathname code passes volkers | Jeremy Allison | 2007-01-11 | 1 | -18/+14 |
* | r20655: After consulting with Volker, fix our pathname | Jeremy Allison | 2007-01-10 | 1 | -42/+105 |
* | r19769: more compile fixes while merging from SAMBA_3_0 (not done yet) | Gerald Carter | 2006-11-18 | 1 | -10/+12 |
* | r12018: more 3.0.21 changes. This is a full sync except for changes to rpc-s... | Gerald Carter | 2005-12-02 | 1 | -0/+13 |
* | r12017: starting the sync up for 3.0.21. Gotten through r11915 | Gerald Carter | 2005-12-02 | 1 | -10/+8 |
* | r11590: syncing up for 3.0.21rc1 | Gerald Carter | 2005-11-09 | 1 | -1/+10 |
* | r7893: Add in the extra parameters to opendir() to fix the large directory/in... | Jeremy Allison | 2005-06-25 | 1 | -1/+1 |
* | r7210: Fix my own mistakes up, sorry. | Jeremy Allison | 2005-06-03 | 1 | -1/+1 |
* | r7200: Don't use memset, use SET_STAT_INVALID (has the same effect). | Jeremy Allison | 2005-06-02 | 1 | -3/+3 |
* | r6631: More typo's. Sorry. | Jeremy Allison | 2005-05-06 | 1 | -2/+2 |
* | r6625: Remove another global variable left over from a long time ago (magic c... | Jeremy Allison | 2005-05-06 | 1 | -5/+5 |
* | r5792: Added new parameter "inherit owner". If set on a share, the created fi... | Jeremy Allison | 2005-03-15 | 1 | -1/+1 |
* | r5183: Ensure we correctly set the per-connection "case_sensitive" setting. | Jeremy Allison | 2005-02-03 | 1 | -4/+0 |
* | r5160: First cut at refactoring of directory code to handle non-wildcard | Jeremy Allison | 2005-02-01 | 1 | -1/+1 |
* | r5152: Restructure the directory handling code, stop using void * pointers | Jeremy Allison | 2005-02-01 | 1 | -1/+1 |
* | r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory | Jeremy Allison | 2005-01-28 | 1 | -1/+3 |
* | r2152: Fix for bug #1674, move the symlinks checks into reduce_name(). | Jeremy Allison | 2004-08-31 | 1 | -17/+1 |
* | r2076: Removed old dir caching code - not being used now we have the | Jeremy Allison | 2004-08-25 | 1 | -15/+3 |
* | r1570: merging changes from 3.0.5 | Gerald Carter | 2004-07-22 | 1 | -2/+2 |
* | r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all | Jeremy Allison | 2004-06-11 | 1 | -3/+22 |
* | r933: When using widelinks = no, use realpath to canonicalize the | Jeremy Allison | 2004-05-28 | 1 | -1/+1 |
* | r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u... | Jeremy Allison | 2004-05-14 | 1 | -0/+4 |
* | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ... | Jeremy Allison | 2004-05-13 | 1 | -1/+1 |
* | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 2004-05-07 | 1 | -16/+15 |
* | r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk | CVS Import User | 2004-04-04 | 1 | -0/+497 |