summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_lsa_nt.c
Commit message (Expand)AuthorAgeFilesLines
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-0/+2
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-301-1/+96
* Updates to the 'name -> sid' code:Andrew Bartlett2002-07-071-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-8/+7
* A few things in this commit:Andrew Bartlett2002-05-181-2/+2
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-6/+16
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-6/+14
* Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett2002-04-091-0/+4
* Don't core dump listing thousands of users in usrmgr.Jeremy Allison2002-03-291-9/+20
* Ensure we return a parseable value if invalid handle given.Jeremy Allison2002-03-291-17/+17
* this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell2002-01-311-2/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett2002-01-261-2/+11
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+0
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-1/+2
* I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison2001-12-181-1/+1
* in lsa_query_info at level 5 in member mode, we must reply our machineJean-François Micouleau2001-12-181-1/+1
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-67/+208
* add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau2001-12-141-0/+70
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-6/+8
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-17/+162
* return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau2001-11-231-1/+1
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-5/+7
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-10/+20
* fixing enum_privs and get_dispname server code.Jean-François Micouleau2001-11-221-20/+20
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-1/+1
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-2/+2
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-32/+32
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-1/+1
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-1/+1
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-10/+10
* Removed unused variable.Tim Potter2001-07-121-1/+0
* implement:Jean-François Micouleau2001-07-091-1/+216
* The big character set handling changeover!Andrew Tridgell2001-07-041-18/+9
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-291-0/+30
* Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter2001-06-051-0/+5
* Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter2001-06-021-9/+13
* Fix for insure missmatched parameter error.Jeremy Allison2001-05-081-1/+1
* Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-021-1/+1
* Finally got name & SID returns correct.Jeremy Allison2001-04-221-1/+4
* JF pointed out we were returning the wrong info for Domain member with infoJeremy Allison2001-04-211-17/+9
* Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison2001-03-151-1/+1
* Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison2001-03-151-11/+6
* Final ! Fix.Jeremy Allison2001-03-151-2/+8
* Last attempt at fix...Jeremy Allison2001-03-151-1/+1
* Return correct error message if we can't get the SID secret.Jeremy Allison2001-03-151-2/+8