The FSF has moved around a lot. This fixes their Mass Ave address.
[metze/old/v3-2-winbind-ndr.git] / source / rpc_server / srv_srvsvc_nt.c
2007-07-10 tridgeThe FSF has moved around a lot. This fixes their Mass...
2007-07-09 jraChange from v2 or later to v3 or later.
2007-07-05 vlendecReduce access to the global inbuf a tiny bit. Add a...
2007-06-26 jraConvert set_nt_acl to return NTSTATUS. Also fix the...
2007-05-29 vlendecCheck in a change made by Tridge:
2007-05-28 vlendecConvert connections.tdb to dbwrap
2007-05-21 vlendecRewrite messages.c to use auto-generated marshalling...
2007-05-15 vlendecPass a messaging_context to message_send_all
2007-05-15 vlendecConvert some more calls from message_send_buf to messag...
2007-05-14 vlendecIntroduce const DATA_BLOB data_blob_null = { NULL,...
2007-05-08 vlendecThis introduces lib/conn_tdb.c with two main functions...
2007-05-07 vlendecNext step for the cluster merge: sessionid.tdb should...
2007-04-28 vlendecFix a memleak in lanman.c: Nobody would free the sessio...
2007-04-27 jraMove over to using the _strict varients of the talloc
2007-02-09 vlendecFix some valgrind errors -- not in 3_0
2007-02-06 jraAdd in the POSIX open/mkdir/unlink calls.
2007-02-01 vlendecnotify_internal.c needs to remove the table entry if...
2007-01-18 vlendecFix bug 4346 -- Thanks to YAMASAKI Hiroyuki
2007-01-18 jelmerPass DCE/RPC server call arguments as a struct rather...
2007-01-17 jraSomewhat radical change - this may break the build...
2007-01-12 jraSync up the filename path parsing changes from SAMBA_3_...
2006-12-03 vlendecArglll... eventlogadm links against reg_db but not...
2006-12-03 vlendecReplace one set of tricky code by calls to another...
2006-12-03 vlendecMake srvsvc_NetShareAdd & friends take care of registry...
2006-12-03 vlendecFix segfaults: parm_error is a unique in/out ptr
2006-12-02 vlendecReformatting
2006-11-30 vlendecAdd 'registry shares = yes' and registry key security...
2006-11-11 vlendecset_share_security does not need a mem_ctx passed
2006-10-23 vlendecFix some potential NULL dereferences
2006-10-21 vlendecConvert delete_share_security to struct share_params...
2006-10-10 vlendecAdd setting the rng_fault_state to the already converte...
2006-09-22 jelmerFix some errors in the srsvc handling code and start...
2006-09-22 metzeresume_hnd isn't a ref pointer and can be NULL
2006-09-21 jelmerUse the pidl-generated code for the srvsvc interface...
2006-09-20 jelmerUse the Samba4 data structures for security descriptors...
2006-09-12 idraBased on the new torture test I added in samba4 it...
2006-08-28 jraFix possible null deref found by the Stanford checker.
2006-07-31 jraAdd optimisation vl needs for the cluster code where
2006-07-28 jraAfter the results from the cluster tests in Germany,
2006-07-21 vlendecGet rid of a global variable by adding a private data...
2006-07-17 vlendecMove share_access_check from rpc_server/srv_srvsvc_nt...
2006-07-17 vlendecSimplify share_access_check a bit: It takes the sharena...
2006-07-14 vlendecEliminate snum from enumshares and getshareinfo. Get...
2006-07-14 vlendecRestructure init_srv_share_info_ctr so that there's...
2006-07-14 vlendecI thought I had already merged this from trunk:
2006-07-11 jraSync trunk -> 3.0 for 3.0.24 code. Still need
2006-06-16 vlendecFix a memleak
2006-02-03 jerryLet the carnage begin....
2006-02-02 jraRather a big patch I'm afraid, but this should fix...
2006-01-23 jerryhooking max connections into 'add share' as well (altho...
2006-01-23 jerryhook the max connections spin box in the share properti...
2006-01-23 jerryrevert an accidentally commited patch (still in progress)
2006-01-23 jerrycorrect fix for the segv in nmbd caused by a double...
2006-01-13 jerryuse rpcstr_pull() instead of unistr_to_ascii() when...
2005-12-14 jerryadding more characters to the invalid share name string
2005-12-11 jerrylast of outstanding patches in my queue to deal with...
2005-11-27 jraFix bug in returning remote time found by Thomas Bork...
2005-11-05 jraA classic "friday night check-in" :-). This moves much
2005-10-14 jerrypatch from Brian Moran; fix error code return in _srv_n...
2005-09-30 jerryBIG merge from trunk. Features not copied over
2005-08-30 jpeachClean up a bunch of compiler warnings.
2005-07-19 tpotFix set but not used warning in srvsvc server-side...
2005-07-08 jraMerge the new open code from HEAD to 3.0. Haven't yet...
2005-06-30 gdBetter give a hint that we are failing share-manipulati...
2005-06-15 gdadd WERR_NET_NAME_NOT_FOUND. This is what windows retur...
2005-05-23 jerry* merging the registry changes back to the 3.0 tree
2005-04-09 vlendecGet rid of generate_wellknown_sids, they are const...
2005-04-06 herbget rid of warnings from my compiler about nested externs
2005-03-24 jerrylittle cleanup of unused vars and unnecessary codepaths
2005-03-24 idraCheck only once
2005-03-24 idraGive access only to root and Domain Users
2005-03-23 jraAdd privillage check for SE_DISK_OP (is this the right...
2005-03-23 idraLet's make server manager able to kill a user session.
2005-01-19 jerryafter testing a simple add printer script, i realized...
2005-01-19 jerrymerge simo changes to srv_srvsvc_nt.c from trunk
2005-01-18 jerryPrinting changes
2004-12-07 jraGet medieval on our ass about malloc.... :-). Take...
2004-11-23 jraDead code elimination fix for bug #2075 from jason...
2004-06-11 jraFix for #1427. Catch bad path errors at the right point...
2004-06-08 jraNow it's had some proper user testing, merge in the...
2004-04-04 CVSINmerge in the SAMBA_3_0 branch from cvs
2004-04-04 CVSINimport HEAD into svn+ssh://svn.samba.org/home/svn/samba...