summaryrefslogtreecommitdiffstats
path: root/source/libads
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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-022-16/+91
* Fix build errors on non-ldap systems...change function parms from LDAPMod ** ...Jim McDonough2002-02-012-25/+28
* Fix file header description and copyright (from cut-and-paste laziness)Jim McDonough2002-02-011-3/+1
* Module for ADS operations on a printer object in the directory. Initially it...Jim McDonough2002-02-011-0/+133
* 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-307-14/+7
* 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-162-12/+46
* Move local variable to avoid warning when compiled without GSSAPI.Martin Pool2002-01-141-1/+2
* 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
* Fix up C99 comment.Andrew Bartlett2002-01-011-1/+1
* cope with systems that don't have full gssapi libsAndrew Tridgell2001-12-311-0/+2
* Allow this to build without LDAP, as per the example below it.Andrew Bartlett2001-12-311-1/+1
* Fix the compile on systems without a full kerberos kit.Andrew Bartlett2001-12-301-1/+3
* Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-302-59/+91
* added ads_domain_sid() functionAndrew Tridgell2001-12-201-0/+18
* forgot to commit this file from remusAndrew Tridgell2001-12-201-0/+59
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-203-23/+147
* much better ADS error handling systemAndrew Tridgell2001-12-194-162/+196
* we only have gss_ fns on a krb5 capable boxAndrew Tridgell2001-12-191-3/+6