summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter2001-11-053-41/+86
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+3
* Removed unneeded extern.Tim Potter2001-10-311-2/+0
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-72/+15
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-313-4/+14
* Don't force winbind to use non-local DC's.Volker Lendecke2001-10-291-1/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-4/+4
* Hey where did those 4 character tabs come from?Tim Potter2001-10-291-4/+4
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-293-11/+26
* Added some connection checking code. Doesn't work yet though.Tim Potter2001-10-271-10/+43
* Fix for fussy Solaris compiler.Tim Potter2001-10-211-3/+1
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-194-20/+29
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-195-87/+106
* Some reformatting.Tim Potter2001-10-141-6/+10
* Pass domain structure around in cache code rather than the domain name.Tim Potter2001-10-143-32/+29
* Resurrected sam sequence number code.Tim Potter2001-10-141-117/+175
* Converted a few winbind functions to use a talloc context that is destroyedTim Potter2001-10-121-32/+72
* Removed some unused code from the recent cleanup.Tim Potter2001-10-122-291/+2
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-103-68/+37
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-096-110/+208
* More work on winbindd connection rewrite:Tim Potter2001-10-085-179/+353
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-059-380/+588
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-5/+12
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-022-6/+0
* move to SAFE_FREE()Simo Sorce2001-09-1714-68/+51
* Some patches to authentication:Tim Potter2001-09-121-4/+4
* convert more code to use XFILEAndrew Tridgell2001-09-101-6/+0
* more static/dead fnsAndrew Tridgell2001-09-102-11/+2
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-102-80/+4
* more warning fixes on solarisAndrew Tridgell2001-09-055-6/+10
* fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-056-69/+99
* don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-047-104/+94
* merge from 2.2Gerald Carter2001-08-301-1/+1
* merge from APPLIANCE_TNGGerald Carter2001-08-301-0/+1
* merge from APPLIANCE_TNGGerald Carter2001-08-301-43/+73
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-276-33/+33
* get rid of compiler warningsHerb Lewis2001-08-242-3/+4
* Make domain_client_validate return a status code instead of a boolean.Tim Potter2001-08-241-10/+10
* Added copyright for me and AB.Tim Potter2001-08-231-0/+2
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-226-26/+210
* More Realloc fixes.Jeremy Allison2001-08-182-4/+13
* More Realloc fixes.Jeremy Allison2001-08-181-7/+17
* Fixed up 'orrible formatting.Tim Potter2001-08-131-21/+21
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-124-12/+24
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-1/+14
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-8/+48
* Merge of change machine account password race fix from appliance branch.Tim Potter2001-07-251-1/+17
* a better test for unix domain socketsAndrew Tridgell2001-07-251-1/+1
* In wb_samr_query_dispinfo() pass back the 32-bit status code fromTim Potter2001-07-231-10/+10