summaryrefslogtreecommitdiff
path: root/source3/nsswitch
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 Tridgell6-80/+77
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 Tridgell2-84/+46
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 Tridgell7-170/+250
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison8-80/+57
2001-12-04Correct message on wbinfo fail to open config file.Jeremy Allison1-1/+2
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell4-8/+69
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell6-72/+83
2001-12-04added a query_user backendAndrew Tridgell7-97/+169
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell4-23/+23
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell5-30/+57
2001-12-03added name_to_sid to the backendAndrew Tridgell10-111/+186
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell3-12/+233
2001-12-03fixed the nsswitch initgroups codeAndrew Tridgell1-8/+10
2001-12-03split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell5-94/+142
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell5-66/+94
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-4/+13
2001-11-27Some reformatting.Tim Potter1-223/+229
2001-11-27Added negative caching to group lookups.Jeremy Allison2-48/+87
2001-11-27Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2-136/+159
2001-11-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2-28/+29
2001-11-26don't die with a FPE if there are no DCsAndrew Tridgell1-0/+2
2001-11-26Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter1-47/+7
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+2
2001-11-26Removed bogus SAFE_FREE() call of talloced return data fromTim Potter3-19/+19
2001-11-26Fixed some indentation.Tim Potter1-2/+2
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-5/+7
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2-3/+59
2001-11-23Set type to NOTUSED if lookup fail.Jeremy Allison1-0/+1
2001-11-23Got rid of that stupid parse_domain_user() warning when compilingTim Potter1-22/+0
2001-11-23Finish 1.45 by removing redundant sid->string conversion inMartin Pool1-14/+44
2001-11-23I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool1-1/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter3-5/+0
2001-11-23Fixed check machine account function.Tim Potter4-74/+63
2001-11-22Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison1-43/+47
2001-11-22Fixed +ve caching. Still problems with -ve caching.Jeremy Allison1-105/+115
2001-11-22Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison1-2/+8
2001-11-22Added debugs to track down sequence lookup problems.Jeremy Allison1-4/+10
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2-27/+28
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison3-112/+238
2001-11-21Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2-130/+191
2001-11-19Merge from 2.2.Tim Potter1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool3-9/+7
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2-220/+202
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter4-103/+177