summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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