Age | Commit message (Expand) | Author | Files | Lines |
2001-12-10 | use objectCategory instead of objectClass for faster searching | Andrew Tridgell | 1 | -3/+3 |
2001-12-10 | winbindd backends can now be marked "consistent" or "inconsistent" | Andrew Tridgell | 1 | -0/+1 |
2001-12-10 | moved the domain sid lookup and enumeration of trusted domains into | Andrew Tridgell | 1 | -1/+38 |
2001-12-10 | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 1 | -4/+4 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 1 | -5/+8 |
2001-12-09 | - use accountype not accountcontrol | Andrew Tridgell | 1 | -8/+26 |
2001-12-09 | fixed type passed to ads_search | Andrew Tridgell | 1 | -2/+1 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -11/+69 |
2001-12-05 | fixed a memory leak | Andrew Tridgell | 1 | -1/+4 |
2001-12-05 | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 1 | -1/+1 |
2001-12-05 | moved the sequence number fetch into the backend, and fetch the | Andrew Tridgell | 1 | -1/+16 |
2001-12-05 | don't double free ldap message lists | Andrew Tridgell | 1 | -3/+0 |
2001-12-05 | fixed another leak - memory usage now seems to be quite small | Andrew Tridgell | 1 | -0/+2 |
2001-12-05 | added very basic ads connection cacheing | Andrew Tridgell | 1 | -84/+45 |
2001-12-05 | plugged most of the memory leaks | Andrew Tridgell | 1 | -74/+120 |
2001-12-05 | added the last winbindd/ads backend function | Andrew Tridgell | 1 | -1/+66 |
2001-12-05 | finally worked out how to do ldap lookups by binary blobs, so I can | Andrew Tridgell | 1 | -35/+112 |
2001-12-05 | Fixed parse_domain_user to be bool. | Jeremy Allison | 1 | -2/+4 |
2001-12-04 | added lookup_groups() to the ads backend | Andrew Tridgell | 1 | -3/+63 |
2001-12-04 | moved lookup_usergroups() into the backend structure | Andrew Tridgell | 1 | -1/+11 |
2001-12-04 | added a query_user backend | Andrew Tridgell | 1 | -2/+73 |
2001-12-03 | changed query_dispinfo to query_user_list | Andrew Tridgell | 1 | -10/+10 |
2001-12-03 | put sid_to_name behind the winbindd backend interface | Andrew Tridgell | 1 | -2/+6 |
2001-12-03 | added name_to_sid to the backend | Andrew Tridgell | 1 | -2/+76 |
2001-12-03 | added a basic ADS backend to winbind. More work needed, but at | Andrew Tridgell | 1 | -0/+207 |