Merge of 64-bit printf warning fixes.
[tprouty/samba.git] / source / libads /
2003-10-30 Jim McDonoughMore GUID->struct uuid changes.
2003-10-30 Jim McDonoughFirst round of merging various UUID structures.
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-21 Tim PotterMerge ... krb5_keytab entry key vs keyblock member...
2003-10-03 Gerald Carterdon't call ads_destroy() twice; fixes segfault in winbi...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
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-05-15 Jeremy AllisonPatch from Luke Howard <lukeh@PADL.COM> to recognise...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-04-14 Tim Potterdecode_pac_data() needs a talloc ctx as an argument.
2003-04-09 Jim McDonoughComplete what I've seen (and then some)t of the PAC.
2003-04-07 Jim McDonoughDecode the PAC! This patch just decodes it and then...
2003-03-25 Jelmer Vernooij- Support building all auth modules as .so's
2003-03-16 Andrew BartlettChanges to help the kerberos change password code work...
2003-03-12 Andrew Bartlett - Fix a double-free (I can't say I understand the...
2003-03-05 Jeremy AllisonMore const fixes.
2003-02-25 Andrew BartletttokenGroups are SIDs, so dump them as such.
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-24 Andrew BartlettAlways initialise
2003-02-22 Andrew BartlettFix a DEBUG() formatting, add some more debug to our...
2003-02-19 Jim McDonoughlibads/krb5_setpw.c
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-19 Jim McDonoughTry to get heimdal working with HEAD.
2003-02-18 Rafal SzczesniakFix of two warnings.
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 Jeremy AllisonMore fixes getting us closer to full Heimdal compile....
2003-01-21 Gerald Cartersanity checks from Ken Cross
2003-01-15 Gerald Carter* removed unused variable from rpcclient code
2003-01-11 Andrew BartlettPatch from Nik Conwell <nik@bu.edu>. Don't reference...
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-12-05 Jim McDonoughMore printer data to publish
2002-12-03 Jim McDonoughStop using hardcoded key/value strings, be more forgivi...
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-18 Jim McDonoughDon't pass a function to ADS_ERR_OK().
2002-11-18 Jim McDonoughNext step of printer publishing.
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-10 Andrew Tridgellmake sure that if kerberos fails we can fall back on...
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-10-31 Jim McDonoughRe-enable use of existing kerberos tickets.
2002-10-23 Andrew Tridgellfixed a possible segv when dealing with a blank password
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-04 Andrew Tridgellsupport all permitted encoding types in tickets. This...
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-28 Andrew BartlettThis needs to be #ifdef HAVE_LDAP.
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-25 Andrew BartlettAvoid a segfault in net join when you have not done...
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-17 Andrew Tridgellanother const cleanup
2002-09-06 Andrew BartlettSeems I missed commiting this when I added the rest...
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-30 Andrew Tridgellnet ads info now reports the IP of the LDAP server...
2002-07-30 Andrew Tridgella couple more minor tweaks. This now allows us to opera...
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-08 Jim McDonoughFix length in snprintf invocation to account for "dn...
2002-07-08 Andrew BartlettKill off const warnings - add a pile of const to variou...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
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-25 Andrew BartlettBreak up samba's object dependencies, and its prototype...
2002-06-24 Jim McDonoughSupport utf8 on the wire for ads ldap. DN's are conver...
2002-06-03 Andrew Tridgellfixed a spelling mistake
2002-05-17 Andrew BartlettThis is meant to be accessed via the helper fn, not...
2002-05-09 Jim McDonoughAdd ads group account add function.
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-15 Andrew Tridgellby using a prompter function we can avoid the bug in...
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 McDonoughContains functions to manage/view AD user accounts...
2002-04-04 Jim McDonoughAdd ads_err2string() function for generating error...
next