Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-11-27 | Added negative caching to the user pw lookup by name and by uid. | Jeremy Allison | 2 | -136/+159 |
2001-11-27 | nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups. | Jeremy Allison | 2 | -28/+29 |
2001-11-26 | don't die with a FPE if there are no DCs | Andrew Tridgell | 1 | -0/+2 |
2001-11-26 | Another merge from appliance-head: in [ug]id_to_sid don't call the | Tim Potter | 1 | -47/+7 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -2/+2 |
2001-11-26 | Removed bogus SAFE_FREE() call of talloced return data from | Tim Potter | 3 | -19/+19 |
2001-11-26 | Fixed some indentation. | Tim Potter | 1 | -2/+2 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -5/+7 |
2001-11-23 | Fixed delete on close bug. Added core dump code to winbindd. | Jeremy Allison | 2 | -3/+59 |
2001-11-23 | Set type to NOTUSED if lookup fail. | Jeremy Allison | 1 | -0/+1 |
2001-11-23 | Got rid of that stupid parse_domain_user() warning when compiling | Tim Potter | 1 | -22/+0 |
2001-11-23 | Finish 1.45 by removing redundant sid->string conversion in | Martin Pool | 1 | -14/+44 |
2001-11-23 | I think you were passing the name of the SID, rather than the DOM_SID | Martin Pool | 1 | -1/+1 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 3 | -5/+0 |
2001-11-23 | Fixed check machine account function. | Tim Potter | 4 | -74/+63 |
2001-11-22 | Got positive and negative name caching working correctly with lookupname/look... | Jeremy Allison | 1 | -43/+47 |
2001-11-22 | Fixed +ve caching. Still problems with -ve caching. | Jeremy Allison | 1 | -105/+115 |
2001-11-22 | Fixed caching of lookupname/lookupsid. Error in check of success ! | Jeremy Allison | 1 | -2/+8 |
2001-11-22 | Added debugs to track down sequence lookup problems. | Jeremy Allison | 1 | -4/+10 |
2001-11-21 | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 2 | -27/+28 |
2001-11-21 | Added transparent +ve caching for lookupname/lookupsid. -ve caching can | Jeremy Allison | 3 | -112/+238 |
2001-11-21 | Preparing to implement +ve and -ve caching for lookupname/lookupsid calls. | Jeremy Allison | 2 | -130/+191 |
2001-11-19 | Merge from 2.2. | Tim Potter | 1 | -1/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 3 | -9/+7 |
2001-11-15 | Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand | Jeremy Allison | 2 | -220/+202 |
2001-11-15 | Caching user, group and domain sam handles was a stupid idea. | Tim Potter | 4 | -103/+177 |
2001-11-15 | Jeremy, I'm not sure what you were trying to do with the process activity | Tim Potter | 1 | -3/+1 |