summaryrefslogtreecommitdiff
path: root/source3/include/rpc_misc.h
Commit message (Expand)AuthorAgeFilesLines
* s3: remove POLICY_HND.Günther Deschner2009-03-181-2/+0
* s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2009-03-181-19/+0
* s3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.Günther Deschner2009-03-171-0/+19
* s3-parsing: remove a lot of unused structures and their hand marshalling.Günther Deschner2009-02-051-201/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-0/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-5/+0
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-101-22/+5
* r17806: Make NTTIME a UINT64_S rather than a separate structure consisting ofJelmer Vernooij2007-10-101-5/+0
* r13802: I *knew* ASU on sparc had to be good for *something* ! :-).Jeremy Allison2007-10-101-2/+2
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-101-1/+1
* r13455: Prepare to add lookupnames2.Jeremy Allison2007-10-101-2/+9
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-58/+8
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-2/+8
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-31/+11
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2007-10-101-8/+1
* r6221: format cleanup (got tied of looking for related structures)Gerald Carter2007-10-101-151/+168
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2007-10-101-21/+10
* r6014: rather large change set....Gerald Carter2007-10-101-13/+25
* r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison2007-10-101-6/+1
* r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner2007-10-101-0/+9
* add well known rid for pre win2k compatible access group; bug 897Gerald Carter2003-12-221-0/+1
* Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter2003-12-101-1/+1
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-4/+4
* Reformat - preparing to fix bug #480 (which will be ugly).Jeremy Allison2003-09-221-81/+59
* And finally IDMAP in 3_0Simo Sorce2003-05-121-0/+16
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-1/+1
* Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-3/+3
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-0/+16
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-041-0/+12
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-0/+15
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Merge of sam sync code from TNG.Tim Potter2001-08-281-0/+19
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-0/+13
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-5/+5
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-0/+1
* All changes related to rpcclient...Gerald Carter2000-08-081-1/+0
* After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2000-08-041-1/+3
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-5/+5
* Fixed some more client SPOOLSS functions. The followingGerald Carter2000-07-181-1/+36
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-0/+6
* spoolss include definitionsJean-François Micouleau2000-02-071-0/+7
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-159/+23
* adding error checking in parsing codeLuke Leighton1999-10-151-20/+88
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-0/+37
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-0/+7
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+27