summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_srvsvc_nt.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure dev in make_connection is const.Jeremy Allison2003-03-181-1/+1
* Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-161-2/+7
* A couple more pstcpy/fstrcpy mixups - doing an fstrcpy into a pstring isAndrew Bartlett2003-01-141-3/+3
* BIG patch...Andrew Bartlett2003-01-021-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
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-3/+3
* Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-281-1/+1
* A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett2002-07-271-87/+307
* fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell2002-07-151-2/+0
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-4/+4
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Rework much of the service.c code:Andrew Bartlett2002-06-151-3/+2
* Fix netsessenum RPC. Correctly respond with as much info as we can.Jim McDonough2002-06-031-5/+12
* Move restrict anonymous checks into a general function calledTim Potter2002-06-031-18/+21
* Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-311-61/+27
* Return access denied for net_share_enum when restrict anonymous > 0Tim Potter2002-05-311-0/+17
* 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