summaryrefslogtreecommitdiff
path: root/source4/kdc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2-2/+2
2007-10-10r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and theyAndrew Bartlett1-6/+8
2007-10-10r12362: Along with a cracknames change in the previous commit, this shouldAndrew Bartlett1-9/+15
2007-10-10r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ...Andrew Bartlett1-21/+7
2007-10-10r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett3-108/+95
2007-10-10r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett5-23/+49
2007-10-10r12121: remove some dublicate codeStefan Metzmacher1-44/+19
2007-10-10r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett1-0/+4
2007-10-10r12035: Fix memory leaks in the KDC.Andrew Bartlett1-0/+3
2007-10-10r11987: Clarify the accountExpires behaviour in the KDC.Andrew Bartlett1-4/+5
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-4/+4
2007-10-10r11930: Add socket/packet handling code for kpasswddAndrew Bartlett2-3/+34
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11621: some minor fixes from comments by metzeAndrew Tridgell1-3/+3
2007-10-10r11619: use the 32 bit length helper in the kdc.Andrew Tridgell1-23/+1
2007-10-10r11608: switched the kdc to use the generic packet send codeAndrew Tridgell1-40/+10
2007-10-10r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell1-78/+67
2007-10-10r11572: Add support for accountExpires and password expiry (should cause theAndrew Bartlett1-2/+32
2007-10-10r11567: Ldb API change patch.Simo Sorce1-34/+36
2007-10-10r11544: Allow delegation in a Samba4 realm.Andrew Bartlett1-0/+1
2007-10-10r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett3-110/+390
2007-10-10r11540: Some notes to myself on RFC complience.Andrew Bartlett1-0/+7
2007-10-10r11536: Add a hook for client-principal access control to hdb-ldb, re-usingAndrew Bartlett1-11/+93
2007-10-10r11525: Move lookups (including the attribute search) for users fromAndrew Bartlett1-43/+22
2007-10-10r11524: More work on our hdb backend in the KDC.Andrew Bartlett1-116/+78
2007-10-10r11437: Fix (valid!) use of uninitialised value warnings.Andrew Bartlett1-1/+2
2007-10-10r11382: Require number of required M4 macrosJelmer Vernooij1-5/+1
2007-10-10r11333: Push service principal lookups into the cracknames code, rather thanAndrew Bartlett1-166/+92
2007-10-10r11322: Start moving towards using the cracknames code in the KDC.Andrew Bartlett1-26/+70
2007-10-10r11321: Fix typos in warnings.Andrew Bartlett1-2/+2
2007-10-10r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett1-9/+5
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij2-336/+336
2007-10-10r11241: - fix compiler warningStefan Metzmacher1-2/+2
2007-10-10r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett4-97/+674
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-2/+0
2007-10-10r11206: It appears to me that any account may operate as a server.Andrew Bartlett1-1/+5
2007-10-10r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactlyAndrew Bartlett1-16/+34
2007-10-10r10987: add support for tcp kdc requestsStefan Metzmacher2-34/+271
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-1/+1
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10562: Ensure we initalise the error table with hdb errors. This ensures weAndrew Bartlett2-0/+3
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+2
2007-10-10r10157: Remove the last traces of heimdal/include.James Peach1-1/+1
2007-10-10r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett1-8/+3
2007-10-10r9931: Make use of new 'norealm' parsing functions rather than strchr(p '@').Andrew Bartlett1-11/+15
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r9648: this fixes the krb5 based login with the pac. The key to this whole sa...Andrew Tridgell2-9/+12
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce1-3/+2
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-27/+35
2007-10-10r9310: Add two missing return statements after null pointer checks to fix pot...Steve French1-0/+2