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