[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[sfrench/samba-autobuild/.git] / source3 / rpc_server / srv_srvsvc_nt.c
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker25564: Pass sharename to delete_share_security()
2007-10-10 Volker Lendecker25534: Apply some const
2007-10-10 Volker Lendecker25484: Fix srvsrc_NetFileEnum listing only for one...
2007-10-10 Volker Lendecker25482: Slightly simplify logic
2007-10-10 Volker Lendecker25480: Fix a segfault
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker23171: Convert connections.tdb to dbwrap
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker22911: Pass a messaging_context to message_send_all
2007-10-10 Volker Lendecker22895: Convert some more calls from message_send_buf...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Volker Lendecker22751: Next step for the cluster merge: sessionid...
2007-10-10 Volker Lendecker22561: Fix a memleak in lanman.c: Nobody would free...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Volker Lendecker21265: Fix some valgrind errors -- not in 3_0
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker21115: notify_internal.c needs to remove the table...
2007-10-10 Volker Lendecker20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki
2007-10-10 Jelmer Vernooijr20875: Pass DCE/RPC server call arguments as a struct...
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Volker Lendecker20020: Arglll... eventlogadm links against reg_db...
2007-10-10 Volker Lendecker20019: Replace one set of tricky code by calls to...
2007-10-10 Volker Lendecker20017: Make srvsvc_NetShareAdd & friends take care...
2007-10-10 Volker Lendecker20013: Fix segfaults: parm_error is a unique in/out ptr
2007-10-10 Volker Lendecker20012: Reformatting
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Volker Lendecker19669: set_share_security does not need a mem_ctx...
2007-10-10 Volker Lendecker19468: Fix some potential NULL dereferences
2007-10-10 Volker Lendecker19448: Convert delete_share_security to struct share_p...
2007-10-10 Volker Lendecker19224: Add setting the rng_fault_state to the already...
2007-10-10 Jelmer Vernooijr18823: Fix some errors in the srsvc handling code...
2007-10-10 Stefan Metzmacherr18804: resume_hnd isn't a ref pointer and can be NULL
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Simo Sorcer18413: Based on the new torture test I added in samba4...
2007-10-10 Jeremy Allisonr17872: Fix possible null deref found by the Stanford...
2007-10-10 Jeremy Allisonr17346: Add optimisation vl needs for the cluster code...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Volker Lendecker17177: Get rid of a global variable by adding a privat...
2007-10-10 Volker Lendecker17097: Move share_access_check from rpc_server/srv_srv...
2007-10-10 Volker Lendecker17096: Simplify share_access_check a bit: It takes...
2007-10-10 Volker Lendecker17039: Eliminate snum from enumshares and getshareinfo...
2007-10-10 Volker Lendecker17033: Restructure init_srv_share_info_ctr so that...
2007-10-10 Volker Lendecker17032: I thought I had already merged this from trunk:
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16301: Fix a memleak
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Gerald Carterr13086: hooking max connections into 'add share' as...
2007-10-10 Gerald Carterr13085: hook the max connections spin box in the share...
2007-10-10 Gerald Carterr13082: revert an accidentally commited patch (still...
2007-10-10 Gerald Carterr13081: correct fix for the segv in nmbd caused by...
2007-10-10 Gerald Carterr12916: use rpcstr_pull() instead of unistr_to_ascii...
2007-10-10 Gerald Carterr12224: adding more characters to the invalid share...
2007-10-10 Gerald Carterr12177: last of outstanding patches in my queue to...
2007-10-10 Jeremy Allisonr11936: Fix bug in returning remote time found by Thoma...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr11054: patch from Brian Moran; fix error code return...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 James Peachr9780: Clean up a bunch of compiler warnings.
2007-10-10 Tim Potterr8573: Fix set but not used warning in srvsvc server...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Günther Deschnerr8019: Better give a hint that we are failing share...
2007-10-10 Günther Deschnerr7606: add WERR_NET_NAME_NOT_FOUND. This is what window...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr6037: little cleanup of unused vars and unnecessary...
2007-10-10 Simo Sorcer6034: Check only once
2007-10-10 Simo Sorcer6016: Give access only to root and Domain Users
2007-10-10 Jeremy Allisonr6009: Add privillage check for SE_DISK_OP (is this...
2007-10-10 Simo Sorcer6004: Let's make server manager able to kill a user...
2007-10-10 Gerald Carterr4856: after testing a simple add printer script, i...
2007-10-10 Gerald Carterr4852: merge simo changes to srv_srvsvc_nt.c from trunk
2007-10-10 Gerald Carterr4825: Printing changes
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3929: Dead code elimination fix for bug #2075 from...
2007-10-10 Jeremy Allisonr1115: Fix for #1427. Catch bad path errors at the...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2003-11-19 Jeremy AllisonCorrect fix for '$' termination test.
2003-11-19 Jeremy AllisonCorrect fix for checking of '$' name termination.
2003-11-18 Rafal SzczesniakFix to correct checking of '$' name termination.
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-01 Jeremy AllisonAdding jcmd's share ACL on XP patch. Thanks Jim !
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next