summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Fix build warning.Günther Deschner2008-01-301-1/+0
* Fix uninitialized variablesVolker Lendecke2008-01-292-15/+15
* Allow NULL request and/or response pointers to be passed to wbcRequestRespons...Gerald W. Carter2008-01-291-5/+1
* Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
* libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher2008-01-211-2/+2
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-173-17/+18
* nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher2008-01-151-0/+8
* libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
* Some coding convention pedantism.Günther Deschner2008-01-035-17/+17
* Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter2008-01-021-2/+4
* Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-022-22/+19
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
* Fix wbcPing()Volker Lendecke2007-12-231-1/+9
* Fix const warning.Jeremy Allison2007-12-211-5/+8
* Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-211-1/+1
* De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-212-546/+64
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-2112-0/+3000
* Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam2007-12-202-1/+2
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-5/+5
* Use sid_to_string directlyVolker Lendecke2007-12-151-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher2007-12-141-10/+12
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-122-21/+0
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-121-5/+0
* Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2007-12-111-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-3/+3
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-072-42/+80
* Don't double define fstring.Jeremy Allison2007-12-071-0/+2
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-5/+0
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-031-3/+3
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-261-22/+19
* Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter2007-11-211-1/+3
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-242-3/+17
* Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner2007-10-191-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-53/+53
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-2/+1
* Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner2007-10-111-1/+4
|\
| * Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+4
* | Rename krb5 locator plugin to "winbind_krb5_locator".Guenther Deschner2007-10-111-0/+0
|/
* r25493: Fix typo in Jeremy's thread-safe winbind patch:Jim McDonough2007-10-101-1/+1
* r25441: Make wbinfo --sequence output the sequence number if --domainMichael Adam2007-10-101-1/+8
* r25426: Fix another implicit cast warning.Michael Adam2007-10-101-1/+1
* r25406: Make the Linux nss client code thread-safe.Jeremy Allison2007-10-101-12/+181
* r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2007-10-102-3/+1
* r25177: if configured using --enable-socket-wrapperStefan Metzmacher2007-10-102-1/+22
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-1032-29961/+0
* r25152: fix headers used in wbinfo.cStefan Metzmacher2007-10-101-2/+1
* r25148: Adapt to coding conventions.Günther Deschner2007-10-101-414/+697
* r25146: rename winbindd_nss.h => winbind_struct_protocol.hStefan Metzmacher2007-10-103-5/+3