summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2003-04-22parse_string is only used for the authentication negotiators.Volker Lendecke2-11/+13
2003-04-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6
2003-04-16Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison2-15/+13
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2-0/+176
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-4/+16
2003-04-09A little clarification in the rpc auth header struct.Volker Lendecke1-8/+7
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke1-0/+182
2003-04-04This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke1-0/+95
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-35/+35
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett6-43/+43
2003-03-13fixed the unmarshalling of the queryaliasmem SAMR callAndrew Tridgell1-2/+6
2003-03-09Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett1-10/+13
2003-03-07Some progress towards gums and tdbsam2Simo Sorce1-18/+0
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter1-1/+1
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2-12/+15
2003-02-25Progress on CR 601Gerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter1-1/+1
2003-02-18init_dom_sid2s: Check return code from string_to_sid. Skip tokensMartin Pool1-8/+12
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison3-30/+72
2003-02-11removed a duplicate copy of smb_io_sid_array()Andrew Tridgell1-46/+0
2003-02-11added server stubs for lsa_enum_acct_with_rightAndrew Tridgell2-0/+86
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2-2/+111
2003-02-06added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell1-1/+30
2003-02-02Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett1-2/+2
2003-01-29Pass down max_size parameter to init_samr_q_query_dispinfo() insteadTim Potter1-2/+2
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-0/+61
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2-12/+103
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell8-185/+194
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell8-194/+185
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2-0/+109
2003-01-13Fix typo, and the build.Andrew Bartlett1-1/+1
2003-01-13Make sure that those cleanups actually went in.Richard Sharpe1-2/+2
2003-01-09Remove dead function.Tim Potter1-19/+0
2003-01-02BIG patch...Andrew Bartlett13-661/+662
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce1-4/+8
2002-12-23the 'padding' field in the query domain info reply is not a paddingAndrew Tridgell1-2/+8
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-13Guy Harris points out that the level and ptr fields in aTim Potter1-0/+4
2002-12-03Support printer info 7, used for publishingJim McDonough1-0/+63
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-1/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison5-40/+42
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter1-3/+4
2002-11-06Client side functions for enumprinterkey.Tim Potter1-0/+29
2002-10-19This fixes some bugs for NT4 usrmgr.exeVolker Lendecke1-1/+11
2002-10-17When unmarshalling a relstr, don't unmarshall the string data if theTim Potter1-0/+3
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-3/+3
2002-10-05missing prs_align()'sGerald Carter1-0/+9
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2-2/+115