summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_wkssvc_nt.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Now that we have p->server_info, use p->server_info->user_session_keyVolker Lendecke1-8/+6
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-0/+2
2008-04-17NetrUnjoinDomain2: Honor registry config to try config changes.Günther Deschner1-0/+1
2008-04-14WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...Günther Deschner1-0/+1
2008-03-28Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.Günther Deschner1-2/+22
2008-03-28Let libnetjoin find the dc in wkssvc NetrJoinDomain2/UnjoinDomain2.Günther Deschner1-30/+0
2008-02-28While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation.Günther Deschner1-4/+64
2008-02-28Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ...Günther Deschner1-6/+13
2008-02-28Fix one dsgetdcname call in wkssvc rpc server.Günther Deschner1-2/+2
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-1/+0
2008-01-16Fix (non-activated) _wkssvc_NetrJoinDomain2 server code.Günther Deschner1-13/+12
2008-01-13Fix Compiler warnings by including the proper header.Michael Adam1-2/+1
2007-12-21Deactive remote join code server side until some last issues are resolved.Günther Deschner1-0/+4
2007-12-21Add _wkssvc_NetrJoinDomain2() server.Günther Deschner1-3/+66
2007-12-21Some C++ warningsVolker Lendecke1-1/+1
2007-12-05Remove some globalsVolker Lendecke1-4/+4
2007-11-30Merge recent wkssvc changes from samba4.Günther Deschner1-27/+27
2007-11-05pstring removalVolker Lendecke1-15/+8
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-10r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij1-41/+33
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-0/+30
2007-10-10r18756: cleanup copyrights after moving to new wkssvc implementation codeGerald Carter1-4/+3
2007-10-10r18742: this function returns WERRORStefan Metzmacher1-3/+3
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter1-22/+301
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter1-294/+22
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter1-22/+294
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-3/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
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-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2001-02-28Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.Jeremy Allison1-3/+8
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison1-0/+77