summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-18/+7
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-26/+50
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-0/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-11/+3
* We may as well not use these temporary variables - they are only used once andAndrew Bartlett2002-01-261-3/+1
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-3/+13
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-19/+15
* const religionAndrew Tridgell2001-12-031-2/+2
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+152
* Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett2001-11-251-2/+2
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-1/+76
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-0/+9
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-0/+8
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+15
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+21
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-7/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-17/+17
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-7/+7
* implement:Jean-François Micouleau2001-07-091-0/+476
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-291-0/+70
* Removed unused (and potentially crash-causing) free function.Jeremy Allison2001-06-221-14/+0
* Fixed typo in comment.Tim Potter2001-05-081-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-9/+8
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-5/+5
* Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison2001-02-261-0/+39
* Changes from SAMBA_2_2:David O'Neill2001-01-291-1/+1
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-251-2/+134
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-1/+1
* RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-111-2/+42
* General clean up. Merged routines for parsing enum_trust_dom rpc call.Tim Potter2001-01-111-136/+111
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-10/+0
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-13/+30
* Wrong length for unistr2 in init_q_lookup_names()Tim Potter2000-12-131-24/+33
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-121-41/+101
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-33/+31
* last part of W2K support.Jean-François Micouleau2000-10-131-4/+4
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-201-8/+80
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-591/+456
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-2/+2
* nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_Luke Leighton1999-11-191-0/+1
* added lsaenumdomains command.Luke Leighton1999-11-011-12/+42
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-2/+2
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-9/+9
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-1/+1
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-81/+161