summaryrefslogtreecommitdiff
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: avoid entering a password change dialogue also when using MIT.Günther Deschner2016-02-231-24/+35
* libads: Factor out ldap_schema_oids.hVolker Lendecke2016-02-033-25/+50
* s3:libads: we always have arcfour-hmac-md5 supportStefan Metzmacher2016-02-011-4/+0
* s3-libads: Use the configured LDAP page size.Justin Maggard2016-01-152-3/+5
* libads: Remove "foreign" from ads_structVolker Lendecke2015-12-182-9/+0
* libads: Fix picky const warning with krb5_set_password_using_ccacheAndreas Schneider2015-11-231-3/+10
* kerberos: make sure we only use prompter type when available.Günther Deschner2015-10-021-1/+11
* winbind: Fix 100% loopVolker Lendecke2015-10-021-0/+16
* net: fix a crash with net ads keytab createUri Simchoni2015-09-251-0/+7
* Revert "winbind: Fix 100% loop"Volker Lendecke2015-09-011-16/+0
* winbind: Fix 100% loopVolker Lendecke2015-08-281-0/+16
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-3/+5
* libads: disable dns_lookup_realm in auto-generated krb5.conf filesUri Simchoni2015-07-171-1/+2
* s3:libads: improve debug levels/messages in ads_find_dc()Stefan Metzmacher2015-07-021-8/+14
* s3:libads/sasl: use gensec_max_{input,wrapped}_size() in ads_sasl_spnego_ntlm...Stefan Metzmacher2015-06-231-4/+5
* libads: further split resolve_and_ping into dns and netbios implementationsUri Simchoni2015-06-161-42/+82
* libads: Fix fallback logic when finding a domain controllerUri Simchoni2015-06-161-95/+126
* libads: Keep 'good' server at the head of custom KDC listUri Simchoni2015-06-161-20/+31
* kerberos: Move DEFAULT_KRB5_PORT to a header fileUri Simchoni2015-06-162-2/+2
* libads: fix indentation in generated krb5.confUri Simchoni2015-06-161-3/+3
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-142-5/+5
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-131-0/+23
* lib: Make sid_binstring_hex use TALLOCVolker Lendecke2015-05-131-3/+3
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-05-121-1/+7
* libads: Fix deadlock when re-joining a domain and updating keytabUri Simchoni2015-05-041-2/+3
* libads: Fix free of uninitialized pointerUri Simchoni2015-05-041-2/+3
* Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe2015-04-2210-55/+55
* libads: Fix CID 1272956 Fixing wrong if conditionAnoop C S2015-04-181-1/+1
* lib/krb5_wrap: use krb5_const_principal in smb_krb5_create_key_from_string.Günther Deschner2015-03-271-1/+1
* libads: Fix CID 1273305 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+1
* libads: Fix CID 1273306 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+1
* s3-libads: Fix a possible segfault in kerberos_fetch_pac().Andreas Schneider2015-01-071-13/+13
* addns: Remove support for dns_host_file.Andreas Schneider2014-12-181-5/+5
* s3-libads: remove unused dn from ads_get_service_principal_names().Günther Deschner2014-11-281-7/+0
* s3:libads: avoid some compiler warnings in ldap.cStefan Metzmacher2014-11-251-15/+19
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* s3-keytab: fix keytab array NULL termination.Matt Rogers2014-11-121-2/+1
* s3-libads: Add all machine account principals to the keytab.Andreas Schneider2014-09-261-22/+52
* s3-libads: Add function to search for an element in an array.Andreas Schneider2014-09-262-0/+33
* s3-libads: Add a function to retrieve the SPNs of a computer account.Andreas Schneider2014-09-262-0/+66
* s3-libads: Improve service principle guessing.Andreas Schneider2014-09-261-58/+66
* s3-kpasswd: Fix build warning.Günther Deschner2014-09-011-1/+1
* s3-kpasswd: send a netbios krb5 address to avoid invalid net address errors fromGünther Deschner2014-09-011-0/+14
* Remove custom password change code in libadsSimo Sorce2014-09-011-555/+59
* Remove duplicate definitionsSimo Sorce2014-09-011-9/+0
* s3-libads/krb5_setpw: free realm from smb_krb5_principal_get_realm().Günther Deschner2014-08-081-3/+5
* samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner2014-08-081-1/+6
* s3-krb5: Limit search for old kvno to 8bitsChristof Schmitt2014-05-081-2/+5
* s3-libads: allow ads_try_connect() to re-use a resolved ip address.Günther Deschner2014-04-171-18/+26
* Remove special socket_wrapper code.Andreas Schneider2014-04-171-32/+0