summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_srvsvc_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-4/+4
2003-11-19Correct fix for checking of '$' name termination.Jeremy Allison1-3/+2
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-1/+1
2003-07-01Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison1-2/+18
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison1-1/+1
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-2/+2
2003-05-11Fix VFS layer:Alexander Bokovoy1-2/+2
2003-03-18Ensure dev in make_connection is const.Jeremy Allison1-1/+1
2003-01-14Merge from HEAD:Andrew Bartlett1-3/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+3
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+3
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-87/+307
2002-07-15more bug updates from headAndrew Tridgell1-2/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-74/+69