summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_srvsvc_nt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge from 2.2Gerald Carter2002-04-111-1/+0
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-0/+52
* Removed unused variable.Tim Potter2002-03-311-1/+0
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-2/+2
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-1/+1
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-137/+128
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-091-6/+7
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-18/+29
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+1
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-3/+6
* Sorry. I broke the build, missed on open_directory call.Jeremy Allison2001-11-231-2/+2