summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2001-10-29Don't force winbind to use non-local DC's.Volker Lendecke1-1/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-4/+4
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 Potter3-11/+26
2001-10-27Added some connection checking code. Doesn't work yet though.Tim Potter1-10/+43
2001-10-21Fix for fussy Solaris compiler.Tim Potter1-3/+1
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter4-20/+29
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter5-87/+106
2001-10-14Some reformatting.Tim Potter1-6/+10
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter3-32/+29
2001-10-14Resurrected sam sequence number code.Tim Potter1-117/+175
2001-10-12Converted a few winbind functions to use a talloc context that is destroyedTim Potter1-32/+72
2001-10-12Removed some unused code from the recent cleanup.Tim Potter2-291/+2
2001-10-10Got the rest of the group functions working. Did some reformatting (manTim Potter3-68/+37
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter6-110/+208
2001-10-08More work on winbindd connection rewrite:Tim Potter5-179/+353
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter9-380/+588
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-5/+12
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2-6/+0
2001-09-17move to SAFE_FREE()Simo Sorce14-68/+51
2001-09-12Some patches to authentication:Tim Potter1-4/+4
2001-09-10convert more code to use XFILEAndrew Tridgell1-6/+0
2001-09-10more static/dead fnsAndrew Tridgell2-11/+2
2001-09-10kill a dead fn and make a local one staticAndrew Tridgell2-80/+4
2001-09-05more warning fixes on solarisAndrew Tridgell5-6/+10
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell6-69/+99
2001-09-04don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell7-104/+94
2001-08-30merge from 2.2Gerald Carter1-1/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-0/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-43/+73
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell6-33/+33
2001-08-24get rid of compiler warningsHerb Lewis2-3/+4
2001-08-24Make domain_client_validate return a status code instead of a boolean.Tim Potter1-10/+10
2001-08-23Added copyright for me and AB.Tim Potter1-0/+2
2001-08-22Added another authentication interface to winbindd. The Challenge ResponseTim Potter6-26/+210
2001-08-18More Realloc fixes.Jeremy Allison2-4/+13
2001-08-18More Realloc fixes.Jeremy Allison1-7/+17
2001-08-13Fixed up 'orrible formatting.Tim Potter1-21/+21
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce4-12/+24
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-1/+14
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-8/+48
2001-07-25Merge of change machine account password race fix from appliance branch.Tim Potter1-1/+17
2001-07-25a better test for unix domain socketsAndrew Tridgell1-1/+1
2001-07-23In wb_samr_query_dispinfo() pass back the 32-bit status code fromTim Potter1-10/+10
2001-07-23Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashingTim Potter1-8/+42
2001-07-19Merged across rewritten version of winbindd_kill_connections(). This nowTim Potter1-22/+15
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell6-11/+11
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell1-0/+17
2001-07-08allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2-9/+7