summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_srvsvc_nt.c
Commit message (Expand)AuthorAgeFilesLines
* r13316: Let the carnage begin....Gerald Carter2007-10-101-201/+7
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-9/+9
* r13086: hooking max connections into 'add share' as well (although the WinXP ...Gerald Carter2007-10-101-6/+13
* r13085: hook the max connections spin box in the share properties MMC pluginGerald Carter2007-10-101-10/+16
* r13082: revert an accidentally commited patch (still in progress)Gerald Carter2007-10-101-11/+8
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2007-10-101-8/+11
* r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ...Gerald Carter2007-10-101-7/+3
* r12224: adding more characters to the invalid share name stringGerald Carter2007-10-101-1/+1
* r12177: last of outstanding patches in my queue to deal with MMC.Gerald Carter2007-10-101-5/+41
* r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>.Jeremy Allison2007-10-101-1/+4
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-3/+3
* r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida...Gerald Carter2007-10-101-18/+5
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+3
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-3/+0
* r8573: Fix set but not used warning in srvsvc server-side code.Tim Potter2007-10-101-2/+2
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-17/+18
* r8019: Better give a hint that we are failing share-manipulation due to missingGünther Deschner2007-10-101-2/+6
* r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns whenGünther Deschner2007-10-101-1/+1
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-5/+17
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-3/+3
* r6037: little cleanup of unused vars and unnecessary codepathsGerald Carter2007-10-101-12/+7
* r6034: Check only onceSimo Sorce2007-10-101-1/+3
* r6016: Give access only to root and Domain UsersSimo Sorce2007-10-101-11/+23
* r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)Jeremy Allison2007-10-101-3/+15
* r6004: Let's make server manager able to kill a user session.Simo Sorce2007-10-101-0/+43
* r4856: after testing a simple add printer script, i realized that you still h...Gerald Carter2007-10-101-12/+12
* r4852: merge simo changes to srv_srvsvc_nt.c from trunkGerald Carter2007-10-101-30/+13
* r4825: Printing changesGerald Carter2007-10-101-28/+79
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-36/+47
* r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu.Jeremy Allison2007-10-101-6/+1
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-0/+24
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-4/+6
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-4/+4
* Correct fix for checking of '$' name termination.Jeremy Allison2003-11-191-3/+2
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-1/+1
* Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison2003-07-011-2/+18
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-291-1/+1
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-2/+2
* Fix VFS layer:Alexander Bokovoy2003-05-111-2/+2
* Ensure dev in make_connection is const.Jeremy Allison2003-03-181-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+3
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+3
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-87/+307
* more bug updates from headAndrew Tridgell2002-07-151-2/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-74/+69