summaryrefslogtreecommitdiffstats
path: root/source/libads
Commit message (Expand)AuthorAgeFilesLines
* when using netbios lookup methods make sure we try any BDCs even ifAndrew Tridgell2002-08-061-9/+21
* fixed a memory corruption bug in ads_try_dns()Andrew Tridgell2002-08-061-3/+3
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-057-170/+335
* Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett2002-08-041-9/+9
* net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell2002-07-301-0/+6
* a couple more minor tweaks. This now allows us to operate in ADS modeAndrew Tridgell2002-07-301-0/+6
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-2/+2
* fix setting machine passwords in the case where a user account of theAndrew Tridgell2002-07-121-1/+5
* this implements a completely new strategy for fetching groupAndrew Tridgell2002-07-111-0/+35
* this fixes the ads dump codeAndrew Tridgell2002-07-111-3/+3
* make sure we disable referrals in all ldap searches - they are badlyAndrew Tridgell2002-07-091-0/+3
* Fix length in snprintf invocation to account for "dn:" in sasl gssapi bind.Jim McDonough2002-07-081-2/+1
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-1/+1
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-15/+3
* ads_mod_ber should be static, not publicAndrew Tridgell2002-07-011-2/+2
* Const cleanup...should only be 2 warnings left from calling lib/util_str.cJim McDonough2002-06-281-117/+158
* Reduce compiler warnings.Jim McDonough2002-06-261-28/+36
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-252-123/+151
* Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-243-339/+295
* fixed a spelling mistakeAndrew Tridgell2002-06-031-1/+1
* This is meant to be accessed via the helper fn, not directly.Andrew Bartlett2002-05-171-1/+1
* Add ads group account add function.Jim McDonough2002-05-091-0/+33
* fixed trust relationships in ADS winbindd after breaking them with my BDC cha...Andrew Tridgell2002-04-192-5/+12
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-182-1/+42
* by using a prompter function we can avoid the bug in the MIT kerberosAndrew Tridgell2002-04-151-7/+25
* A few more updates:Jim McDonough2002-04-101-132/+348
* Several updates to get server side sorting going:Jim McDonough2002-04-051-26/+78
* Try harder next time to not duplicate function...take ads_err2string backJim McDonough2002-04-041-15/+0
* Contains functions to manage/view AD user accounts via ldap. Initially has fnsJim McDonough2002-04-041-0/+80
* Add ads_err2string() function for generating error strings from an ADS_STATUS.Jim McDonough2002-04-041-0/+15
* Added ads_process_results(), which takes a function that is called for eachJim McDonough2002-03-291-20/+73
* Whoops, left the paged control not critical in the paged search...kind ofJim McDonough2002-03-271-1/+1
* Add server control to prevent referrals in paged searches. This keepsJim McDonough2002-03-271-6/+18
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
* added a ads_do_search_all() call, which is a more convenient interfaceAndrew Tridgell2002-03-191-0/+42
* fixed paged controls on my box. The problem seems to be incorrectAndrew Tridgell2002-03-191-4/+21
* This adds the Paged Result Control to ads searching. The new function, ads_d...Jim McDonough2002-03-141-0/+79
* detect SIZELIMIT_EXCEEDED in ldap queries and truncateAndrew Tridgell2002-03-131-0/+4
* put in the ADS DNS hack, but commented outAndrew Tridgell2002-03-111-0/+11
* forgotten file, oopsAndrew Tridgell2002-03-101-0/+175
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-101-8/+121
* fix for IRIX compile errorHerb Lewis2002-03-041-3/+4
* Fix LDAP modification operation. Cut and paste error: was LDAP_MOD_ADD, shou...Jim McDonough2002-02-131-1/+1
* talloc'ify ads modify functions.Jim McDonough2002-02-121-35/+51
* talloc'ify ads modify functions. Also add more complete berval support.Jim McDonough2002-02-121-122/+119
* Update for new ads modlist structure passingJim McDonough2002-02-111-5/+14
* Add ability to extend ads modification list on the fly. Also add some malloc...Jim McDonough2002-02-111-23/+39
* when a trusted domain is down an ADS server will return a success on aAndrew Tridgell2002-02-071-2/+3
* Fix ldapmod list overrun check. Also better document and format ldap control...Jim McDonough2002-02-061-16/+13
* Update for function name changes, plus do some of the optional attributes on ...Jim McDonough2002-02-021-6/+17