summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2015-10-02kerberos: make sure we only use prompter type when available.Günther Deschner1-1/+11
2015-10-02winbind: Fix 100% loopVolker Lendecke1-0/+16
2015-09-25net: fix a crash with net ads keytab createUri Simchoni1-0/+7
2015-09-01Revert "winbind: Fix 100% loop"Volker Lendecke1-16/+0
2015-08-28winbind: Fix 100% loopVolker Lendecke1-0/+16
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke1-3/+5
2015-07-17libads: disable dns_lookup_realm in auto-generated krb5.conf filesUri Simchoni1-1/+2
2015-07-02s3:libads: improve debug levels/messages in ads_find_dc()Stefan Metzmacher1-8/+14
2015-06-23s3:libads/sasl: use gensec_max_{input,wrapped}_size() in ads_sasl_spnego_ntlm...Stefan Metzmacher1-4/+5
2015-06-16libads: further split resolve_and_ping into dns and netbios implementationsUri Simchoni1-42/+82
2015-06-16libads: Fix fallback logic when finding a domain controllerUri Simchoni1-95/+126
2015-06-16libads: Keep 'good' server at the head of custom KDC listUri Simchoni1-20/+31
2015-06-16kerberos: Move DEFAULT_KRB5_PORT to a header fileUri Simchoni2-2/+2
2015-06-16libads: fix indentation in generated krb5.confUri Simchoni1-3/+3
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2-5/+5
2015-05-13libads: record service ticket endtime for sealed ldap connectionsUri Simchoni1-0/+23
2015-05-13lib: Make sid_binstring_hex use TALLOCVolker Lendecke1-3/+3
2015-05-12Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder1-1/+7
2015-05-04libads: Fix deadlock when re-joining a domain and updating keytabUri Simchoni1-2/+3
2015-05-04libads: Fix free of uninitialized pointerUri Simchoni1-2/+3
2015-04-22Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe10-55/+55
2015-04-18libads: Fix CID 1272956 Fixing wrong if conditionAnoop C S1-1/+1
2015-03-27lib/krb5_wrap: use krb5_const_principal in smb_krb5_create_key_from_string.Günther Deschner1-1/+1
2015-03-04libads: Fix CID 1273305 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-03-04libads: Fix CID 1273306 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-01-07s3-libads: Fix a possible segfault in kerberos_fetch_pac().Andreas Schneider1-13/+13
2014-12-18addns: Remove support for dns_host_file.Andreas Schneider1-5/+5
2014-11-28s3-libads: remove unused dn from ads_get_service_principal_names().Günther Deschner1-7/+0
2014-11-25s3:libads: avoid some compiler warnings in ldap.cStefan Metzmacher1-15/+19
2014-11-17samba: pass down size_t instead of int to add_string_to_array().Günther Deschner1-1/+1
2014-11-12s3-keytab: fix keytab array NULL termination.Matt Rogers1-2/+1
2014-09-26s3-libads: Add all machine account principals to the keytab.Andreas Schneider1-22/+52
2014-09-26s3-libads: Add function to search for an element in an array.Andreas Schneider2-0/+33
2014-09-26s3-libads: Add a function to retrieve the SPNs of a computer account.Andreas Schneider2-0/+66
2014-09-26s3-libads: Improve service principle guessing.Andreas Schneider1-58/+66
2014-09-01s3-kpasswd: Fix build warning.Günther Deschner1-1/+1
2014-09-01s3-kpasswd: send a netbios krb5 address to avoid invalid net address errors fromGünther Deschner1-0/+14
2014-09-01Remove custom password change code in libadsSimo Sorce1-555/+59
2014-09-01Remove duplicate definitionsSimo Sorce1-9/+0
2014-08-08s3-libads/krb5_setpw: free realm from smb_krb5_principal_get_realm().Günther Deschner1-3/+5
2014-08-08samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner1-1/+6
2014-05-08s3-krb5: Limit search for old kvno to 8bitsChristof Schmitt1-2/+5
2014-04-17s3-libads: allow ads_try_connect() to re-use a resolved ip address.Günther Deschner1-18/+26
2014-04-17Remove special socket_wrapper code.Andreas Schneider1-32/+0
2014-04-17s3-libads: Use ldap_initialize() if available.Andreas Schneider1-5/+20
2014-04-04s3-kerberos: make ipv6 support for generated krb5 config files more robust.Günther Deschner1-2/+27
2014-04-02kerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_ACCOUNT_LOCKED_OUTAndrew Bartlett1-1/+1
2014-03-27auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2-2/+2
2014-03-13s3-libads: Use the IP instead of the name.Bjoern Baumbach1-1/+1
2014-03-12s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2-9/+27