summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap.c
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-051-57/+298
* Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett2002-08-041-9/+9
* 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
* 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
* Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-241-288/+244
* This is meant to be accessed via the helper fn, not directly.Andrew Bartlett2002-05-171-1/+1
* fixed trust relationships in ADS winbindd after breaking them with my BDC cha...Andrew Tridgell2002-04-191-2/+6
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-181-0/+24
* 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
* 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
* 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
* 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. Also add more complete berval support.Jim McDonough2002-02-121-122/+119
* 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
* merge in some changes from Alexey Kotovich. Return ADS_STATUS instead of BOO...Jim McDonough2002-02-021-33/+88
* Minor bug fixes, plus support to remove a printer. Commented out optional at...Jim McDonough2002-02-021-11/+56
* Fix build errors on non-ldap systems...change function parms from LDAPMod ** ...Jim McDonough2002-02-011-24/+27
* Add functions for modifying an entry in ADS. Needed for printer publishing.Jim McDonough2002-02-011-1/+118
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2002-01-251-1/+3
* much better support for organisational units in ADS joinAndrew Tridgell2002-01-161-1/+21
* Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2002-01-111-2/+7
* added nTSecurityDescriptor field to host acct dumpAndrew Tridgell2002-01-031-1/+3
* Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-301-59/+0
* added ads_domain_sid() functionAndrew Tridgell2001-12-201-0/+18
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-1/+11
* much better ADS error handling systemAndrew Tridgell2001-12-191-93/+141
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-8/+69
* allow selection of the organisational unit when joining a realmAndrew Tridgell2001-12-171-4/+4