summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-39/+0
* fix a DEBUG() lineAndrew Tridgell2001-12-081-2/+3
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-67/+71
* added a propoer kerberos_kinit_password callAndrew Tridgell2001-12-061-1/+1
* fixed a minor password memory leakAndrew Tridgell2001-12-051-0/+1
* handle ldap server down betterAndrew Tridgell2001-12-051-1/+3
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-0/+4
* added timeouts and retries to ldap operationsAndrew Tridgell2001-12-051-9/+53
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-1/+1
* paranoia fixes in based ldap routines for potential memory leaksAndrew Tridgell2001-12-051-10/+16
* more memory leak fixesAndrew Tridgell2001-12-051-0/+8
* added functions that convert a ads binary blob to a string (forAndrew Tridgell2001-12-051-0/+39
* added ads_search_dn() and ads_pull_sids()Andrew Tridgell2001-12-041-1/+42
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-8/+80
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-102/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-1/+14
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-251-10/+14
* added "net ads status" commandAndrew Tridgell2001-11-251-15/+76
* better auto-selection of realm and ldap serverAndrew Tridgell2001-11-251-3/+4
* added "net join" commandAndrew Tridgell2001-11-241-12/+91
* added the beginnings of ADS support in smbdAndrew Tridgell2001-11-201-0/+324