summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-06-03errors: add more WERRORs.Günther Deschner2-0/+10
2008-06-03netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().Günther Deschner3-0/+138
2008-06-03re-run make idl.Günther Deschner3-1/+87
2008-06-03netapi: add NetGroupAddUser() and NetGroupDelUser() to IDL.Günther Deschner1-0/+12
2008-06-03netapi: add NetGroupGetInfo() example code.Günther Deschner2-1/+129
2008-06-03netapi: Implement NetGroupGetInfo_r().Günther Deschner1-2/+213
2008-06-03netapi: add dummy implementation of NetGroupGetInfo().Günther Deschner4-0/+93
2008-06-03re-run make idl.Günther Deschner3-1/+54
2008-06-03netapi: add NetGroupGetInfo() to IDL.Günther Deschner1-0/+7
2008-06-03netapi: Add NetGroupSetInfo() example code.Günther Deschner2-1/+149
2008-06-03netapi: implement NetGroupSetInfo_r().Günther Deschner1-2/+225
2008-06-03netapi: Add dummy implementation of NetGroupSetInfo().Günther Deschner4-1/+104
2008-06-03re-run make idl.Günther Deschner3-1/+62
2008-06-03netapi: add NetGroupSetInfo to IDL.Günther Deschner1-0/+16
2008-06-03netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.Günther Deschner1-2/+2
2008-06-03netapi: add NetGroupDel() example code.Günther Deschner2-1/+89
2008-06-03netapi: implement NetGroupDel_r().Günther Deschner1-2/+209
2008-06-03net: Use NetGroupAdd() for adding domain groups.Günther Deschner1-61/+30
2008-06-03netapi: add NetGroupAdd() example code.Günther Deschner2-1/+97
2008-06-03netapi: implement NetGroupAdd_r().Günther Deschner1-2/+237
2008-06-03doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.Günther Deschner2-0/+5
2008-06-03netapi: Add NetGroupDel/NetGroupAdd header.Günther Deschner1-0/+71
2008-06-03libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().Günther Deschner4-2/+159
2008-06-03re-run make idl.Günther Deschner3-1/+42
2008-06-03idl: add NetGroupDel() to libnetapi.Günther Deschner1-0/+5
2008-06-03re-run make idl.Günther Deschner3-1/+148
2008-06-03idl: add NetGroupAdd() to libnetapi.Günther Deschner1-0/+40
2008-06-02Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison1-2/+18
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison4-115/+349
2008-05-30minor memory leak fixChere Zhou1-0/+1
2008-05-30Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison1-3/+2
2008-05-30Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison3-12/+17
2008-05-30Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison35-286/+188
2008-05-30From Michael R Sweet <mike@easysw.com>.Jeremy Allison1-1/+1
2008-05-30Fix security=server, bug 5502Volker Lendecke1-2/+4
2008-05-29Tiny memory leakMarc VanHeyningen1-0/+2
2008-05-29Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2-9/+6
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison7-212/+20
2008-05-28Fix Bug #5285. (libcap header mismatch)Günther Deschner3-47/+9
2008-05-28lib/events: use mem_context given to event_context_init().Michael Adam1-1/+1
2008-05-28fix build: add missing prototype of msg_close_file()Michael Adam1-0/+5
2008-05-28fix the build after prototype change.Michael Adam1-1/+1
2008-05-28build: Fix the build after prototype change.Günther Deschner1-1/+1
2008-05-27A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2-0/+7
2008-05-27Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison2-0/+5
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison6-4/+97
2008-05-27wbinfo: prompt for password when none has been given.Günther Deschner1-1/+18
2008-05-27drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4).Günther Deschner1-1/+1
2008-05-27libwbclient: fix typo.Günther Deschner1-1/+1
2008-05-27dsgetdcname: use family (instead of sa_family).Günther Deschner1-1/+1