summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/lsa/lsa_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* s4:rpc_server: make use of dcerpc_binding_get_transport()Stefan Metzmacher2014-02-131-7/+14
* s4:rpc_server/lsa_lookup fix a compile warningChristian Ambach2013-12-131-1/+1
* s4:rpc-server: fix lsa_lookupsids return value for the domain sidMichael Adam2013-11-131-0/+10
* s4:rpc-server: fix use after free in dcesrv_lsa_lookup_sid()Michael Adam2013-11-131-1/+4
* s4-lsa: Make sure we also duplicate the domain_name.Andreas Schneider2013-11-071-4/+20
* s4-lsa: Add missing null checks in dcesrv_lsa_lookup_name().Andreas Schneider2013-11-071-0/+12
* s4-lsa: Fix a user after free in dcesrv_lsa_lookup_name().Andreas Schneider2013-11-071-3/+9
* s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for tcpAndreas Schneider2012-07-061-0/+10
* s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for npAndreas Schneider2012-07-061-0/+25
* s4-lsarpc: Restrict LookupSids3 to crypto connections only.Andreas Schneider2012-07-061-0/+10
* s4-lsarpc: Restrict LookupNames4 to crypto connections only.Andreas Schneider2012-07-061-0/+10
* s4-lsarpc: Don't call lsa_OpenPolicy2 in lsa_LookupSids3.Andreas Schneider2012-07-061-46/+48
* s4-lsaprc: Don't call lsa_OpenPolicy2 in lsa_LookupNames4.Andreas Schneider2012-07-061-49/+53
* s4-lsa Use the supplied handle in LsaLookupNames2Andrew Bartlett2011-07-291-5/+5
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-151-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4:lsa/lsa_lookup.c - use a better type for the "rtype" of the wellknown SIDsMatthias Dieter Wallnöfer2010-06-261-3/+4
* s4:lsa_lookup.c - fix type argumentMatthias Dieter Wallnöfer2010-06-201-1/+1
* s4:lsa RPC - fix up "gendb_*" result codesMatthias Dieter Wallnöfer2010-03-061-23/+24
* s4:lsa RPC - Change some counters to be "unsigned" where neededMatthias Dieter Wallnöfer2010-03-061-8/+8
* s4:lsa RPC - Fix type of variable "atype"Matthias Dieter Wallnöfer2009-11-211-1/+2
* s4-lsa: fixed breakage of lsa serverAndrew Tridgell2009-10-221-0/+1
* s4-lsa: fixed the lsa server to cope with the new tests from gdAndrew Tridgell2009-10-221-12/+33
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-111-4/+4
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-9/+13
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-5/+9
* updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-031-8/+24
* fixed a number of places in our LSA server where we should return theAndrew Tridgell2008-09-301-11/+13
* check call status not rpc fault code when calling to different levelsAndrew Tridgell2008-09-301-4/+4
* we need to return NT_STATUS_INVALID_PARAMETER for bad levels inAndrew Tridgell2008-09-291-0/+5
* unmapped SIDs should be rid 0 not rid -1Andrew Tridgell2008-09-291-1/+4
* added some more well known SIDs - thanks to the WSPP LSAT test suiteAndrew Tridgell2008-09-291-1/+42
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-7/+8
* rpc_server: Remove references to sidmap from the lsa pipe code.Kai Blin2008-04-021-3/+2
* Show why a LookupName fails (help debugging)Andrew Bartlett2008-03-131-0/+1
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-7/+10
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-211-1/+1
* r25196: Thanks to id10ts on IRC for finding some typos in my well-known namesAndrew Bartlett2007-10-101-2/+2
* r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett2007-10-101-0/+928