summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_lsa.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-07Max warnings with gcc.Jeremy Allison1-1/+3
2003-10-06split some security related functions in their own files.Simo Sorce1-14/+29
2003-09-29Merge from 3.0:Tim Potter1-29/+10
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-128/+17
2003-07-17fix the build. Ifdef out some codeGerald Carter1-8/+10
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-1/+1
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett1-7/+7
2003-03-09Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett1-10/+13
2003-02-11added server stubs for lsa_enum_acct_with_rightAndrew Tridgell1-0/+13
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell1-2/+66
2003-02-06added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell1-1/+30
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-0/+61
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-7/+67
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-5/+6
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-6/+5
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell1-0/+60
2003-01-02BIG patch...Andrew Bartlett1-63/+63
2002-08-12Add lsa 0x2e (queryinfo2) client sideJim McDonough1-0/+13
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough1-2/+108
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-6/+6
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-18/+7
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-26/+50
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison1-0/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-11/+3
2002-01-26We may as well not use these temporary variables - they are only used once andAndrew Bartlett1-3/+1
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-3/+13
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-19/+15
2001-12-03const religionAndrew Tridgell1-2/+2
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+152
2001-11-25Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett1-2/+2
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-1/+76
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-0/+9
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-0/+8
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau1-0/+15
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-0/+21
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-7/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-17/+17
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison1-7/+7
2001-07-09implement:Jean-François Micouleau1-0/+476
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison1-0/+70
2001-06-22Removed unused (and potentially crash-causing) free function.Jeremy Allison1-14/+0
2001-05-08Fixed typo in comment.Tim Potter1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-9/+8
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-5/+5
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison1-0/+39
2001-01-29Changes from SAMBA_2_2:David O'Neill1-1/+1
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison1-2/+134