summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-03re-run make idl.Günther Deschner3-1/+62
Guenther (This used to be commit cbaaa2972bb3bf1f67af3ca5d8acf9c2e5029ae1)
2008-06-03netapi: add NetGroupSetInfo to IDL.Günther Deschner1-0/+16
Guenther (This used to be commit febcbd2127183740a7d536fd26a65c3ed1d0df9e)
2008-06-03netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.Günther Deschner1-2/+2
Guenther (This used to be commit d62eae5705e001ed7e39832b52ae139c19549ab8)
2008-06-03netapi: add NetGroupDel() example code.Günther Deschner2-1/+89
Guenther (This used to be commit 08f345741110c6e25fa6a4349885c3066acf5205)
2008-06-03netapi: implement NetGroupDel_r().Günther Deschner1-2/+209
Guenther (This used to be commit bcf3df6ca96845755eee6c762f57548de8aba610)
2008-06-03net: Use NetGroupAdd() for adding domain groups.Günther Deschner1-61/+30
Guenther (This used to be commit 3f0ce34c626e7d4199239faee2ea3b4933c9df26)
2008-06-03netapi: add NetGroupAdd() example code.Günther Deschner2-1/+97
Guenther (This used to be commit 53272e29ad9c2a6c81ab35a405c57b1799f3f832)
2008-06-03netapi: implement NetGroupAdd_r().Günther Deschner1-2/+237
Guenther (This used to be commit b00bff961ea786b0cbd8ec7faf554efae72169ea)
2008-06-03doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.Günther Deschner2-0/+5
Guenther (This used to be commit 058cf7001e8a57ff0a1e19aadf3e0e068b7e69f4)
2008-06-03netapi: Add NetGroupDel/NetGroupAdd header.Günther Deschner1-0/+71
Guenther (This used to be commit 84104cb900774fd2987636e59e562477c3ed2977)
2008-06-03libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().Günther Deschner4-2/+159
Guenther (This used to be commit d690f9e9f8b8a0aeda311913589ae48805f7e3b8)
2008-06-03re-run make idl.Günther Deschner3-1/+42
Guenther (This used to be commit aaa439e1d16607caa320e55fc3963281993637ce)
2008-06-03idl: add NetGroupDel() to libnetapi.Günther Deschner1-0/+5
Guenther (This used to be commit d86cd8816c6a6458b6f4f9c33200faf627bd2e7a)
2008-06-03re-run make idl.Günther Deschner3-1/+148
Guenther (This used to be commit bad8b5e010adcd9df85c4b3a58678112d328e6b7)
2008-06-03idl: add NetGroupAdd() to libnetapi.Günther Deschner1-0/+40
Guenther (This used to be commit 7d1ca6f73407d9752402c84da4b41e224a434181)
2008-06-02Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison1-2/+18
not keeping primary domain online status up to date. Jeremy. (This used to be commit 0621c7c8161b7b94cc9249ab3e71855d3030b6fb)
2008-06-02Fix location of smbldap-toolsVolker Lendecke1-1/+1
Thanks to Miguel Medalha <miguelmedalha@sapo.pt> for pointing this out (This used to be commit 359b8d53d839bbf503915004c52bce9f09e6d785)
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison4-115/+349
backend. This allows winbindd when running on a Samba PDC to correctly answer wbinfo -u lists and other queries. Jeremy. (This used to be commit e61ad0c1586733ae1d3518ce56d95094d1ac5ef9)
2008-05-30minor memory leak fixChere Zhou1-0/+1
(This used to be commit 0c61631f345436bf88e93219c139af8cfbeea18b)
2008-05-30Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison1-3/+2
Jeremy. (This used to be commit 25e76a19f22cdf726928d6c4b165745de9e455d6)
2008-05-30Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ↵Jeremy Allison3-12/+17
way - deleting the socket! Jeremy. (This used to be commit 3ab5a3883e33eba159152aa02544d71f047c7e45)
2008-05-30Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison150-314/+26822
v3-3-test (This used to be commit 3d01248f63d0d476c16236453983ffe759d0b2c2)
2008-05-30From Michael R Sweet <mike@easysw.com>.Jeremy Allison1-1/+1
All, Noticed that smbspool.c still has my Easy Software Products copyright on it. The following patch fixes it to match the other code I've contributed over the years... Jeremy. (This used to be commit 9f5897e28dfa0d0563cd2568b4bedc601681e41b)
2008-05-30Working on bug #5475Derrell Lipman1-14/+34
- Add code to test whether smbc_stat() munges future smbc_getxattr() results. Derrell (This used to be commit 5f6b301f92e9e9d5ee1dab9ef8eca2cc77e12941)
2008-05-30Update libsmbclient examples to match new librariesDerrell Lipman2-2/+2
- talloc and tdb have been moved to separate libraries. Link with those. Derrell (This used to be commit e4060ad864ec9d4e9092a832c3c664ee31b6125a)
2008-05-30Fix security=server, bug 5502Volker Lendecke1-2/+4
This has brown paper bag quality and is definitely needed for 3.2.0. Thanks to Orion Poplawski for reporting this! Volker (This used to be commit 3b31f8cce3703645a57778bc752bc9b9e853df5d)
2008-05-29Tiny memory leakMarc VanHeyningen1-0/+2
(This used to be commit e7f76a0c65085dd1e7b50ea3537e11922e7d9ecd)
2008-05-29Fix winbindd on a PDC by reverting : ↵Jeremy Allison2-9/+6
83b04c60fac76ccd2d5aecb14f8896a07d488b1f..6e66512d5beb256a44c6703cdb8c7fa7e0fd8537. We still need to address https://bugzilla.redhat.com/show_bug.cgi?id=429024, but this will come later. Jeremy. (This used to be commit 41e20becf3b976656f60aaec9175df329803b012)
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison7-212/+20
can result in a buffer overrun. Jeremy. (This used to be commit 23b825e9d2c74c5b940cf4d3aa56c18692259972)
2008-05-28Fix Bug #5285. (libcap header mismatch)Günther Deschner3-47/+9
Can someone with gpfs available test this ? The only codepath using this function is the modules/gpfs.c module. The fix resolves at least the build issues Samba has with recent kernel / libcap versions by using the portable cap_get_proc()/cap_set_proc() interface (instead of using capget/capset). Guenther (This used to be commit 177955141247a4eb56ba0d82dc1add7f52175c40)
2008-05-28lib/events: use mem_context given to event_context_init().Michael Adam1-1/+1
Michael (This used to be commit f872a1f4428ed64bcfd832d981eea6446f05339e)
2008-05-28fix build: add missing prototype of msg_close_file()Michael Adam1-0/+5
Michael (This used to be commit 1a6f91755c412ab683c09f54e8ce76a66ed2bd19)
2008-05-28fix the build after prototype change.Michael Adam1-1/+1
Michael (This used to be commit d96634d037c76c36519bc9cac14dfa29c37a3213)
2008-05-28build: Fix the build after prototype change.Günther Deschner1-1/+1
Guenther (This used to be commit 68327e577dd12c157b0d7581b38c7a8dc06e08c7)
2008-05-27A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2-0/+7
Jeremy. Conflicts: source/utils/net_rap.c source/utils/net_rpc.c (This used to be commit ac0c2fb6e8c3d1b14a6e7490857a414a5fac6bb5)
2008-05-27Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison2-0/+5
Jeremy. (This used to be commit 201bcc8ed291b51be6f4508c6aa1cb17ce6dcbe3)
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison6-4/+97
Jeremy. (This used to be commit 7eeed8bb41059ec2bddedb6a71deddeec7f33af2)
2008-05-27Remove autogenerated html file form using_sambaGerald (Jerry) Carter1-2924/+0
(This used to be commit 94090f196a400651314530324e86c374f5a05657)
2008-05-27Adding initial copy of "Using Samba (3rd ed)"Gerald (Jerry) Carter110-0/+29486
(This used to be commit b77c46a36366d25dcdbc476963fbf43aaa4b9801)
2008-05-27Add simple script to build docsGerald (Jerry) Carter1-0/+25
(This used to be commit 0865f4615d3ee91673dd6d02c6537765f34b3129)
2008-05-27Depend on latexfigures files directly as using a rule in between causes ↵Jelmer Vernooij1-6/+4
problems. (This used to be commit bf3c2773f94c1db29a8a3e5935ff587f16f9a905)
2008-05-27Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.Gerald (Jerry) Carter1-6/+7
Have no idea why the previous sequence of characters was causing iconv to choke on my Ubuntu 8.04. Reword the entry some for clarity and to advoid this failure. (cherry picked from commit b0b4bd2466658deacb1de3d58154bcc8d198d675) (This used to be commit 4d89c39f267a5623f7050ff8db94bcdd191fca23)
2008-05-27wbinfo: prompt for password when none has been given.Günther Deschner1-1/+18
Guenther (This used to be commit 7c1f36d84a4c5779ea86923be69e209d0c9c0943)
2008-05-27drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4).Günther Deschner1-1/+1
Guenther (This used to be commit 895036829c137558f7c03c31a8747a51fd290d18)
2008-05-27libwbclient: fix typo.Günther Deschner1-1/+1
Guenther (This used to be commit 83c4a278dfefcef14a9640d319ddf5c7392cd16e)
2008-05-27dsgetdcname: use family (instead of sa_family).Günther Deschner1-1/+1
Guenther (This used to be commit 355fb81e9e42e507717f33a11793258db9169199)
2008-05-27re-run make idl.Günther Deschner2-4/+4
Guenther (This used to be commit b2cdf0f5d04c241791c1462d1b86c587156ac0c7)
2008-05-27idl: avoid sa_family as it its a macro on IRIX.Günther Deschner1-1/+1
Guenther (This used to be commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405)
2008-05-27doserr: add WERR_REVISION_MISMATCH.Günther Deschner2-0/+2
Guenther (This used to be commit 017ad275e51ff2d9ddfb4390979f16868f3e6a3f)
2008-05-27loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam1-0/+2
This fixes testparm printing "Error loading services." when there is only the global section in registry and no other service definition. Michael (This used to be commit 28d197220038b9a47af177b88a8587f865e45de5)