summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_srvsvc_nt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-3/+3
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+6
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+5
* Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison2001-10-101-16/+3
* Fix bug where removing root from a share SD stops further edit access.Jeremy Allison2001-10-091-4/+17
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-261-21/+6
* fix debugAndrew Bartlett2001-09-191-1/+1
* Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett2001-09-191-5/+21
* Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett2001-09-151-2/+0
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-151-12/+6
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-3/+0
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-74/+75
* some %things are not expanded properly in get share info levelsSimo Sorce2001-08-221-19/+22
* Added Jim McDonough's Win9x take ownership fix.Jeremy Allison2001-08-131-0/+12
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-25/+25
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+0
* Fixed extra file_free calls - my fault :-(.Jeremy Allison2001-07-021-2/+0
* This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where weAndrew Bartlett2001-07-021-2/+0
* SGI compiler fixes.Herb Lewis2001-06-261-1/+1
* Cosmetic fixups found while playing with the server manager. Added supportTim Potter2001-06-251-0/+22
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-221-4/+4
* Only try and open a directory if we get EISDIR.Jeremy Allison2001-06-191-4/+8
* rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2001-06-191-1/+1
* Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory supportJeremy Allison2001-06-181-6/+16
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-161-0/+167
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Remove embedded '/*' in comment.Jeremy Allison2001-05-021-1/+1
* fixed comment-in-commentAndrew Tridgell2001-05-011-1/+1
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-011-1/+130
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-5/+5
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-3/+3
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-3/+11
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-7/+11
* Use message system to notify when smb.conf is updated.Jeremy Allison2001-04-101-7/+20