summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2001-12-13make sure we find NSS_STATUS structAndrew Tridgell1-0/+1
2001-12-12allow IRIX to build nsswitch/libnss_wins.soHerb Lewis1-12/+82
2001-12-12add *.po32 to ignore listHerb Lewis1-0/+1
2001-12-11Oops, the -a option disappeared.Tim Potter1-0/+1
2001-12-11sync with 2.2Herb Lewis1-0/+29
2001-12-11Replace backslash with winbind separator before calling parse_domain_user(). ...Jim McDonough1-2/+4
2001-12-11fix for IRIX compilersHerb Lewis1-2/+2
2001-12-11handle systems without setenv()Andrew Tridgell1-1/+1
2001-12-11Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter2-2/+34
2001-12-11Converted wbinfo to use popt instead of getopt - popt is very nice!Tim Potter1-28/+100
2001-12-11removed the start_ndx parameter from group enumerationAndrew Tridgell5-87/+80
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell6-128/+120
2001-12-10robustness fixes and moved ccache location into winbindd_ads codeAndrew Tridgell2-0/+20
2001-12-10Make protoMartin Pool1-1/+0
2001-12-10use objectCategory instead of objectClass for faster searchingAndrew Tridgell1-3/+3
2001-12-10Merge of memory leak fixes from APPLIANCE_TNG.Tim Potter1-0/+7
2001-12-10winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell4-33/+93
2001-12-10shrank the winbindd_cache.tdb somewhatAndrew Tridgell1-27/+63
2001-12-10added some commentsAndrew Tridgell1-0/+2
2001-12-10moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell5-109/+143
2001-12-10added some commentsAndrew Tridgell2-4/+2
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell3-52/+8
2001-12-10explicitly encode NULL strings in the cacheAndrew Tridgell1-1/+15
2001-12-10removed a debug lineAndrew Tridgell1-2/+0
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell9-756/+591
2001-12-09- use accountype not accountcontrolAndrew Tridgell1-8/+26
2001-12-09fixed type passed to ads_searchAndrew Tridgell1-2/+1
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2-11/+78
2001-12-06Fixed typo in fix for typo in debug. (-:Tim Potter1-1/+1
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