port latest changes from SAMBA_3_0 tree
[amitay/samba.git] / source3 / libads / ldap.c
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-23 Gerald Carterconnect to the right realm or domain for trusted AD...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-03-25 Jelmer Vernooij- Support building all auth modules as .so's
2003-02-25 Andrew BartletttokenGroups are SIDs, so dump them as such.
2003-02-24 Andrew BartlettAlways initialise
2003-02-22 Andrew BartlettFix a DEBUG() formatting, add some more debug to our...
2003-02-19 Jim McDonoughFix segv in net ads join...an extra & was the culprit
2003-02-19 Andrew BartlettCheck return values of various join-related functions...
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-02-12 Andrew Tridgelladd a note about a better method for finding netbios...
2003-02-04 Jeremy AllisonMem alloc failure checks.
2003-02-01 Andrew BartlettAlways escape ldap filter strings. Escaping code was...
2003-01-21 Gerald Cartersanity checks from Ken Cross
2003-01-02 Andrew BartlettBIG patch...
2002-12-30 Jeremy AllisonCatching up with old patches. Add define for VERITAS...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-13 Jim McDonoughMore printer publishing code.
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-15 Andrew BartlettInclude the hostname we are trying to match with $...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-10-18 Jim McDonoughFormat objectGUIDs on ads dumps.
2002-10-04 Andrew Tridgellonly set UF_USE_DES_KEY_ONLY if we are using krb5 libra...
2002-10-03 Andrew Tridgell.NET likes both forms of servicePrincipalName in the...
2002-09-28 Andrew BartlettTry to compile as much as possible with only ldap,...
2002-09-28 Andrew BartlettAdd the beginings of sam_ads to the tree.
2002-09-27 Andrew BartlettMove a number of ADS related functions out into utility...
2002-09-27 Andrew BartlettSome small cleanups to the libads code (mainly error...
2002-09-25 Andrew BartlettAnother patch from metze, towards his work on sam_ads.
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-06 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
2002-09-06 Andrew BartlettAdd some DEBUG()s to some libads failure modes.
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-20 Herb Lewisfix irix compile errors - cannot initialize array in...
2002-08-06 Andrew Tridgellwhen using netbios lookup methods make sure we try...
2002-08-06 Andrew Tridgellfixed a memory corruption bug in ads_try_dns()
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-04 Andrew BartlettNow that I got the function arguments sane, remove...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-12 Andrew Tridgellfix setting machine passwords in the case where a user...
2002-07-11 Andrew Tridgellthis implements a completely new strategy for fetching...
2002-07-11 Andrew Tridgellthis fixes the ads dump code
2002-07-09 Andrew Tridgellmake sure we disable referrals in all ldap searches...
2002-07-01 Andrew Tridgellads_mod_ber should be static, not public
2002-06-28 Jim McDonoughConst cleanup...should only be 2 warnings left from...
2002-06-26 Jim McDonoughReduce compiler warnings.
2002-06-24 Jim McDonoughSupport utf8 on the wire for ads ldap. DN's are conver...
2002-05-17 Andrew BartlettThis is meant to be accessed via the helper fn, not...
2002-04-19 Andrew Tridgellfixed trust relationships in ADS winbindd after breakin...
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-10 Jim McDonoughA few more updates:
2002-04-05 Jim McDonoughSeveral updates to get server side sorting going:
2002-04-04 Jim McDonoughTry harder next time to not duplicate function...take...
2002-04-04 Jim McDonoughAdd ads_err2string() function for generating error...
2002-03-29 Jim McDonoughAdded ads_process_results(), which takes a function...
2002-03-27 Jim McDonoughWhoops, left the paged control not critical in the...
2002-03-27 Jim McDonoughAdd server control to prevent referrals in paged search...
2002-03-19 Andrew Tridgelladded a ads_do_search_all() call, which is a more conve...
2002-03-19 Andrew Tridgellfixed paged controls on my box. The problem seems to...
2002-03-14 Jim McDonoughThis adds the Paged Result Control to ads searching...
2002-03-13 Andrew Tridgelldetect SIZELIMIT_EXCEEDED in ldap queries and truncate
2002-03-11 Andrew Tridgellput in the ADS DNS hack, but commented out
2002-03-10 Andrew Tridgellyipee! Finally put in the patch from Alexey Kotovich
2002-03-04 Herb Lewisfix for IRIX compile error
2002-02-13 Jim McDonoughFix LDAP modification operation. Cut and paste error...
2002-02-12 Jim McDonoughtalloc'ify ads modify functions. Also add more complet...
2002-02-11 Jim McDonoughAdd ability to extend ads modification list on the...
2002-02-07 Andrew Tridgellwhen a trusted domain is down an ADS server will return...
2002-02-06 Jim McDonoughFix ldapmod list overrun check. Also better document...
2002-02-02 Jim McDonoughmerge in some changes from Alexey Kotovich. Return...
2002-02-02 Jim McDonoughMinor bug fixes, plus support to remove a printer....
2002-02-01 Jim McDonoughFix build errors on non-ldap systems...change function...
2002-02-01 Jim McDonoughAdd functions for modifying an entry in ADS. Needed...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jim McDonoughEnable net ads commands to use existing tickets if...
2002-01-16 Andrew Tridgellmuch better support for organisational units in ADS...
2002-01-11 Andrew BartlettFix up 'net ads join' to delete and rejoin if the accou...
2002-01-03 Andrew Tridgelladded nTSecurityDescriptor field to host acct dump
2001-12-30 Andrew BartlettMake Samba compile on RH 6.2 again.
2001-12-20 Andrew Tridgelladded ads_domain_sid() function
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-19 Andrew Tridgellmuch better ADS error handling system
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-17 Andrew Tridgellallow selection of the organisational unit when joining...
2001-12-10 Andrew Tridgellmake sid_binstring available without HAVE_ADS
2001-12-08 Andrew Tridgellfix a DEBUG() line
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-12-06 Andrew Tridgelladded a propoer kerberos_kinit_password call
2001-12-05 Andrew Tridgellfixed a minor password memory leak
2001-12-05 Andrew Tridgellhandle ldap server down better
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-12-05 Andrew Tridgelladded timeouts and retries to ldap operations
2001-12-05 Andrew Tridgellmoved the sequence number fetch into the backend, and...
2001-12-05 Andrew Tridgellparanoia fixes in based ldap routines for potential...
2001-12-05 Andrew Tridgellmore memory leak fixes
2001-12-05 Andrew Tridgelladded functions that convert a ads binary blob to a...
2001-12-04 Andrew Tridgelladded ads_search_dn() and ads_pull_sids()
next