Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-12 | s3: Remove "struct ip_service" from resolve_wins | Volker Lendecke | 1 | -8/+7 | |
2011-06-12 | nsswitch: Remove some refs to the global winbindd_fd | Volker Lendecke | 1 | -8/+10 | |
2011-06-10 | nsswitch/winbind_client.h: fix licence/copyright | Günther Deschner | 1 | -0/+29 | |
Guenther | |||||
2011-06-10 | nsswitch/pam_winbind.h: fix licence/copyright. | Günther Deschner | 1 | -0/+48 | |
Guenther | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-05 | nss_wins: Add a stackframe to lookup_byname_backend() | Volker Lendecke | 1 | -3/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jun 5 15:17:42 CEST 2011 on sn-devel-104 | |||||
2011-06-01 | Remove a PATH_MAX. | Jeremy Allison | 1 | -2/+3 | |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-17 | Fix redefinition of fstrcpy. | Jeremy Allison | 1 | -1/+7 | |
2011-05-16 | s3: Fix return check in nss_wins | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon May 16 00:30:42 CEST 2011 on sn-devel-104 | |||||
2011-05-08 | nsswitch: Fix build check logic | Kai Blin | 1 | -1/+1 | |
Only build pam_winbind.so if we want pam modules _and_ have the libs Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sun May 8 23:56:33 CEST 2011 on sn-devel-104 | |||||
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -2/+0 | |
2011-05-05 | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 2 | -15/+15 | |
2011-05-05 | Clean up some const and other compiler warnings. | Jeremy Allison | 1 | -8/+8 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104 | |||||
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -1/+1 | |
2011-05-03 | Remove strlower_m() and strupper_m() from source4 and common code. | Andrew Bartlett | 1 | -1/+0 | |
This function is problematic because a string may expand in size when changed into upper or lower case. This will then push characters off the end of the string in the s3 implementation, or panic in the former s4 implementation. Andrew Bartlett | |||||
2011-04-19 | Fix Bug #8099 setpwent() actually does endpwent() and vice versa on FreeBSD | Sergey Korsak | 1 | -4/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 19 19:15:14 CEST 2011 on sn-devel-104 | |||||
2011-04-16 | selftest: Remove duplication between BUILDIR and BINDIR | Andrew Bartlett | 1 | -1/+1 | |
Just have BINDIR, and have it default to ./bin Andrew Bartlett | |||||
2011-04-13 | nsswitch: Add wbinfo --sids-to-unix-ids | Volker Lendecke | 1 | -0/+78 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | libwbclient: Add wbcSidsToUnixIds | Volker Lendecke | 2 | -1/+124 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | nsswitch: wbinfo --lookup-sids | Volker Lendecke | 1 | -0/+63 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | libwbclient: Add wbcLookupSids | Volker Lendecke | 2 | -0/+193 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add winbindd_lookupsids | Volker Lendecke | 1 | -1/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-30 | s3: Fix Coverity ID 2217: RESOURCE_LEAK | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 10:45:44 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3: Fix Coverity ID 2220: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 | |
2011-03-30 | s3: Fix Coverity ID 2221: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 | |
2011-03-30 | s3: Fix Coverity ID 2222: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 | |
2011-03-30 | s3: Fix Coverity ID 2223: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 | |
2011-03-27 | s3: Fix Coverity ID 2200: NULL_RETURNS (cut&paste error) | Volker Lendecke | 1 | -1/+1 | |
2011-03-16 | s3: Fix Coverity ID 2148, FORWARD_NULL | Volker Lendecke | 1 | -3/+2 | |
Further down we unconditionally reference *info | |||||
2011-03-15 | libwbclient: CID 2199 -- NULL pointer return | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 12:08:48 CET 2011 on sn-devel-104 | |||||
2011-03-10 | libwbclient: Add some input check | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 11:10:30 CET 2011 on sn-devel-104 | |||||
2011-03-10 | libwbclient: Remove a pointless check | Volker Lendecke | 1 | -1/+2 | |
2011-03-05 | wbinfo: Use wbcSidToStringBuf | Volker Lendecke | 1 | -60/+14 | |
2011-03-05 | wbinfo: Fix a debug message | Volker Lendecke | 1 | -1/+1 | |
2011-03-05 | pam_winbind: Use wbcSidToStringBuf | Volker Lendecke | 1 | -12/+3 | |
2011-03-05 | libwbclient: Use wbcSidToStringBuf | Volker Lendecke | 3 | -55/+11 | |
2011-03-05 | libwbclient: Add wbcSidToStringBuf | Volker Lendecke | 2 | -16/+50 | |
2011-03-05 | nsswitch: wbcFreeMemory deals fine with NULL | Volker Lendecke | 2 | -21/+7 | |
2011-03-02 | s3: Attempt to fix the build on IRIX | Volker Lendecke | 1 | -55/+10 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 2 11:33:05 CET 2011 on sn-devel-104 | |||||
2011-02-28 | nsswitch: Eliminate select from wb_common | Volker Lendecke | 1 | -28/+27 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 28 17:26:18 CET 2011 on sn-devel-104 | |||||
2011-02-18 | nsswitch: make libwbclient a public library again. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 1 | -1/+1 | |
When called from a library, we don't want to call this, as we may overwrite some of our calling program's context. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104 | |||||
2011-02-18 | nsswitch: depend on dl | Andrew Tridgell | 1 | -1/+1 | |
The previous merge in this area didn't preserve the 'dl' depedency, which may be required on some platforms. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 3 | -0/+512 | |
Guenther | |||||
2011-02-17 | s3-waf: make most of the nsswitch common. | Günther Deschner | 1 | -3/+10 | |
Guenther | |||||
2011-02-17 | s4-waf: move wbinfo buildrule to winbind. | Günther Deschner | 1 | -5/+0 | |
Will be moved back later, once we have a more common samba-util.so Guenther | |||||
2011-02-10 | nsswitch: fix a segfault in the krb5 locator plugin | Christian Ambach | 1 | -1/+1 | |
after the number of retries was exceeded, the loop did not bail out correctly with an error and went on using a null pointer | |||||
2011-02-10 | s3: Slightly simplify winbind_write_sock | Volker Lendecke | 1 | -16/+14 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 10 17:00:46 CET 2011 on sn-devel-104 | |||||
2011-02-10 | libwbclient: doxygen: mark wbcSetGidHwm deprecated | Michael Adam | 1 | -0/+3 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Feb 10 14:42:24 CET 2011 on sn-devel-104 |