Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r20718: Sync up the filename path parsing changes from SAMBA_3_0_24. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r18481: Use pidl-generated server side code for dfs. | Jelmer Vernooij | 1 | -5/+6 |
2007-10-10 | r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs). | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r17376: Fix bug #3985 - ensure in msdfs we check for our | Jeremy Allison | 1 | -14/+8 |
2007-10-10 | r17348: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16968: The function parse_processed_dfs_path() is dependent on the | Jeremy Allison | 1 | -5/+11 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r16797: Add msdfs proxy junctions in the netdfs rpc enumeration. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r16203: Fix potentially writing one result of strtok beyond the end of alt_path. | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r15712: BUG 3435: patch from volker to fix 'msdfs root = yes' in [homes] | Gerald Carter | 1 | -1/+4 |
2007-10-10 | r14387: Try and fix the coverity issues (#53, #54) with negative | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r14336: Try and quieten coverity #53 and #54. Make it obvious | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -4/+2 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+7 |
2007-10-10 | r12194: Ensure that when we set a connection path we've canonicalized | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r8963: Clean up the horrid "fake conn struct" part of MSDFS. | Jeremy Allison | 1 | -11/+19 |
2007-10-10 | r8959: Make msdfs code talloc based. Fix leaks. | Jeremy Allison | 1 | -134/+195 |
2007-10-10 | r8950: Fix one more mem leak found by Gunther. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r8948: Fix valgrind bad free bug found by Gunther. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r8697: BUG 2908: make sure to allow for the trailing NULL | Gerald Carter | 1 | -2/+1 |
2007-10-10 | r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>. | Jeremy Allison | 1 | -25/+36 |
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 | r6242: after talking to jeremy, we can actually consolidate | Gerald Carter | 1 | -8/+10 |
2007-10-10 | r6237: fix my breakage of WinXP sp2 msdfs support. | Gerald Carter | 1 | -5/+16 |
2007-10-10 | r6053: Fixup dfs path with the new wildcard parser code split out. | Jeremy Allison | 1 | -22/+17 |
2007-10-10 | r6048: Split out the check_path_syntax into a findfirst/next/wildcard version. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r5165: BUG 2295: always use get_local_machine_name() rather than digging in t... | Gerald Carter | 1 | -4/+3 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -7/+6 |
2007-10-10 | r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all | Jeremy Allison | 1 | -2/+2 |