summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_dfs_nt.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-2/+2
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-241-13/+0
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-4/+2
* Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke2008-06-221-2/+2
* Fix CID 524 - reference before allocation fail null check.Jeremy Allison2008-01-111-1/+1
* Some C++ warningsVolker Lendecke2007-12-211-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
* r25389: Fix crash bug using DFS info struct uninitialized.Jeremy Allison2007-10-101-4/+28
* r25119: Fix a couple of warnings.Jeremy Allison2007-10-101-1/+2
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-83/+125
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner2007-10-101-12/+13
* r22574: Fix reply when we have no dfs shares.Jeremy Allison2007-10-101-12/+27
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-101-3/+3
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-4/+8
* r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij2007-10-101-56/+56
* r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke2007-10-101-0/+18
* r18487: Add NULL checksJelmer Vernooij2007-10-101-0/+8
* r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij2007-10-101-130/+77
* r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner2007-10-101-4/+17
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-8/+2
* r16799: Fix remote smbd crash bug by removing half-implemented info level 4Günther Deschner2007-10-101-8/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-101-145/+261
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-2/+2
* r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison2007-10-101-4/+3
* r8950: Fix one more mem leak found by Gunther.Jeremy Allison2007-10-101-1/+1
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2007-10-101-4/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-9/+6
* Formatting reformat before I start to change anything here.Jeremy Allison2004-03-101-273/+258
* Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison2003-11-251-1/+2
* Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-281-19/+39
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-6/+6
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+4
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+20
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-5/+0
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-121-27/+33
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-3/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* Fixed typo in debug message.Tim Potter2001-06-121-1/+1
* Restrict dfs add and dfs remote to root at Shirish's advice.Jeremy Allison2001-04-111-0/+16
* Merged in missing break fix from Shirish.Jeremy Allison2001-04-101-0/+1
* Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison2001-02-271-0/+350