This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / source3 / libads /
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-18 Jim McDonoughFormat objectGUIDs on ads dumps.
2002-10-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-10-01 Gerald Cartersyncing up with HEAD. Seems to be a lot of differences...
2002-10-01 Andrew BartlettUpdates from Samba HEAD:
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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...
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-22 Tim PotterStomped on some header file version numbers that have...
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 Tridgellforgotten file, oops
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.
2002-02-12 Jim McDonoughtalloc'ify ads modify functions. Also add more complet...
2002-02-11 Jim McDonoughUpdate for new ads modlist structure passing
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 McDonoughUpdate for function name changes, plus do some of the...
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 McDonoughFix file header description and copyright (from cut...
2002-02-01 Jim McDonoughModule for ADS operations on a printer object in the...
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-14 Martin PoolMove local variable to avoid warning when compiled...
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
2002-01-01 Andrew BartlettFix up C99 comment.
2001-12-31 Andrew Tridgellcope with systems that don't have full gssapi libs
2001-12-31 Andrew BartlettAllow this to build without LDAP, as per the example...
2001-12-30 Andrew BartlettFix the compile on systems without a full kerberos...
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 Tridgellforgot to commit this file from remus
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
next