Age | Commit message (Expand) | Author | Files | Lines |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -2/+8 |
2008-03-06 | Fix a memleak | Volker Lendecke | 1 | -0/+1 |
2008-02-28 | winbind: use a struct element for WBFLAG_PAM_UNIX_NAME | Stefan Metzmacher | 2 | -2/+4 |
2008-02-27 | Fix caller of node_status_query() to use sockaddr_storage(). | Michael Adam | 1 | -3/+5 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-15 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2 | -38/+95 |
2008-02-15 | wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co... | Stefan Metzmacher | 1 | -1/+4 |
2008-02-15 | libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -21/+7 |
2008-02-15 | libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -4/+36 |
2008-02-15 | libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters | Stefan Metzmacher | 1 | -12/+48 |
2008-02-14 | Fix "warning: 'cmd' may be used uninitialized in this function" | Jeremy Allison | 1 | -0/+3 |
2008-02-13 | wbinfo: use wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -47/+43 |
2008-02-13 | libwbclient: add wbcAuthenticateUserEx() function | Stefan Metzmacher | 3 | -1/+460 |
2008-02-13 | nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros | Stefan Metzmacher | 2 | -30/+8 |
2008-02-11 | libwbclient: implement wbcErrorString() | Stefan Metzmacher | 2 | -1/+35 |
2008-02-05 | The krb5 locator should now be correctly able to handle | Jeremy Allison | 1 | -4/+4 |
2008-02-05 | Remove unused marshalling for SAMR_CONNECT. | Günther Deschner | 1 | -1/+1 |
2008-02-04 | Use the proper boolean constants in wbinfo.c . | Michael Adam | 1 | -73/+73 |
2008-02-04 | Reformatting: Fix spacing in wbinfo.c . | Michael Adam | 1 | -86/+85 |
2008-02-04 | Prevent a segfault when "wbinfo -a" is called without password. | Michael Adam | 1 | -1/+3 |
2008-02-01 | NetBSD needs PAM_SM_SESSION | Volker Lendecke | 1 | -0/+1 |
2008-01-30 | Fix build warning. | Günther Deschner | 1 | -1/+0 |
2008-01-29 | Fix uninitialized variables | Volker Lendecke | 2 | -15/+15 |
2008-01-29 | Allow NULL request and/or response pointers to be passed to wbcRequestRespons... | Gerald W. Carter | 1 | -5/+1 |
2008-01-24 | Fix missing error check that caused crash when winbindd not running. | Jeremy Allison | 1 | -0/+1 |
2008-01-21 | libwbclient: use the same style in each switch case for the error mapping | Stefan Metzmacher | 1 | -2/+2 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 3 | -17/+18 |
2008-01-15 | nsswitch/: we don't need socket or nss wrapper in the winbind client code | Stefan Metzmacher | 1 | -0/+8 |
2008-01-15 | libwbclient: move wbc_err.h into wbclient.h as we only install one header | Stefan Metzmacher | 2 | -52/+26 |
2008-01-03 | Some coding convention pedantism. | Günther Deschner | 5 | -17/+17 |
2008-01-02 | Fix some C++ warnings (patch was Volker's) - implicit case from void* to char* | Gerald (Jerry) Carter | 1 | -2/+4 |
2008-01-02 | Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory. | Gerald (Jerry) Carter | 2 | -22/+19 |
2007-12-23 | Fix wbcAllocate[GU]id | Volker Lendecke | 1 | -12/+14 |
2007-12-23 | Fix wbcPing() | Volker Lendecke | 1 | -1/+9 |
2007-12-21 | Fix const warning. | Jeremy Allison | 1 | -5/+8 |
2007-12-21 | Compile fix: Correct use of wbcDomainInfo() after function signature change. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 2 | -546/+64 |
2007-12-21 | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 12 | -0/+3000 |
2007-12-20 | Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is... | Michael Adam | 2 | -1/+2 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -5/+5 |
2007-12-15 | Use sid_to_string directly | Volker Lendecke | 1 | -2/+2 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -1/+1 |
2007-12-14 | wbinfo: use POPT_COMMON_CONFIGFILE | Stefan Metzmacher | 1 | -10/+12 |
2007-12-12 | winbindd: remove unused WINBINDD_DUMP_MAPS support | Stefan Metzmacher | 2 | -21/+0 |
2007-12-12 | winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME calls | Stefan Metzmacher | 1 | -5/+0 |
2007-12-11 | Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R... | Jeremy Allison | 1 | -1/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2 | -3/+3 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 2 | -42/+80 |
2007-12-07 | Don't double define fstring. | Jeremy Allison | 1 | -0/+2 |
2007-12-07 | Remove pstrings completely except for smbctool (what does this do ?). | Jeremy Allison | 1 | -5/+0 |