summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* s4-kdc Rework 'allowed encryption types' handling in the KDCAndrew Bartlett2010-10-021-28/+44
* s4-kdc: RODC DCs should be able to produce forwardable ticketsAndrew Tridgell2010-09-281-1/+1
* s4-kdc Ensure that an RODC may act as a server (needed to fillAndrew Bartlett2010-09-281-5/+24
* s4-kdc Handle the case where we may be given a ticket from an RODC in db layerAndrew Bartlett2010-09-296-37/+83
* s4-kdc Add common setup, handle RODC setup caseAndrew Bartlett2010-09-295-73/+156
* s4-kdc Add function to determine if a hdb entry is a RODCAndrew Bartlett2010-09-292-0/+18
* s4-kdc Use msDS-SecondaryKrbTgtNumber to fill in the full KVNOAndrew Bartlett2010-09-291-1/+18
* s4-kdc: added ifdef guards in kdc.hAndrew Tridgell2010-09-271-0/+5
* s4-kdc: prevent segfault on bad trust stringsAndrew Tridgell2010-09-161-4/+8
* s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support.Günther Deschner2010-08-251-7/+7
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-3/+3
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-3/+3
* s4:kdc/kpasswdd.c - let the user change his own password with his own rightsMatthias Dieter Wallnöfer2010-08-171-3/+44
* s4:kdc/rpc server - adapt the "samdb_set_password" calls which perform passwo...Matthias Dieter Wallnöfer2010-08-171-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-165-23/+23
* s4:kdc Rework the 'allowed enc types' calculationAndrew Bartlett2010-06-291-41/+35
* s4:kdc/kdc.c - add cast to suppress warnings on Solaris 10 ccMatthias Dieter Wallnöfer2010-06-261-2/+2
* s4:kdc/kpasswdd.c - remove unreachable codeMatthias Dieter Wallnöfer2010-06-261-2/+0
* Per Andrews request, revertJelmer Vernooij2010-06-231-2/+0
* s4:kdc Use msDS-SupportedEncTypes in our KDCAndrew Bartlett2010-06-231-30/+54
* s4:kdc/db-glue.c - remove unreachable codeMatthias Dieter Wallnöfer2010-06-201-4/+0
* heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij2010-06-191-0/+2
* s4:kdc Remove special talloc_free of the ldb contextAndrew Bartlett2010-05-282-11/+1
* Remove more usages of iconv_convenience in files which were apparently not re...Jelmer Vernooij2010-05-181-1/+0
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-184-6/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-183-17/+10
* s4:samdb_set_password/samdb_set_password_sid - ReworkMatthias Dieter Wallnöfer2010-05-101-31/+4
* Simple fix to prevent crash for non-pac principalsMarcel Ritter2010-04-271-0/+5
* s4:kdc/db-glue.c - use "TALLOC_FREE" insteal of "talloc_free" for the "priv" ...Matthias Dieter Wallnöfer2010-04-171-5/+5
* s4:kdc/wdc-samba4.c - fix integer counter typesMatthias Dieter Wallnöfer2010-04-121-1/+2
* s4:kdc/db-glue.c - fix integer counter typesMatthias Dieter Wallnöfer2010-04-121-6/+7
* s4:kdc Add functions to hdb-samba4 for the new s4u2self callback.Andrew Bartlett2010-04-104-18/+21
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-5/+6
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+53
* s4:kdc Add support for changing password of a servicePrincipalNameAndrew Bartlett2010-03-251-10/+32
* s4-kdc: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4:kdc add mit plugin codeSimo Sorce2010-02-253-0/+459
* s4:kdc make function staticSimo Sorce2010-02-252-6/+1
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
* Various source4 spelling fixes.Brad Hards2010-02-221-1/+1
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-161-13/+16
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-161-1/+1
* s4:kdc Fill in created_by principal fieldSimo Sorce2010-02-121-4/+7
* s4:kdc Fix double free and uninitialized memory.Simo Sorce2010-02-121-2/+13
* s4:kdc Streamline client access verification callSimo Sorce2010-01-313-70/+129
* s4:kdc Fix netbios name retrievalSimo Sorce2010-01-311-2/+2
* s4:kdc remove dead code and commentsSimo Sorce2010-01-281-5/+0
* s4:kdc Fill in more data fieldsSimo Sorce2010-01-281-4/+8
* s4:kdc move db functions in their own fileSimo Sorce2010-01-287-1467/+1618