Fix typo.
[samba.git] / source3 / nsswitch /
2004-03-04 Gerald CarterBUG 848: don't create winbind local users/groups that...
2004-02-10 Gerald Carterfix more compiler warning after the latest static rampage
2004-02-08 Andrew BartlettAdd more static...
2004-02-08 Andrew Bartlettnsswitch/winbindd_util.c:
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-02-04 Gerald Carterreturn NSS_SUCCESS if we have found the max number...
2004-02-02 Jeremy AllisonA few fixes from "L. Lucius" <ib@digicron.com>. Don...
2004-01-29 Andrew Tridgellcompletely rewrote the AIX UESS backend (UESS is the...
2004-01-29 Richard SharpeRemove an unused parameter from reload_services_file.
2004-01-26 Andrew BartlettThis adds client-side support for the unicode/SAMR...
2004-01-23 Volker LendeckeFix typo
2004-01-16 Volker LendeckeCommit sid<->[ug]id extensions to libnss_winbind.so...
2004-01-15 Volker LendeckeAnd another memory corruption in winbind. Arg 3 of...
2004-01-15 Volker LendeckeFix a segfault in winbindd. Calling getusersids with...
2004-01-15 Gerald CarterBUG 936: fix bind credentials for schannel binds in...
2004-01-14 Gerald CarterFix initgroups() call nss_winbind on solaris; patch...
2004-01-14 Gerald Carter* Revert to using rpc for mixed mode AD domains.
2004-01-14 Andrew BartlettRemove duplicate comment.
2004-01-12 Gerald Carterfixing compile problems due to my recent ads.h changes
2004-01-11 Stefan Metzmacherupdate copyright to -2004
2004-01-08 Jelmer VernooijUse StrCaseCmp, not strcasecmp. Should fix winbind...
2004-01-08 Gerald Carterfix segfault when sid_ptr == 0 in DsEnumDomainTrusts...
2004-01-08 Gerald Carterfix a seg fault caused by abartlet's last checkin;...
2004-01-08 Andrew Bartlettuse SAFE_FREE(), not free().
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-08 Andrew BartlettMove more of winbind to use 'find_our_domain()' rather...
2004-01-08 Andrew BartlettThe correct test for 'is our primary domain' is domain...
2004-01-07 Andrew BartlettMachines are people too!
2004-01-07 Andrew BartlettDon't duplicate pulling the 'IPC' username from secrets...
2004-01-06 Gerald Carterremove unused seek_file(); don't hardcode '\' when...
2004-01-06 Andrew BartlettEnsure that for wbinfo --set-auth-user, we actually...
2004-01-05 Volker LendeckeFix warning
2004-01-05 Andrew Bartlettshorten some more lines.
2004-01-05 Andrew BartlettGrumble... grumble... fix the build...
2004-01-05 Andrew BartlettShow the sid type in name->sid translatons in a way...
2004-01-05 Andrew BartlettChange our Domain controller lookup routines to more...
2004-01-05 Andrew BartlettAdd const.
2004-01-05 Andrew Bartlettrpc_client/cli_lsarpc.c:
2004-01-05 Andrew BartlettFix for bug 707, getent group for huge ads groups ...
2004-01-05 Andrew BartlettWe can't possilby get 'ok' here, as the if statement...
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2004-01-03 Volker LendeckeAnd yet another const
2004-01-02 Andrew BartlettUnder certain error conditions (a talloc() failure...
2004-01-02 Andrew BartlettHaving no members of a group is a perfectly valid ...
2004-01-01 Volker LendeckeAfter talking with abartlet remove the fix for bug...
2004-01-01 Volker LendeckeFix for bug 707, getent group for huge ads groups ...
2003-12-31 Andrew BartlettChanges to our PAM code to cope with the fact that...
2003-12-31 Andrew BartlettForgot to commit this for the 'get our primary domain...
2003-12-31 Andrew BartlettJerry rightly complained that we can't assume that...
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-30 Andrew BartlettGet the DOMAIN\username around the right way (I had...
2003-12-30 Andrew BartlettTry to gain a bit more consistancy in the output of...
2003-12-23 John TerpstraFix typo.
2003-12-11 Gerald Carterfixed bad formal parameter type in get_static(); patch...
2003-12-04 Gerald Carterfix debug message
2003-11-27 Tim PotterCorrect freebsd 5.1 support for winbind contributed...
2003-11-27 Gerald Carteruse samr_dispinfo(level == 1) for enumerating domain...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-26 Andrew BartlettMerge from 3.0:
2003-11-25 Andrew BartlettAdd a comment, and a useful debug message.
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-19 Andrew Tridgellas discussed on irc, this is a small patch that allows...
2003-11-12 Andrew Tridgella small include file rearrangement that doesn't affect...
2003-11-07 Gerald Carterfix for bug 680 (heads up). This gist is to map the
2003-11-07 Gerald Carterfix for bug 680 (heads up). This gist is to map the
2003-11-06 Tim PotterFinal round of printf warnings fixes for the moment.
2003-11-05 Tim PotterMerge of setenv->putenv for winbind client.
2003-11-04 Tim PotterUse a static string instead of malloced one in winbind_...
2003-11-03 Jeremy AllisonFix for winbindd on HPUX from albert chin (china@thewri...
2003-11-03 Jeremy AllisonFix for winbindd on HPUX from albert chin (china@thewri...
2003-11-02 Tim PotterUse putenv() instead of setenv() in the winbind_{off...
2003-10-31 Gerald Carterset- set-assword when invoking --set-auth-user and...
2003-10-31 Gerald Carterprompt for password when invoking --set-auth-user and...
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-21 Jeremy AllisonMerge tridge's AIX fixes.
2003-10-21 Andrew Tridgellfixed a number of bugs and memory leaks in the AIX...
2003-10-21 Tim PotterMerge of spelling fix from HEAD.
2003-10-16 Richard SharpeRemove DEBUG statement from wb_common.c as it should...
2003-10-14 Tim PotterUndo previous commit because it breaks the build.
2003-10-13 Richard SharpePut back the changes that Simo reverted and fix a speli...
2003-10-13 Simo SorceSo here it is a non-intrusive patch with my latest...
2003-10-13 Richard SharpePull my previous changes into head as well.
2003-10-13 Richard SharpeAdd a better error message to wb_common.c when unable...
2003-10-13 Gerald Cartermake sure to use the escaped DN; patch from Guenther...
2003-10-13 Gerald Cartermake sure to use the escaped DN; patch from Guenther...
2003-10-10 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-03 Gerald Carterdon't call ads_destroy() twice; fixes segfault in winbi...
2003-10-03 Gerald Carterdon't call ads_destroy() twice; fixes segfault in winbi...
2003-09-24 Gerald Carterfixing a bug in the retry loop for winbindd_pam_auth...
2003-09-24 Gerald Carterfixing a bug in the retry loop for winbindd_pam_auth...
2003-09-22 Gerald Carterfix some warnings found by the Sun C compiler
2003-09-22 Gerald Carterfix some warnings found by the Sun C compiler
2003-09-17 Jeremy AllisonObviously correct typo bugfix from Lin Li <linl@xandro...
2003-09-17 Jeremy AllisonObviously correct typo bugfix from Lin Li <linl@xandro...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Gerald Carterfix valgrind errors; don't access cli_state pointer...
next