Age | Commit message (Expand) | Author | Files | Lines |
2009-09-16 | s3: Don't overwrite password in pam_winbind, subsequent pam modules | Bo Yang | 1 | -4/+0 |
2009-09-15 | nss_winbind: remove unused variable | Björn Jacke | 1 | -1/+0 |
2009-09-11 | s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the Winb... | Matthieu Patou | 1 | -0/+2 |
2009-09-04 | wbinfo: fix various valgrind warnings and an invalid free. | Günther Deschner | 1 | -7/+1 |
2009-09-01 | wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2 | Günther Deschner | 1 | -4/+15 |
2009-08-30 | s3:libwbclient: Fix bug 6349, initialize domain info struct | Volker Lendecke | 1 | -0/+2 |
2009-08-18 | wbinfo: Reduce test noise in the wbinfo blackbox test | Kai Blin | 1 | -3/+7 |
2009-08-18 | wbinfo: Use one codebase for Samba3 and Samba4. | Kai Blin | 3 | -1335/+8 |
2009-08-18 | s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVER | Kai Blin | 1 | -0/+8 |
2009-08-18 | s3 wbinfo: use wbcSidTypeString instead of sid_type_lookup | Kai Blin | 1 | -2/+2 |
2009-08-18 | libwbclient: Add wbcSidTypeString function. | Kai Blin | 2 | -1/+28 |
2009-08-18 | s3 wbinfo: Remove unused functions, use C99-types | Kai Blin | 1 | -6/+1 |
2009-08-18 | s3 wbinfo: Explicitly include popt header, remove unused common options. | Kai Blin | 1 | -1/+5 |
2009-08-18 | s3 wbinfo: Use talloc_strdup instead of SMB_STRDUP | Kai Blin | 1 | -21/+23 |
2009-08-18 | s3 wbinfo: Don't use global_myname() | Kai Blin | 1 | -2/+17 |
2009-08-18 | s3 wbinfo: Avoid ADD_TO_ARRAY macro. | Kai Blin | 1 | -1/+6 |
2009-08-18 | s3 wbinfo: Use uint32_t instead of uint32 | Kai Blin | 1 | -8/+8 |
2009-08-18 | s3 wbinfo: remove --get-auth-user and --set-auth-user functionality | Kai Blin | 1 | -89/+6 |
2009-08-18 | s3 wbinfo: Get rid of lp_ functions | Kai Blin | 1 | -100/+158 |
2009-08-16 | s3:winbind: Fix a potential segfault in libwbclient | Volker Lendecke | 1 | -1/+1 |
2009-08-08 | Make wbinfo also print the members when querying a group | Volker Lendecke | 1 | -2/+18 |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 1 | -0/+3 |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -1/+2 |
2009-07-18 | s3: add failure check. | Bo Yang | 1 | -1/+4 |
2009-07-18 | s3: compile warning and upn handling | Bo Yang | 1 | -13/+24 |
2009-06-19 | s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation. | Günther Deschner | 1 | -1/+2 |
2009-06-18 | libwbclient: fix returned LogonInfo in wbc_LogonUser(). | Günther Deschner | 1 | -2/+4 |
2009-06-18 | wbinfo: use wbcLogonUser for wbinfo -K. | Günther Deschner | 1 | -35/+76 |
2009-06-13 | libwbclient: Add debugging hooks. | Kai Blin | 2 | -0/+91 |
2009-06-12 | Fix wb_req_more(): Return 0 when done, read_pkt_send needs that | Volker Lendecke | 1 | -0/+5 |
2009-06-08 | nsswitch: try to fix segfault in nss_winbind on NetBSD found by torture test. | Günther Deschner | 1 | -2/+2 |
2009-06-08 | async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 | Stefan Metzmacher | 2 | -10/+4 |
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 7 | -0/+7 |
2009-06-04 | nsstest: Relicense header file to LGPLv3+ | Kai Blin | 1 | -8/+12 |
2009-05-30 | talloc_strdup "dir" in wb_context_init | Volker Lendecke | 1 | -1/+5 |
2009-05-30 | libwbclient: Store the winbind socket dir to use in the wb_context | Kai Blin | 2 | -3/+13 |
2009-05-30 | libwbclient: Silence a compiler warning | Kai Blin | 1 | -1/+1 |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 9 | -2/+1239 |
2009-05-25 | nsswitch/winbind_nss_aix.c(fill_grent): fixed memory leak. | Slava Semushin | 1 | -0/+3 |
2009-05-22 | s3: Fix request flags in wbinfo when perform krb5 authentication | Bo Yang | 1 | -1/+2 |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -19/+23 |
2009-05-05 | s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation. | Günther Deschner | 1 | -1/+1 |
2009-04-23 | Fix Coverity ID 626: DEADCODE | Volker Lendecke | 1 | -5/+0 |
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-... | Andrew Bartlett | 1 | -8/+8 |
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -3/+4 |
2009-04-03 | s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams. | Günther Deschner | 1 | -0/+1 |
2009-04-03 | s3-nsswitch: Fix Bug #6238. Make sure logoff is bla bla. | Günther Deschner | 1 | -2/+2 |
2009-03-16 | nsswitch: only define TALLOC_ZERO if needed | Stefan Metzmacher | 1 | -0/+2 |
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 4 | -0/+219 |