summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-3/+11
* Restrict dfs add and dfs remote to root at Shirish's advice.Jeremy Allison2001-04-111-0/+16
* Merged in missing break fix from Shirish.Jeremy Allison2001-04-101-0/+1
* 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
* Removed "read only" arg as it isn't useful.Jeremy Allison2001-04-091-33/+2
* Tidy up return codes for server manager.Jeremy Allison2001-04-091-6/+21
* Get/Set of SD's on shares now works. Correctly ensure scripts exist beforeJeremy Allison2001-04-091-12/+15
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-1/+47
* Ensure Everyone/All access is mapped correctly to file generic perms to allowJeremy Allison2001-04-091-1/+5
* Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-091-17/+142
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison2001-04-081-60/+198
* Fixed up the "add" command - although not SD's yet. Now for the SD db andJeremy Allison2001-04-071-19/+74
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-073-29/+98
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-062-5/+57
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-062-0/+71
* NT sucks ! :-). We have to prefix the UNIX path with a C: in order to pass theJeremy Allison2001-04-061-6/+9
* We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2001-04-062-8/+69
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-042-7/+176
* Missed forms update - my CVS mistake.Jeremy Allison2001-04-031-21/+70
* test commit for jeremyAndrew Tridgell2001-04-031-1/+1
* include/ntdomain.h:Jeremy Allison2001-04-021-3/+2
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-23/+23
* merge from 2.2.Gerald Carter2001-03-272-26/+26
* groupdb/mapping.c:Jeremy Allison2001-03-231-1/+11
* first pass of the new group mapping codeJean-François Micouleau2001-03-232-58/+548
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* fix this in rpc calls as wellAndrew Tridgell2001-03-171-2/+2
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-163-3/+3
* renamed one of the enumprinterdrivers parsing functionsGerald Carter2001-03-151-2/+2
* Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison2001-03-151-1/+1
* Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison2001-03-151-11/+6
* Final ! Fix.Jeremy Allison2001-03-151-2/+8
* Last attempt at fix...Jeremy Allison2001-03-151-1/+1
* Return correct error message if we can't get the SID secret.Jeremy Allison2001-03-151-2/+8
* Fixed a Dr. Watson when viewing permissions - we were missing the "standaloneJeremy Allison2001-03-151-0/+2
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-156-16/+16
* Move to a handle database per pipe name, not per pipe.Jeremy Allison2001-03-133-40/+115
* rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison2001-03-131-15/+10
* AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison2001-03-131-0/+5
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-136-18/+18
* Ensure we never return passwords from a user query.Jeremy Allison2001-03-131-13/+62
* Ensure we return the correct names/sids on query info. AS/U showed us whatJeremy Allison2001-03-131-3/+20
* Ok - we're now sending back policy handles to bigendian AS/U correctly.Jeremy Allison2001-03-121-1/+10
* Looks like AS/U doesn't set the FIRST flag in a BIND packet.Jeremy Allison2001-03-121-1/+5
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-38/+48
* Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison2001-03-111-4/+6
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-112-4/+4
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-1118-3708/+1465