summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
| * init_dom_sid2s: Check return code from string_to_sid. Skip tokensMartin Pool2003-02-181-8/+12
| * Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-143-30/+72
| * removed a duplicate copy of smb_io_sid_array()Andrew Tridgell2003-02-111-46/+0
| * added server stubs for lsa_enum_acct_with_rightAndrew Tridgell2003-02-112-0/+86
| * added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-102-2/+111
| * added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell2003-02-061-1/+30
| * Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett2003-02-021-2/+2
| * Pass down max_size parameter to init_samr_q_query_dispinfo() insteadTim Potter2003-01-291-2/+2
| * added LsaRemoveAccountRightsAndrew Tridgell2003-01-281-0/+61
| * cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-282-12/+103
| * reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-178-185/+194
| * This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-178-194/+185
| * added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-152-0/+109
| * Fix typo, and the build.Andrew Bartlett2003-01-131-1/+1
| * Make sure that those cleanups actually went in.Richard Sharpe2003-01-131-2/+2
| * Remove dead function.Tim Potter2003-01-091-19/+0
| * BIG patch...Andrew Bartlett2003-01-0213-661/+662
| * the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce2002-12-301-4/+8
| * the 'padding' field in the query domain info reply is not a paddingAndrew Tridgell2002-12-231-2/+8
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
| * Guy Harris points out that the level and ptr fields in aTim Potter2002-12-131-0/+4
| * Support printer info 7, used for publishingJim McDonough2002-12-031-0/+63
| * Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-1/+2
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-125-40/+42
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-1/+1
| * For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter2002-11-061-3/+4
| * Client side functions for enumprinterkey.Tim Potter2002-11-061-0/+29
| * This fixes some bugs for NT4 usrmgr.exeVolker Lendecke2002-10-191-1/+11
| * When unmarshalling a relstr, don't unmarshall the string data if theTim Potter2002-10-171-0/+3
| * Nice *big* patch from metze.Andrew Bartlett2002-10-121-3/+3
| * missing prs_align()'sGerald Carter2002-10-051-0/+9
* | This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-4/+16
* | A little clarification in the rpc auth header struct.Volker Lendecke2003-04-091-8/+7
* | Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-0/+182
* | Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-061-0/+95
* | Merge from HEAD:Andrew Bartlett2003-03-176-41/+41
* | Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call'Jeremy Allison2003-03-131-2/+6
* | add #define for the max device name length in a DEVICEMODEGerald Carter2003-03-061-1/+1
* | * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-031-1/+1
* | Merge: const fixes.Tim Potter2003-02-252-12/+15
* | Progress on CR 601Gerald Carter2003-02-251-1/+1
* | couple of merges from APP_HEADGerald Carter2003-02-211-1/+1
* | Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-181-22/+26
* | Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-143-30/+72
* | Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett2003-02-021-2/+2
* | Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-2/+2
* | Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-291-0/+61
* | Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-282-12/+103
* | merging some rpcclient and net functionality from HEADGerald Carter2003-01-153-19/+109
* | Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-131-2/+2