index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
cracknames.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-08
dsdb-cracknames: Fix potential double free and memory leaks
Matthieu Patou
1
-2
/
+4
2012-12-21
s4-dsdb: Make it clear that we want to fall trough here.
Andreas Schneider
1
-0
/
+1
2012-11-06
dsdb: Simplify DsCrackNameOneFilter a bit
Volker Lendecke
1
-1
/
+4
2012-10-25
dsdb-cracknames: Return DRSUAPI_DS_NAME_STATUS_NO_MAPPING when there is no SID
Andrew Bartlett
1
-3
/
+7
2012-10-24
dsdb-cracknames: Always use talloc_zero()
Andrew Bartlett
1
-1
/
+1
2012-10-07
drs-crackname: if there is no sid do not return the domain
Matthieu Patou
1
-0
/
+2
2012-10-07
Implement the LIST_INFO_FOR_SERVER input format
Matthieu Patou
1
-0
/
+107
2012-06-22
s4-drsuapi: Fix a const warning
Matthieu Patou
1
-1
/
+1
2012-06-22
s4-drsuapi: rework the crackname implementation of functionnal names
Matthieu Patou
1
-24
/
+122
2012-05-23
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
1
-1
/
+0
2012-04-23
Cracknames: use krb wrapper functions so it works with MIT
Simo Sorce
1
-25
/
+29
2011-09-08
s4-cracknames: use consistent search for crossRef objects
Andrew Tridgell
1
-2
/
+4
2011-09-05
s4-cracknames: fixed cracknames to use more specific search
Andrew Tridgell
1
-13
/
+12
2011-08-25
s4-dsdb: fixed newlines in DEBUG() calls in cracknames
Andrew Tridgell
1
-14
/
+14
2011-08-25
s4-dsdb: fixed all partitions search in cracknames
Andrew Tridgell
1
-1
/
+1
2011-08-10
s4-drsuapi: crackname search also for deleted objects
Matthieu Patou
1
-1
/
+4
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-2
/
+2
2010-12-04
s4:dsdb/samdb/cracknames.c - fix another memory leak
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-12-02
s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaks
Matthias Dieter Wallnöfer
1
-7
/
+13
2010-10-17
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-10-17
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-15
s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...
Matthias Dieter Wallnöfer
1
-7
/
+7
2010-10-10
samdb: Add flags argument to samdb_connect().
Jelmer Vernooij
1
-1
/
+1
2010-09-20
s4/dcdiag: Handle ListRoles command for dcdiag:KnowsOfRoleHolders test
Anatoliy Atanasov
1
-0
/
+73
2010-09-20
s4/drs: use type enum drsuapi_DsNameFormat in DsCrackNames code
Anatoliy Atanasov
1
-9
/
+20
2010-08-17
s4-dsdb: cope with cracknames of form dnsdomain\account
Andrew Tridgell
1
-2
/
+8
2010-06-01
s4-cracknames: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2010-04-13
Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-04-12
s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-03-05
s4:cracknames - Change two counter variables to unsigned
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-02-16
s4-samdb: use dsdb_search() in cracknames
Andrew Tridgell
1
-57
/
+24
2009-10-23
s4-dsdb: create a static system_session context
Andrew Tridgell
1
-1
/
+1
2009-10-22
s4:dsdb/samdb/cracknames - Remove unused header and add more "const"
Matthias Dieter Wallnöfer
1
-4
/
+3
2009-10-02
s4:dsdb Fix crash from LDAP login of DOM\\
Andrew Bartlett
1
-5
/
+3
2009-08-14
s4: cracknames.c: Change the handling of the NT_STATUS_NO_MEMORY status results
Matthias Dieter Wallnöfer
1
-4
/
+6
2009-07-05
Fix some nonempty blank lines
Volker Lendecke
1
-78
/
+76
2009-06-30
s4:dsdb Explain the parsing steps for userPrincipalName cracknames calls
Andrew Bartlett
1
-0
/
+4
2009-06-12
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
1
-9
/
+9
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-10-06
Implement 'type unknown' names in the CrackNames code.
Andrew Bartlett
1
-10
/
+48
2008-09-29
LDB ASYNC: misc changes
Simo Sorce
1
-3
/
+2
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-9
/
+8
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-1
/
+2
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-2
/
+4
2008-03-13
Don't use 'dn', this attribute does not exist with the LDAP backend,
Andrew Bartlett
1
-1
/
+1
2007-12-21
r26324: Fix includes for Jelmer.
Andrew Bartlett
1
-1
/
+1
2007-12-21
r26319: Split encoding functions out of libcli_ldap.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26252: Specify loadparm_context explicitly when creating sessions.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26234: More global_loadparm fixes.
Jelmer Vernooij
1
-2
/
+4
[next]