Age | Commit message (Expand) | Author | Files | Lines |
2008-06-03 | netapi: implement NetGroupSetInfo_r(). | Günther Deschner | 1 | -2/+225 |
2008-06-03 | netapi: Add dummy implementation of NetGroupSetInfo(). | Günther Deschner | 4 | -1/+104 |
2008-06-03 | re-run make idl. | Günther Deschner | 3 | -1/+62 |
2008-06-03 | netapi: add NetGroupSetInfo to IDL. | Günther Deschner | 1 | -0/+16 |
2008-06-03 | netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions. | Günther Deschner | 1 | -2/+2 |
2008-06-03 | netapi: add NetGroupDel() example code. | Günther Deschner | 2 | -1/+89 |
2008-06-03 | netapi: implement NetGroupDel_r(). | Günther Deschner | 1 | -2/+209 |
2008-06-03 | net: Use NetGroupAdd() for adding domain groups. | Günther Deschner | 1 | -61/+30 |
2008-06-03 | netapi: add NetGroupAdd() example code. | Günther Deschner | 2 | -1/+97 |
2008-06-03 | netapi: implement NetGroupAdd_r(). | Günther Deschner | 1 | -2/+237 |
2008-06-03 | doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT. | Günther Deschner | 2 | -0/+5 |
2008-06-03 | netapi: Add NetGroupDel/NetGroupAdd header. | Günther Deschner | 1 | -0/+71 |
2008-06-03 | libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel(). | Günther Deschner | 4 | -2/+159 |
2008-06-03 | re-run make idl. | Günther Deschner | 3 | -1/+42 |
2008-06-03 | idl: add NetGroupDel() to libnetapi. | Günther Deschner | 1 | -0/+5 |
2008-06-03 | re-run make idl. | Günther Deschner | 3 | -1/+148 |
2008-06-03 | idl: add NetGroupAdd() to libnetapi. | Günther Deschner | 1 | -0/+40 |
2008-06-02 | Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain child | Jeremy Allison | 1 | -2/+18 |
2008-05-30 | Split the winbindd_passdb backend into a 'builtin' and a 'sam' | Jeremy Allison | 4 | -115/+349 |
2008-05-30 | minor memory leak fix | Chere Zhou | 1 | -0/+1 |
2008-05-30 | Fix valgrind bug in debug statement. Don't reference uninitialized memory. | Jeremy Allison | 1 | -3/+2 |
2008-05-30 | Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ... | Jeremy Allison | 3 | -12/+17 |
2008-05-30 | Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-... | Jeremy Allison | 35 | -286/+188 |
2008-05-30 | From Michael R Sweet <mike@easysw.com>. | Jeremy Allison | 1 | -1/+1 |
2008-05-30 | Fix security=server, bug 5502 | Volker Lendecke | 1 | -2/+4 |
2008-05-29 | Tiny memory leak | Marc VanHeyningen | 1 | -0/+2 |
2008-05-29 | Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f... | Jeremy Allison | 2 | -9/+6 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 7 | -212/+20 |
2008-05-28 | Fix Bug #5285. (libcap header mismatch) | Günther Deschner | 3 | -47/+9 |
2008-05-28 | lib/events: use mem_context given to event_context_init(). | Michael Adam | 1 | -1/+1 |
2008-05-28 | fix build: add missing prototype of msg_close_file() | Michael Adam | 1 | -0/+5 |
2008-05-28 | fix the build after prototype change. | Michael Adam | 1 | -1/+1 |
2008-05-28 | build: Fix the build after prototype change. | Günther Deschner | 1 | -1/+1 |
2008-05-27 | A few cleanups from Chere Zhou <chere.zhou@isilon.com>. | Jeremy Allison | 2 | -0/+7 |
2008-05-27 | Memory leak fixes from Chere Zhou <czhou@isilon.com>. | Jeremy Allison | 2 | -0/+5 |
2008-05-27 | Allow server manager to close open files selected by id. | Jeremy Allison | 6 | -4/+97 |
2008-05-27 | wbinfo: prompt for password when none has been given. | Günther Deschner | 1 | -1/+18 |
2008-05-27 | drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4). | Günther Deschner | 1 | -1/+1 |
2008-05-27 | libwbclient: fix typo. | Günther Deschner | 1 | -1/+1 |
2008-05-27 | dsgetdcname: use family (instead of sa_family). | Günther Deschner | 1 | -1/+1 |
2008-05-27 | re-run make idl. | Günther Deschner | 2 | -4/+4 |
2008-05-27 | idl: avoid sa_family as it its a macro on IRIX. | Günther Deschner | 1 | -1/+1 |
2008-05-27 | doserr: add WERR_REVISION_MISMATCH. | Günther Deschner | 2 | -0/+2 |
2008-05-27 | loadparm: fix process_registry_shares() when there is only [global] in registry. | Michael Adam | 1 | -0/+2 |
2008-05-26 | Re-enable the evil "aio write behind" parameter. | Jeremy Allison | 1 | -0/+2 |
2008-05-26 | Remove unused function is_trusted_domain_situation(). | Michael Adam | 2 | -7/+0 |
2008-05-26 | winbind: correctly omit check for trusted domain support in cm_prepare_connec... | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash(). | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: add comment explaining logic in get_trust_pw_clear(). | Michael Adam | 1 | -2/+16 |
2008-05-26 | passdb: in get_trust_pw_clear() correctly fail if trusted domains not supported | Michael Adam | 1 | -1/+5 |