summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/cracknames.c
Commit message (Expand)AuthorAgeFilesLines
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-07-151-2/+0
* dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-07-151-2/+2
* drs-cracksname: fix problems that prevented to pass our torture testsMatthieu Patou2014-07-151-6/+21
* drs-crackname: Fix error code so that we have the same as windowsMatthieu Patou2014-07-151-0/+1
* drs-cracknames: When cracking NT4 names we should just look at netbios for th...Matthieu Patou2014-07-151-2/+1
* drs-crackname: Fix cracknames for the format UNKNOWN when the data is actuall...Matthieu Patou2014-07-151-1/+4
* dsdb/samdb: use RECYCLED it implies DELETED...Stefan Metzmacher2013-08-051-1/+1
* dsdb-cracknames: Fix potential double free and memory leaksMatthieu Patou2013-02-081-2/+4
* s4-dsdb: Make it clear that we want to fall trough here.Andreas Schneider2012-12-211-0/+1
* dsdb: Simplify DsCrackNameOneFilter a bitVolker Lendecke2012-11-061-1/+4
* dsdb-cracknames: Return DRSUAPI_DS_NAME_STATUS_NO_MAPPING when there is no SIDAndrew Bartlett2012-10-251-3/+7
* dsdb-cracknames: Always use talloc_zero()Andrew Bartlett2012-10-241-1/+1
* drs-crackname: if there is no sid do not return the domainMatthieu Patou2012-10-071-0/+2
* Implement the LIST_INFO_FOR_SERVER input formatMatthieu Patou2012-10-071-0/+107
* s4-drsuapi: Fix a const warningMatthieu Patou2012-06-221-1/+1
* s4-drsuapi: rework the crackname implementation of functionnal namesMatthieu Patou2012-06-221-24/+122
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+0
* Cracknames: use krb wrapper functions so it works with MITSimo Sorce2012-04-231-25/+29
* s4-cracknames: use consistent search for crossRef objectsAndrew Tridgell2011-09-081-2/+4
* s4-cracknames: fixed cracknames to use more specific searchAndrew Tridgell2011-09-051-13/+12
* s4-dsdb: fixed newlines in DEBUG() calls in cracknamesAndrew Tridgell2011-08-251-14/+14
* s4-dsdb: fixed all partitions search in cracknamesAndrew Tridgell2011-08-251-1/+1
* s4-drsuapi: crackname search also for deleted objectsMatthieu Patou2011-08-101-1/+4
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4:dsdb/samdb/cracknames.c - fix another memory leakMatthias Dieter Wallnöfer2010-12-041-0/+1
* s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaksMatthias Dieter Wallnöfer2010-12-021-7/+13
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-171-0/+1
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-171-1/+0
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-151-7/+7
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* s4/dcdiag: Handle ListRoles command for dcdiag:KnowsOfRoleHolders testAnatoliy Atanasov2010-09-201-0/+73
* s4/drs: use type enum drsuapi_DsNameFormat in DsCrackNames codeAnatoliy Atanasov2010-09-201-9/+20
* s4-dsdb: cope with cracknames of form dnsdomain\accountAndrew Tridgell2010-08-171-2/+8
* s4-cracknames: Fix typo in debug message.Karolin Seeger2010-06-011-1/+1
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-2/+2
* s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functionsMatthias Dieter Wallnöfer2010-04-121-1/+1
* s4:cracknames - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+2
* s4-samdb: use dsdb_search() in cracknamesAndrew Tridgell2010-02-161-57/+24
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4:dsdb/samdb/cracknames - Remove unused header and add more "const"Matthias Dieter Wallnöfer2009-10-221-4/+3
* s4:dsdb Fix crash from LDAP login of DOM\\Andrew Bartlett2009-10-021-5/+3
* s4: cracknames.c: Change the handling of the NT_STATUS_NO_MEMORY status resultsMatthias Dieter Wallnöfer2009-08-141-4/+6
* Fix some nonempty blank linesVolker Lendecke2009-07-051-78/+76
* s4:dsdb Explain the parsing steps for userPrincipalName cracknames callsAndrew Bartlett2009-06-301-0/+4
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-9/+9
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Implement 'type unknown' names in the CrackNames code.Andrew Bartlett2008-10-061-10/+48
* LDB ASYNC: misc changesSimo Sorce2008-09-291-3/+2
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-9/+8