summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+4
* s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner2009-05-051-0/+2
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-091-2/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Add auth_serversupplied_info to create_conn_structVolker Lendecke2008-11-231-4/+15
* Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...Yasuma Takeda2008-11-201-6/+6
* Make create_conn_struct() publicVolker Lendecke2008-07-271-1/+1
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-241-17/+53
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-11/+11
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-221-0/+1
* Fix an abort in junction_to_local_pathVolker Lendecke2008-06-221-1/+1
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-221-0/+2
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-221-1/+2
* Fix a double-closedir() in form_junctions()Volker Lendecke2008-06-211-1/+0
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-0/+11
* Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-191-16/+12
* Fix debug message.Jeremy Allison2008-05-131-2/+2
* Second part of patch for bug #5460. Cope with pathnamesJeremy Allison2008-05-131-15/+39
* Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison2008-05-131-0/+10
* Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke2008-05-051-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-45/+36
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-30/+0
* strtok -> strtok_rVolker Lendecke2008-01-231-2/+3
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-21/+41
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-28/+28
* r25327: Normalize the path we return for 'msdfs proxy'Volker Lendecke2007-10-101-1/+11
* r25324: Fix "msdfs proxy"Volker Lendecke2007-10-101-1/+1
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25173: Use the append_buffer version in a loop.Jeremy Allison2007-10-101-2/+2
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+1
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-10/+6
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-252/+609
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-3/+4
* r24253: From Jan Martin <Jan.Martin@rwedea.com>.Jeremy Allison2007-10-101-0/+8
* r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>.Jeremy Allison2007-10-101-1/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23522: Save us a kilobyte stack space in a hot code path: I can't see a reasonVolker Lendecke2007-10-101-3/+5
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-101-32/+36
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-3/+3
* r21961: Repair bug introduced by rev. 21960.Jeremy Allison2007-10-101-0/+6
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-10-101-2/+0
* r21942: Hoist by our own petard :-). Older smbclient binariesJeremy Allison2007-10-101-2/+2
* r21803: Missed part of patch to make self-referrals work.Jeremy Allison2007-10-101-0/+1
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-370/+459
* r21759: Fix the same bug in a more elegant way, strrchr_mJeremy Allison2007-10-101-7/+12
* r21758: Fix a very specific dfs bug when passing in POSIXJeremy Allison2007-10-101-3/+6
* r21756: An invarient the dfs code depended on for POSIX pathsJeremy Allison2007-10-101-4/+1