summaryrefslogtreecommitdiffstats
path: root/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: Re-Fix a bug that was fixed with e5741e27c4cVolker Lendecke2010-04-134-29/+56
* libwbclient: Remove a pointless variableVolker Lendecke2010-04-131-3/+1
* lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf sys...Stefan Metzmacher2010-04-121-2/+2
* nsswitch/wbinfo: Fix the S4 header checkKai Blin2010-04-111-1/+1
* libwbclient: Fix a memleak in wbcGetDisplayNameVolker Lendecke2010-04-101-0/+1
* libwbclient: Ensure correct 0-termination in wbcGetSidAliasesVolker Lendecke2010-04-101-0/+1
* libwbclient: Fix some memleaks in the testsVolker Lendecke2010-04-091-0/+7
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: more places missing libreplaceAndrew Tridgell2010-04-061-4/+1
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-063-0/+6
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-3/+2
* build: check libc first for several librariesAndrew Tridgell2010-04-061-1/+1
* build: check for pam headersAndrew Tridgell2010-04-061-0/+5
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-2/+3
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-062-0/+37
* libwbclient: Fix a memleak in wbcListTrustsVolker Lendecke2010-04-041-8/+3
* libwbclient: Fix memleaks in testsVolker Lendecke2010-04-041-0/+10
* libwbclient: Fix a memleak in wbcListTrustsVolker Lendecke2010-04-041-0/+3
* libwbclient: Streamline result processing of wbcCredentialCache()Volker Lendecke2010-04-041-4/+2
* libwbclient: Fix a memleak in wbcCredentialCacheVolker Lendecke2010-04-041-0/+1
* libwbclient: Both talloc_free and wbcFreeMemory deal with NULLVolker Lendecke2010-04-032-18/+6
* s3: Add wbinfo --logoffVolker Lendecke2010-04-021-0/+23
* s3: Remove some pointless break statementsVolker Lendecke2010-04-021-3/+0
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* s3: Fix bug 7202Volker Lendecke2010-03-201-0/+5
* NSS:winbind_struct_protocol.h - fix typoMatthias Dieter Wallnöfer2010-03-131-1/+1
* s4: allow pam_winbind.so to be build on samba4Matthieu Patou2010-03-111-0/+7
* s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests t...Matthieu Patou2010-03-111-0/+24
* nsswitch: build libnss_winbind.so with SOVERSION = 2Stefan Metzmacher2010-03-101-0/+2
* nsswitch: don't use socket_wrapper for winbind client codeStefan Metzmacher2010-03-101-2/+1
* nsswitch: build libnss_winbindd.so only for the non merged buildStefan Metzmacher2010-03-101-0/+2
* s4:unittest Fix unittest to reflect that wbinfo -r no longer failMatthieu Patou2010-03-091-1/+2
* s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.Bo Yang2010-03-061-1/+1
* s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 oneMatthieu Patou2010-03-031-1/+1
* nsswitch: libpam remove depedance on locale.h use directly LOCALEDIRMatthieu Patou2010-03-032-2/+1
* libwbclient: Fix s4 build failure by fixing up includes.Kai Blin2010-02-136-3/+4
* libwbclient: Separate out the async functionsKai Blin2010-02-139-1763/+2066
* libwbclient: Test wbcLookupName async functionsKai Blin2010-02-111-0/+79
* libwbclient: Implement wbcLookupName_send/recvKai Blin2010-02-112-0/+137
* libwbclient: Implement wbcAuthenticateUserEx_send/recvKai Blin2010-02-112-0/+280
* libwbclient: Implement wbcLookupSid_send/recvKai Blin2010-02-112-0/+140
* libwbclient: Implement wbcGidToSid_send/recvKai Blin2010-02-112-0/+117
* libwbclient: Implement wbcSidToGid_send/recvKai Blin2010-02-112-0/+107
* libwbclient: Implement wbcUidToSid_send/recvKai Blin2010-02-112-0/+116
* libwbclient: Implement wbcSidToUid_send/recvKai Blin2010-02-112-0/+108
* libwbclient: Add wbcInterfaceDetails_send/recvKai Blin2010-02-113-5/+231
* libwbclient: Add wbcDomainInfo_send/recv callsKai Blin2010-02-112-1/+155
* libwbclient: Add wbcDomainName_send/recv callKai Blin2010-02-112-0/+101
* libwbclient: Add wbcNetbiosName_send/recv callsKai Blin2010-02-112-0/+102