1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00
Commit Graph

28838 Commits

Author SHA1 Message Date
Günther Deschner
88d03b1645 netapi: add dummy implementation of NetGroupGetInfo().
Guenther
2008-06-03 01:27:43 +02:00
Günther Deschner
47a1db09a2 re-run make idl.
Guenther
2008-06-03 01:27:43 +02:00
Günther Deschner
68a7273020 netapi: add NetGroupGetInfo() to IDL.
Guenther
2008-06-03 01:27:43 +02:00
Günther Deschner
a81b302953 netapi: Add NetGroupSetInfo() example code.
Guenther
2008-06-03 01:27:42 +02:00
Günther Deschner
4d11c32874 netapi: implement NetGroupSetInfo_r().
Guenther
2008-06-03 01:27:42 +02:00
Günther Deschner
7e47bdc082 netapi: Add dummy implementation of NetGroupSetInfo().
Guenther
2008-06-03 01:27:42 +02:00
Günther Deschner
cbaaa2972b re-run make idl.
Guenther
2008-06-03 01:27:42 +02:00
Günther Deschner
febcbd2127 netapi: add NetGroupSetInfo to IDL.
Guenther
2008-06-03 01:27:42 +02:00
Günther Deschner
d62eae5705 netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.
Guenther
2008-06-03 01:27:41 +02:00
Günther Deschner
08f3457411 netapi: add NetGroupDel() example code.
Guenther
2008-06-03 01:27:41 +02:00
Günther Deschner
bcf3df6ca9 netapi: implement NetGroupDel_r().
Guenther
2008-06-03 01:27:41 +02:00
Günther Deschner
3f0ce34c62 net: Use NetGroupAdd() for adding domain groups.
Guenther
2008-06-03 01:27:41 +02:00
Günther Deschner
53272e29ad netapi: add NetGroupAdd() example code.
Guenther
2008-06-03 01:27:41 +02:00
Günther Deschner
b00bff961e netapi: implement NetGroupAdd_r().
Guenther
2008-06-03 01:27:41 +02:00
Günther Deschner
058cf7001e doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.
Guenther
2008-06-03 01:27:40 +02:00
Günther Deschner
84104cb900 netapi: Add NetGroupDel/NetGroupAdd header.
Guenther
2008-06-03 01:27:40 +02:00
Günther Deschner
d690f9e9f8 libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().
Guenther
2008-06-03 01:27:40 +02:00
Günther Deschner
aaa439e1d1 re-run make idl.
Guenther
2008-06-03 01:27:40 +02:00
Günther Deschner
d86cd8816c idl: add NetGroupDel() to libnetapi.
Guenther
2008-06-03 01:27:40 +02:00
Günther Deschner
bad8b5e010 re-run make idl.
Guenther
2008-06-03 01:27:39 +02:00
Günther Deschner
7d1ca6f734 idl: add NetGroupAdd() to libnetapi.
Guenther
2008-06-03 01:27:39 +02:00
Jeremy Allison
0621c7c816 Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain child
not keeping primary domain online status up to date.
Jeremy.
2008-06-02 15:26:37 -07:00
Volker Lendecke
359b8d53d8 Fix location of smbldap-tools
Thanks to Miguel Medalha <miguelmedalha@sapo.pt> for pointing this out
2008-06-02 10:55:32 +02:00
Jeremy Allison
e61ad0c158 Split the winbindd_passdb backend into a 'builtin' and a 'sam'
backend. This allows winbindd when running on a Samba PDC to
correctly answer wbinfo -u lists and other queries.
Jeremy.
2008-05-30 23:49:36 -07:00
Chere Zhou
0c61631f34 minor memory leak fix 2008-05-30 17:55:14 -07:00
Jeremy Allison
25e76a19f2 Fix valgrind bug in debug statement. Don't reference uninitialized memory.
Jeremy.
2008-05-30 17:53:16 -07:00
Jeremy Allison
3ab5a3883e Fix bug #5504. winbindd children and parent were handing SIGTERM in the same way - deleting the socket!
Jeremy.
2008-05-30 17:52:54 -07:00
Jeremy Allison
3d01248f63 Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-test 2008-05-30 10:09:22 -07:00
Jeremy Allison
9f5897e28d From Michael R Sweet <mike@easysw.com>.
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.
2008-05-30 10:08:27 -07:00
Derrell Lipman
5f6b301f92 Working on bug #5475
- Add code to test whether smbc_stat() munges future smbc_getxattr() results.

Derrell
2008-05-30 10:38:35 -04:00
Derrell Lipman
e4060ad864 Update libsmbclient examples to match new libraries
- talloc and tdb have been moved to separate libraries.  Link with those.

Derrell
2008-05-30 10:24:55 -04:00
Volker Lendecke
3b31f8cce3 Fix security=server, bug 5502
This has brown paper bag quality and is definitely needed for 3.2.0.

Thanks to Orion Poplawski for reporting this!

Volker
2008-05-30 11:46:34 +02:00
Marc VanHeyningen
e7f76a0c65 Tiny memory leak 2008-05-29 14:26:50 -07:00
Jeremy Allison
41e20becf3 Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f..6e66512d5beb256a44c6703cdb8c7fa7e0fd8537.
We still need to address https://bugzilla.redhat.com/show_bug.cgi?id=429024, but this
will come later.
Jeremy.
2008-05-29 10:37:52 -07:00
Jeremy Allison
23b825e9d2 Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
can result in a buffer overrun.
Jeremy.
2008-05-28 09:31:42 -07:00
Günther Deschner
1779551412 Fix Bug #5285. (libcap header mismatch)
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
2008-05-28 13:22:52 +02:00
Michael Adam
f872a1f442 lib/events: use mem_context given to event_context_init().
Michael
2008-05-28 01:10:55 +02:00
Michael Adam
1a6f91755c fix build: add missing prototype of msg_close_file()
Michael
2008-05-28 01:10:54 +02:00
Michael Adam
d96634d037 fix the build after prototype change.
Michael
2008-05-28 01:10:54 +02:00
Günther Deschner
68327e577d build: Fix the build after prototype change.
Guenther
2008-05-28 00:53:04 +02:00
Jeremy Allison
ac0c2fb6e8 A few cleanups from Chere Zhou <chere.zhou@isilon.com>.
Jeremy.

Conflicts:

	source/utils/net_rap.c
	source/utils/net_rpc.c
2008-05-27 13:56:55 -07:00
Jeremy Allison
201bcc8ed2 Memory leak fixes from Chere Zhou <czhou@isilon.com>.
Jeremy.
2008-05-27 12:27:57 -07:00
Jeremy Allison
7eeed8bb41 Allow server manager to close open files selected by id.
Jeremy.
2008-05-27 11:25:46 -07:00
Gerald (Jerry) Carter
94090f196a Remove autogenerated html file form using_samba 2008-05-27 12:33:02 -05:00
Gerald (Jerry) Carter
b77c46a363 Adding initial copy of "Using Samba (3rd ed)" 2008-05-27 12:02:43 -05:00
Gerald (Jerry) Carter
0865f4615d Add simple script to build docs 2008-05-27 12:02:41 -05:00
Jelmer Vernooij
bf3c2773f9 Depend on latexfigures files directly as using a rule in between causes problems. 2008-05-27 18:40:14 +02:00
Gerald (Jerry) Carter
4d89c39f26 Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.
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 b0b4bd2466)
2008-05-27 10:51:24 -05:00
Günther Deschner
7c1f36d84a wbinfo: prompt for password when none has been given.
Guenther
2008-05-27 16:48:03 +02:00
Günther Deschner
895036829c drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4).
Guenther
2008-05-27 16:47:42 +02:00