summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* fix the build. Ifdef out some codeGerald Carter2003-07-171-8/+10
* * set winbind cache time to 5 minutesGerald Carter2003-06-031-1/+1
* Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-151-7/+7
* Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett2003-03-091-10/+13
* added server stubs for lsa_enum_acct_with_rightAndrew Tridgell2003-02-111-0/+13
* added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-101-2/+66
* added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell2003-02-061-1/+30
* added LsaRemoveAccountRightsAndrew Tridgell2003-01-281-0/+61
* cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-281-7/+67
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-5/+6
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-6/+5
* added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-151-0/+60
* BIG patch...Andrew Bartlett2003-01-021-63/+63
* Add lsa 0x2e (queryinfo2) client sideJim McDonough2002-08-121-0/+13
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-301-2/+108
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-6/+6
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* 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