summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_lsa_nt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a Dr. Watson when viewing permissions - we were missing the "standaloneJeremy Allison2001-03-151-0/+2
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-1/+1
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-3/+3
* Ensure we return the correct names/sids on query info. AS/U showed us whatJeremy Allison2001-03-131-3/+20
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-7/+20
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-10/+5
* Don't return stack structures...Jeremy Allison2001-03-011-12/+18
* Separated lsa code into interface and implementation.Jeremy Allison2001-02-261-0/+2
* Added implementation file for lsa.Jeremy Allison2001-02-261-0/+475