Age | Commit message (Expand) | Author | Files | Lines |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -2/+1 |
2008-11-23 | Add auth_serversupplied_info to create_conn_struct | Volker Lendecke | 1 | -4/+15 |
2008-11-20 | Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt... | Yasuma Takeda | 1 | -6/+6 |
2008-07-27 | Make create_conn_struct() public | Volker Lendecke | 1 | -1/+1 |
2008-06-24 | Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.c | Volker Lendecke | 1 | -17/+53 |
2008-06-22 | Remove the "exists" parameter from create_msdfs_link | Volker Lendecke | 1 | -11/+11 |
2008-06-22 | Reduce memory usage in form_junctions() a little bit | Volker Lendecke | 1 | -0/+1 |
2008-06-22 | Fix an abort in junction_to_local_path | Volker Lendecke | 1 | -1/+1 |
2008-06-22 | Fix a crash in _dfs_Enum | Volker Lendecke | 1 | -0/+2 |
2008-06-22 | Fix an uninitialized variable access in callers of parse_msdfs_symlink | Volker Lendecke | 1 | -1/+2 |
2008-06-21 | Fix a double-closedir() in form_junctions() | Volker Lendecke | 1 | -1/+0 |
2008-05-25 | Remove some references to get_current_username() and current_user_info | Volker Lendecke | 1 | -0/+11 |
2008-05-19 | Restructuring of code to fix #5460. Remove search | Jeremy Allison | 1 | -16/+12 |
2008-05-13 | Fix debug message. | Jeremy Allison | 1 | -2/+2 |
2008-05-13 | Second part of patch for bug #5460. Cope with pathnames | Jeremy Allison | 1 | -15/+39 |
2008-05-13 | Fix bug #5460. The problem is RHEL5.0 shipped a CIFS client | Jeremy Allison | 1 | -0/+10 |
2008-05-05 | Fix dfs_Enum: In form_junctions, correctly check for malloc failure | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -45/+36 |
2008-04-02 | Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>. | Jeremy Allison | 1 | -30/+0 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -2/+3 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -1/+1 |
2007-11-10 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -21/+41 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -28/+28 |
2007-10-10 | r25327: Normalize the path we return for 'msdfs proxy' | Volker Lendecke | 1 | -1/+11 |
2007-10-10 | r25324: Fix "msdfs proxy" | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25184: Fix some C++ warnings and an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25173: Use the append_buffer version in a loop. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -10/+6 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 1 | -252/+609 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r24253: From Jan Martin <Jan.Martin@rwedea.com>. | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>. | Jeremy Allison | 1 | -1/+2 |
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 | r23522: Save us a kilobyte stack space in a hot code path: I can't see a reason | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r22064: Fix the DFS code to work better with Vista clients. Allow | Jeremy Allison | 1 | -32/+36 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r21961: Repair bug introduced by rev. 21960. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-) | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r21942: Hoist by our own petard :-). Older smbclient binaries | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21803: Missed part of patch to make self-referrals work. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21800: Check-in the DFS rewrite. I am still testing this but it | Jeremy Allison | 1 | -370/+459 |
2007-10-10 | r21759: Fix the same bug in a more elegant way, strrchr_m | Jeremy Allison | 1 | -7/+12 |
2007-10-10 | r21758: Fix a very specific dfs bug when passing in POSIX | Jeremy Allison | 1 | -3/+6 |
2007-10-10 | r21756: An invarient the dfs code depended on for POSIX paths | Jeremy Allison | 1 | -4/+1 |
2007-10-10 | r21754: Volker is completely correct. There's no need for | Jeremy Allison | 1 | -1/+31 |
2007-10-10 | r21251: Okay, after Jeremy has kindly tested this, check it in :-) | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails). | Jeremy Allison | 1 | -11/+29 |