summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_srvsvc_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-11merge from 2.2Gerald Carter1-1/+0
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-0/+52
2002-03-31Removed unused variable.Tim Potter1-1/+0
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-2/+2
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-1/+1
2002-03-05Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison1-137/+128
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-09When re-writing tdb version numbers as little endian int32, we mustJeremy Allison1-6/+7
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison1-18/+29
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-1/+1
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-1/+1
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-3/+6
2001-11-23Sorry. I broke the build, missed on open_directory call.Jeremy Allison1-2/+2
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-3/+3
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+6
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-1/+5
2001-10-10Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison1-16/+3
2001-10-09Fix bug where removing root from a share SD stops further edit access.Jeremy Allison1-4/+17
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison1-21/+6
2001-09-19fix debugAndrew Bartlett1-1/+1
2001-09-19Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett1-5/+21
2001-09-15Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett1-2/+0
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-12/+6
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-3/+0
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-74/+75
2001-08-22some %things are not expanded properly in get share info levelsSimo Sorce1-19/+22
2001-08-13Added Jim McDonough's Win9x take ownership fix.Jeremy Allison1-0/+12
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-25/+25
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+0
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison1-2/+0