Age | Commit message (Expand) | Author | Files | Lines |
2011-01-31 | nsswitch: libwbclient has vnum 1 now. | Günther Deschner | 1 | -1/+1 |
2011-01-27 | libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols) | Michael Adam | 1 | -3/+10 |
2011-01-27 | libwbclient: remove wbcSetGidHwm() - not implemented any more | Michael Adam | 2 | -15/+0 |
2011-01-27 | libwbclient: remove wbcSetUidHwm() - not implemented any more | Michael Adam | 2 | -15/+0 |
2011-01-27 | libwbclient: remove wbcRemoveGidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 |
2011-01-27 | libwbclient: remove wbcRemoveUidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 |
2011-01-27 | libwbclient: remove wbcSetGidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 |
2011-01-27 | libwbclient: remove wbcSetUidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 |
2011-01-27 | libwbclient: remove two unused defines | Michael Adam | 1 | -4/+0 |
2011-01-27 | wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more. | Michael Adam | 1 | -42/+0 |
2011-01-27 | wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more. | Michael Adam | 1 | -42/+0 |
2011-01-27 | wbinfo: remove --set-gid-mapping - winbindd does not implement that any more. | Michael Adam | 1 | -41/+0 |
2011-01-27 | wbinfo: remove --set-uid-mapping - winbindd does not implement that any more. | Michael Adam | 1 | -41/+0 |
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 4 | -2/+136 |
2011-01-08 | Move wins_lookup_open_socket_in() to remove a compile warning. | Jeremy Allison | 1 | -44/+43 |
2011-01-07 | s3: Make name_query use /tmp/.nmbd/unexpected | Volker Lendecke | 1 | -10/+3 |
2011-01-04 | Revert "nsswitch Add talloc depencency for nsstest" | Stefan Metzmacher | 1 | -1/+1 |
2011-01-04 | nsswitch: remove includes.h dependency from nsstest.c | Stefan Metzmacher | 1 | -16/+9 |
2011-01-04 | nsswitch Add talloc depencency for nsstest | Andrew Bartlett | 1 | -1/+1 |
2011-01-01 | nss_wins: Fix a type-punned warning | Volker Lendecke | 1 | -1/+2 |
2010-12-28 | s3: Make name_query return NTSTATUS | Volker Lendecke | 1 | -2/+5 |
2010-12-28 | s3: AllowDebugChange is gone | Volker Lendecke | 1 | -2/+0 |
2010-12-28 | Fix a memleak in nss_wins | Volker Lendecke | 1 | -0/+1 |
2010-12-28 | Fix a crash in libnss_wins | Volker Lendecke | 1 | -1/+1 |
2010-12-28 | s3: Remove an ancient typedef | Volker Lendecke | 1 | -3/+3 |
2010-12-19 | wb_reqtrans is not used in libwbclient | Volker Lendecke | 2 | -507/+0 |
2010-12-19 | Move wbc_async.[ch] to its only user: smbtorture3 | Volker Lendecke | 2 | -945/+0 |
2010-12-19 | libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.h | Volker Lendecke | 3 | -31/+63 |
2010-12-19 | s3: Add -P as an alias for --ping-dc | Volker Lendecke | 1 | -3/+2 |
2010-12-16 | s4-waf: nsstest only needs replace. | Günther Deschner | 1 | -1/+1 |
2010-12-15 | s3-waf: use shared libwbclient wscript_build. | Günther Deschner | 1 | -0/+1 |
2010-12-12 | build: change lib order to fix build on netbsd | Matthieu Patou | 1 | -1/+1 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-01 | s4/waf: add intl dependency for nss_winnbind | Björn Jacke | 1 | -1/+1 |
2010-11-27 | libwbclient: Correctly order the wbcAllocateMemory args | Volker Lendecke | 2 | -11/+11 |
2010-11-27 | libwbclient: Fix a division by zero | Volker Lendecke | 1 | -1/+1 |
2010-11-17 | developer: only do the C++ reserved name checking on Linux | Andrew Tridgell | 1 | -26/+0 |
2010-11-02 | s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead | Andrew Bartlett | 1 | -2/+1 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 4 | -105/+0 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename WBCLIENT to wbclient. | Jelmer Vernooij | 2 | -22/+22 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -2/+2 |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | waf: Rename LIBWINBIND-CLIENT to libwinbind-client | Jelmer Vernooij | 2 | -5/+5 |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-21 | nsswitch: make LIBWINBIND-CLIENT a private library | Andrew Tridgell | 1 | -5/+6 |
2010-10-21 | nsswitch: make LIBWBCLIENT a private library | Andrew Tridgell | 1 | -4/+5 |
2010-10-20 | nsstest: no need for two copies of the same tool. | Günther Deschner | 1 | -30/+114 |