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
/
kdc
/
hdb-ldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23503: use hdb_dbc not hdb_openp.
Andrew Bartlett
1
-8
/
+7
2007-10-10
r23488: hdb_openp has changed from void * to int...
Stefan Metzmacher
1
-4
/
+5
2007-10-10
r21441: create a union for the PrimaryKerberosBlob content
Stefan Metzmacher
1
-13
/
+23
2007-10-10
r21434: - get rid of "krb5Key"
Stefan Metzmacher
1
-49
/
+132
2007-10-10
r21390: move fetching the key version number into the function
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21363: fallback to fetch the KEYTYPE_ARCFOUR out of the "unicodePwd" attribute
Stefan Metzmacher
1
-38
/
+86
2007-10-10
r21330: move fetching of krb5 keys into its own function
Stefan Metzmacher
1
-47
/
+66
2007-10-10
r20639: Commit part 1 of 2.
Andrew Bartlett
1
-6
/
+2
2007-10-10
r20406: Metze's change in -r 19662 broke Kerberos logins from Win2k3.
Andrew Bartlett
1
-0
/
+25
2007-10-10
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
1
-12
/
+6
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-1
/
+1
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-10
/
+14
2007-10-10
r19662: windows 2003 kdc's only rewrite the realm to the full form,
Stefan Metzmacher
1
-27
/
+1
2007-10-10
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
1
-2
/
+4
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+2
2007-10-10
r19299: Fix possible memleaks
Simo Sorce
1
-4
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17824: add a wrapper for the common partitions_basedn calculation
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
1
-8
/
+8
2007-10-10
r16964: Remove extra debugs no longer required in a working KDC
Andrew Bartlett
1
-26
/
+21
2007-10-10
r16237: Use an appropriate basedn for these searches, so they occour into the
Andrew Bartlett
1
-2
/
+4
2007-10-10
r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...
Andrew Bartlett
1
-4
/
+1
2007-10-10
r15883: Make sure timegm() prototype is available (on systems where we've had to
Jim McDonough
1
-0
/
+1
2007-10-10
r15853: started the process of removing the warnings now that
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15830: fixed two kdc memory leaks
Andrew Tridgell
1
-13
/
+7
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15497: I'm not really sure this is correct in terms of how we should be resp...
Andrew Bartlett
1
-0
/
+4
2007-10-10
r15481: Update heimdal/ to match current lorikeet-heimdal.
Andrew Bartlett
1
-161
/
+199
2007-10-10
r15480: Patch from lha, to ensure we don't leave a free()'ed element in the
Andrew Bartlett
1
-3
/
+1
2007-10-10
r14427: don't reference short_princ after it is freed
Andrew Tridgell
1
-1
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13910: Fix the 'your password has expired' on every login. We now consider
Andrew Bartlett
1
-7
/
+5
2007-10-10
r13252: Cleanup, both in code, comments and talloc use:
Andrew Bartlett
1
-23
/
+12
2007-10-10
r13207: Use the new API for using/not using kerbeors in hdb-ldb.c
Andrew Bartlett
1
-5
/
+3
2007-10-10
r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our
Andrew Bartlett
1
-2
/
+19
2007-10-10
r13069: adding a hack on instructions from andrew
Andrew Tridgell
1
-1
/
+2
2007-10-10
r12681: Allow an entry to have no kerberos keys. This occours when an entry
Andrew Bartlett
1
-16
/
+24
2007-10-10
r12631: Now we have fixed the provision script, we don't need to work around
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
1
-100
/
+20
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12362: Along with a cracknames change in the previous commit, this should
Andrew Bartlett
1
-9
/
+15
2007-10-10
r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ...
Andrew Bartlett
1
-21
/
+7
2007-10-10
r12269: Update to current lorikeet-heimdal. This changed the way the hdb
Andrew Bartlett
1
-104
/
+90
2007-10-10
r12179: Allow our KDC to use LDAP to get to the backend database.
Andrew Bartlett
1
-11
/
+32
2007-10-10
r12036: Fix more KDC memory leaks (and there are probably still more...).
Andrew Bartlett
1
-0
/
+4
2007-10-10
r12035: Fix memory leaks in the KDC.
Andrew Bartlett
1
-0
/
+3
2007-10-10
r11987: Clarify the accountExpires behaviour in the KDC.
Andrew Bartlett
1
-4
/
+5
2007-10-10
r11572: Add support for accountExpires and password expiry (should cause the
Andrew Bartlett
1
-2
/
+32
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-34
/
+36
2007-10-10
r11544: Allow delegation in a Samba4 realm.
Andrew Bartlett
1
-0
/
+1
[next]