summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-31Winbind updates!Andrew Bartlett1-0/+3
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-1/+1
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-37/+26
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-6/+4
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-15/+17
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter1-23/+34
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-89/+72
2001-12-10added some commentsAndrew Tridgell1-2/+1
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-58/+0
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-4/+2
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-8/+6
2001-12-04added a query_user backendAndrew Tridgell1-31/+27
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell1-5/+5
2001-12-03added name_to_sid to the backendAndrew Tridgell1-1/+1
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-52/+31
2001-11-27Added negative caching to group lookups.Jeremy Allison1-3/+3
2001-11-27Added negative caching to the user pw lookup by name and by uid.Jeremy Allison1-56/+77
2001-11-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison1-23/+24
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison1-6/+6
2001-11-15Get list of trusted domains if we haven't fetched them yet.Tim Potter1-0/+6
2001-10-29Hey where did those 4 character tabs come from?Tim Potter1-4/+4
2001-10-29Don't reference tallocated memory that has already been disposed of. TheTim Potter1-3/+22
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter1-7/+16
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter1-26/+30
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter1-6/+6
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter1-5/+9
2001-10-08More work on winbindd connection rewrite:Tim Potter1-94/+55
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-18/+18
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+7
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell1-1/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-5/+7
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-18More Realloc fixes.Jeremy Allison1-7/+17
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-3/+6
2001-05-14Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter1-12/+6
2001-05-09Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:Tim Potter1-0/+2
2001-05-08The substitution of %U and %D in the 'template homedir' is nowdoneTim Potter1-10/+6
2001-05-07OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter1-2/+2
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-283/+562
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-2/+2
2000-05-12use "winbind separator" in tng as wellAndrew Tridgell1-2/+4
2000-05-09brought the winbindd code into headAndrew Tridgell1-0/+412