summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_srvsvc_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-0/+35
2007-10-10r18823: Fix some errors in the srsvc handling code and start running the RPC-...Jelmer Vernooij1-4/+8
2007-10-10r18804: resume_hnd isn't a ref pointer and can be NULLStefan Metzmacher1-1/+3
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-630/+665
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-5/+5
2007-10-10r18413: Based on the new torture test I added in samba4 it turns outSimo Sorce1-1/+18
2007-10-10r17872: Fix possible null deref found by the Stanford checker.Jeremy Allison1-1/+3
2007-10-10r17346: Add optimisation vl needs for the cluster code whereJeremy Allison1-1/+1
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-9/+0
2007-10-10r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke1-8/+9
2007-10-10r17097: Move share_access_check from rpc_server/srv_srvsvc_nt.c to lib/shares...Volker Lendecke1-31/+0
2007-10-10r17096: Simplify share_access_check a bit: It takes the sharename instead of ...Volker Lendecke1-15/+9
2007-10-10r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke1-124/+155
2007-10-10r17033: Restructure init_srv_share_info_ctr so that there's only one loop, no...Volker Lendecke1-185/+119
2007-10-10r17032: I thought I had already merged this from trunk:Volker Lendecke1-4/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-171/+349
2007-10-10r16301: Fix a memleakVolker Lendecke1-0/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-201/+7
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-9/+9
2007-10-10r13086: hooking max connections into 'add share' as well (although the WinXP ...Gerald Carter1-6/+13
2007-10-10r13085: hook the max connections spin box in the share properties MMC pluginGerald Carter1-10/+16
2007-10-10r13082: revert an accidentally commited patch (still in progress)Gerald Carter1-11/+8
2007-10-10r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter1-8/+11
2007-10-10r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ...Gerald Carter1-7/+3
2007-10-10r12224: adding more characters to the invalid share name stringGerald Carter1-1/+1
2007-10-10r12177: last of outstanding patches in my queue to deal with MMC.Gerald Carter1-5/+41
2007-10-10r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>.Jeremy Allison1-1/+4
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-3/+3
2007-10-10r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida...Gerald Carter1-18/+5
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+3
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-3/+0
2007-10-10r8573: Fix set but not used warning in srvsvc server-side code.Tim Potter1-2/+2
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-17/+18
2007-10-10r8019: Better give a hint that we are failing share-manipulation due to missingGünther Deschner1-2/+6
2007-10-10r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns whenGünther Deschner1-1/+1
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-5/+17
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-1/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-3/+3
2007-10-10r6037: little cleanup of unused vars and unnecessary codepathsGerald Carter1-12/+7
2007-10-10r6034: Check only onceSimo Sorce1-1/+3
2007-10-10r6016: Give access only to root and Domain UsersSimo Sorce1-11/+23
2007-10-10r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)Jeremy Allison1-3/+15
2007-10-10r6004: Let's make server manager able to kill a user session.Simo Sorce1-0/+43
2007-10-10r4856: after testing a simple add printer script, i realized that you still h...Gerald Carter1-12/+12
2007-10-10r4852: merge simo changes to srv_srvsvc_nt.c from trunkGerald Carter1-30/+13
2007-10-10r4825: Printing changesGerald Carter1-28/+79
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-36/+47
2007-10-10r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu.Jeremy Allison1-6/+1
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-0/+24
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-4/+6