summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Notused.Jeremy Allison2001-03-101-708/+0
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-092-19/+55
* Fix for AS/U not liking it's own assoc_gid.Jeremy Allison2001-03-081-1/+1
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-075-43/+32
* Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...Jeremy Allison2001-03-031-2/+4
* Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison2001-03-033-59/+62
* Arrgggh. Returning the SPOOL_INFO stuff requires that the reallocedJeremy Allison2001-03-021-23/+36
* Move to talloc controlled NT forms.Jeremy Allison2001-03-021-26/+9
* Don't return stack structures...Jeremy Allison2001-03-011-12/+18
* Fix memory leaks introduced in restructure.Jeremy Allison2001-03-011-15/+13
* When opening a printserver use a global snum of -1.Jeremy Allison2001-03-011-2/+2
* rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison2001-03-011-4/+7
* Remove unused code.Jeremy Allison2001-03-011-3/+3
* Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the tallocJeremy Allison2001-03-011-14/+62
* Finished converion of spoolss code to canonical format. Now to work on theJeremy Allison2001-02-282-114/+200
* Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.Jeremy Allison2001-02-281-3/+8
* More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison2001-02-282-75/+113
* Converted more to canonical format... save as I go.,Jeremy Allison2001-02-282-26/+40
* Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2001-02-282-9/+17
* Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison2001-02-282-54/+98
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-282-145/+27
* Don't marshal data from a stack frame.....Jeremy Allison2001-02-271-8/+14
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-12/+24
* Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison2001-02-273-0/+3673
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-271-337/+60
* Implementation module for netlog pipe. Can't be easily integrated intoJeremy Allison2001-02-271-0/+663
* Split srvsvc pipe into interface and implementation modules.Jeremy Allison2001-02-261-978/+95
* Split wks pipe into interface and implementation modules.Jeremy Allison2001-02-262-53/+88
* Separated lsa code into interface and implementation.Jeremy Allison2001-02-262-515/+60
* Added implementation file for lsa.Jeremy Allison2001-02-261-0/+475