summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-05fixed a memory leakAndrew Tridgell1-1/+4
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+1
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell1-1/+16
2001-12-05don't double free ldap message listsAndrew Tridgell1-3/+0
2001-12-05fixed another leak - memory usage now seems to be quite smallAndrew Tridgell1-0/+2
2001-12-05added very basic ads connection cacheingAndrew Tridgell1-84/+45
2001-12-05plugged most of the memory leaksAndrew Tridgell1-74/+120
2001-12-05added the last winbindd/ads backend functionAndrew Tridgell1-1/+66
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-35/+112
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-2/+4
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell1-3/+63
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell1-1/+11
2001-12-04added a query_user backendAndrew Tridgell1-2/+73
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell1-10/+10
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-2/+6
2001-12-03added name_to_sid to the backendAndrew Tridgell1-2/+76
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-0/+207