summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
AgeCommit message (Expand)AuthorFilesLines
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