summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison2003-06-051-6/+4
* Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison2003-06-041-3/+5
* fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell2003-06-041-21/+23
* Fix debug message merge.Jeremy Allison2003-06-031-1/+1
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-291-42/+15
* Metze's patches:John Terpstra2003-05-261-35/+35
* This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2003-05-262-7/+7
* Fix an insufficient alloc when querying alias members.Volker Lendecke2003-05-241-1/+1
* Whitespace syncup.Tim Potter2003-04-281-2/+1
* This function is a duplicate.Andrew Bartlett2003-04-251-18/+0
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-1/+2
* parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-11/+13
* Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-162-15/+13
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-0/+10
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-131-0/+166
|\
| * A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-112-0/+176
| * 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
| * This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke2003-04-041-0/+95
| * - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-35/+35
| * Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-156-43/+43
| * fixed the unmarshalling of the queryaliasmem SAMR callAndrew Tridgell2003-03-131-2/+6
| * Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett2003-03-091-10/+13
| * Some progress towards gums and tdbsam2Simo Sorce2003-03-071-18/+0
| * 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
| * More const fixes and flow on fixes from yesterday's const-fest.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
| * 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