Age | Commit message (Expand) | Author | Files | Lines |
2001-12-11 | Oops, the -a option disappeared. | Tim Potter | 1 | -0/+1 |
2001-12-11 | sync with 2.2 | Herb Lewis | 1 | -0/+29 |
2001-12-11 | Replace backslash with winbind separator before calling parse_domain_user(). ... | Jim McDonough | 1 | -2/+4 |
2001-12-11 | fix for IRIX compilers | Herb Lewis | 1 | -2/+2 |
2001-12-11 | handle systems without setenv() | Andrew Tridgell | 1 | -1/+1 |
2001-12-11 | Modify winbindd to use authenticated user info from secrets.tdb when making | Tim Potter | 2 | -2/+34 |
2001-12-11 | Converted wbinfo to use popt instead of getopt - popt is very nice! | Tim Potter | 1 | -28/+100 |
2001-12-11 | removed the start_ndx parameter from group enumeration | Andrew Tridgell | 5 | -87/+80 |
2001-12-11 | got rid of start_ndx from query_user_list() | Andrew Tridgell | 6 | -128/+120 |
2001-12-10 | robustness fixes and moved ccache location into winbindd_ads code | Andrew Tridgell | 2 | -0/+20 |
2001-12-10 | Make proto | Martin Pool | 1 | -1/+0 |
2001-12-10 | use objectCategory instead of objectClass for faster searching | Andrew Tridgell | 1 | -3/+3 |
2001-12-10 | Merge of memory leak fixes from APPLIANCE_TNG. | Tim Potter | 1 | -0/+7 |
2001-12-10 | winbindd backends can now be marked "consistent" or "inconsistent" | Andrew Tridgell | 4 | -33/+93 |
2001-12-10 | shrank the winbindd_cache.tdb somewhat | Andrew Tridgell | 1 | -27/+63 |
2001-12-10 | added some comments | Andrew Tridgell | 1 | -0/+2 |
2001-12-10 | moved the domain sid lookup and enumeration of trusted domains into | Andrew Tridgell | 5 | -109/+143 |
2001-12-10 | added some comments | Andrew Tridgell | 2 | -4/+2 |
2001-12-10 | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 3 | -52/+8 |
2001-12-10 | explicitly encode NULL strings in the cache | Andrew Tridgell | 1 | -1/+15 |
2001-12-10 | removed a debug line | Andrew Tridgell | 1 | -2/+0 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 9 | -756/+591 |
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 | 2 | -11/+78 |
2001-12-06 | Fixed typo in fix for typo in debug. (-: | Tim Potter | 1 | -1/+1 |
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 | 6 | -80/+77 |
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 | 2 | -84/+46 |
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 | 7 | -170/+250 |
2001-12-05 | Fixed parse_domain_user to be bool. | Jeremy Allison | 8 | -80/+57 |
2001-12-04 | Correct message on wbinfo fail to open config file. | Jeremy Allison | 1 | -1/+2 |
2001-12-04 | added lookup_groups() to the ads backend | Andrew Tridgell | 4 | -8/+69 |
2001-12-04 | moved lookup_usergroups() into the backend structure | Andrew Tridgell | 6 | -72/+83 |
2001-12-04 | added a query_user backend | Andrew Tridgell | 7 | -97/+169 |
2001-12-03 | changed query_dispinfo to query_user_list | Andrew Tridgell | 4 | -23/+23 |
2001-12-03 | put sid_to_name behind the winbindd backend interface | Andrew Tridgell | 5 | -30/+57 |
2001-12-03 | added name_to_sid to the backend | Andrew Tridgell | 10 | -111/+186 |
2001-12-03 | added a basic ADS backend to winbind. More work needed, but at | Andrew Tridgell | 3 | -12/+233 |
2001-12-03 | fixed the nsswitch initgroups code | Andrew Tridgell | 1 | -8/+10 |
2001-12-03 | split winbindd_enum_dom_groups into the new backend structure | Andrew Tridgell | 5 | -94/+142 |
2001-12-01 | The beginnings of alternative backends for winbindd | Andrew Tridgell | 5 | -66/+94 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -4/+13 |
2001-11-27 | Some reformatting. | Tim Potter | 1 | -223/+229 |
2001-11-27 | Added negative caching to group lookups. | Jeremy Allison | 2 | -48/+87 |