summaryrefslogtreecommitdiff
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* s4:windc move windc plugin in its own fileSimo Sorce2010-01-275-191/+228
* s4:PAC make common functions publicSimo Sorce2010-01-272-25/+70
* s4:PAC Streamline pac-glue step 2Simo Sorce2010-01-271-55/+113
* s4:PAC Streamline pac-glueSimo Sorce2010-01-271-19/+40
* s4:kdc Simplify header filesSimo Sorce2010-01-224-39/+14
* Fix comment/debug messagesSimo Sorce2010-01-111-4/+4
* Fix commentSimo Sorce2010-01-081-1/+1
* s4-kdc: Migrate tcp connections to tsocket.Andreas Schneider2010-01-081-89/+188
* s4:kdc: use LIBSAMBA_TSOCKETStefan Metzmacher2010-01-081-1/+1
* s4:kdc: the ->process function returns "bool"Stefan Metzmacher2010-01-081-9/+9
* s4:kdc: use the remote and local address from the stream_connection structStefan Metzmacher2009-12-241-41/+2
* s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-236-181/+181
* s4:cleanups remove trailing spaces and tabsSimo Sorce2009-12-231-119/+120
* s4:kdc: setup the local and remote tsocket_address at accept timeStefan Metzmacher2009-12-191-44/+49
* s4:kdc: convert UDP based communication to tdgram_contextStefan Metzmacher2009-12-192-177/+138
* s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-1/+1
* s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.Andreas Schneider2009-12-161-17/+1
* s4-kdc: Migrate to tsocket_address.Andreas Schneider2009-12-153-18/+80
* s4:kdc - Merged kdc_tcp_accept() and kpasswdd_tcp_accept().Endi S. Dewata2009-12-011-26/+6
* s4:kdc - Merged kdc_add_kdc_socket() and kdc_add_kpasswd_socket().Endi S. Dewata2009-12-011-75/+27
* s4:kdc - Disable KDC port when it's set to 0.Endi S. Dewata2009-12-011-42/+63
* s4-hdb: go back to a separate samdb for the KDCAndrew Tridgell2009-11-091-1/+16
* s4:kdc: remove unused struct kpasswd_socketStefan Metzmacher2009-11-051-10/+0
* s4:kdc/hdb-samba4 - Remove unused variableMatthias Dieter Wallnöfer2009-10-301-1/+0
* s4-samdb: reduce the number of samdb opens at startupAndrew Tridgell2009-10-251-3/+3
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-1/+1
* Revert "s4:hdb-samba4 - Don't double-free "db""Andrew Bartlett2009-10-141-0/+1
* s4:hdb-samba4 - Don't double-free "db"Matthias Dieter Wallnöfer2009-10-131-1/+0
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-9/+8
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-14/+14
* s4-kdc: ignore unknown keytypes Andrew Tridgell2009-09-181-0/+6
* s4:kdc In the kpasswd server, don't use the client address in mk_privAndrew Bartlett2009-09-161-0/+8
* fixed a double free bug on error in net exportAndrew Tridgell2009-08-251-1/+0
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-211-2/+2
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-12/+91
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-286-32/+72
* Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"Stefan Metzmacher2009-07-271-14/+2
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-271-2/+14
* s4:kdc Push context to hdb_samba4 by way of the 'name' of the DBAndrew Bartlett2009-07-275-13/+38
* s4:kdc Tidy up hdb_samba4 some moreAndrew Bartlett2009-07-275-63/+90
* s4:kdc Add in a simple check for constrained delegation to selfAndrew Bartlett2009-07-201-1/+70
* s4:kdc Rework KDC to pull in less attributes for krbtgt lookupsAndrew Bartlett2009-07-171-16/+33
* s4:kdc rename functions from LDB_ to hdb_samba4Andrew Bartlett2009-07-171-71/+71
* s4:kdc Initialise new hdb function pointers.Andrew Bartlett2009-07-161-0/+3
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-132-2/+2
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-301-0/+1
* s4:kdc Only get the lp_ctx once for a LDB_fetch()Andrew Bartlett2009-06-301-11/+18
* Rework hdb-samba4 to remove useless abstractions.Andrew Bartlett2009-06-301-84/+44
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-183-36/+54