1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

29716 Commits

Author SHA1 Message Date
Volker Lendecke
1bdbe772ad Move the gid2sid cache to the parent winbind process
(This used to be commit a86a6835e2)
2008-08-12 11:28:28 +02:00
Volker Lendecke
08f7c2d0fc Move the uid2sid cache to the parent winbind process
(This used to be commit 6e885aeabb)
2008-08-12 11:28:28 +02:00
Michael Adam
0f3de7f93e WHATSNEW: fix one occurrence of 3.2.0 to say 3.3.0.
Michael
(This used to be commit 82b132c474)
2008-08-12 10:18:51 +02:00
Günther Deschner
5bea31aa3c libnetjoin: support kerberized joining/unjoing (fix #5416).
Guenther
(This used to be commit da6e0f4f37)
2008-08-11 19:52:23 +02:00
Günther Deschner
051cb1a4de netapi: add NetLocalGroupSetMembers example code.
Guenther
(This used to be commit 4fea49ae83)
2008-08-11 19:48:28 +02:00
Günther Deschner
ed7501fd31 netapi: add NetLocalGroupDelMembers example code.
Guenther
(This used to be commit b2a413148e)
2008-08-11 19:48:19 +02:00
Günther Deschner
6f28bc691a netapi: add NetLocalGroupAddMembers example code.
Guenther
(This used to be commit 01c4640b1c)
2008-08-11 19:48:10 +02:00
Günther Deschner
f947d416ff netapi: implement NetLocalGroupSetMembers_r().
Guenther
(This used to be commit bb52ba58e4)
2008-08-11 19:48:02 +02:00
Günther Deschner
b65fcbc1f5 netapi: implement NetLocalGroupDelMembers_r().
Guenther
(This used to be commit bd31d8f9ec)
2008-08-11 19:47:53 +02:00
Günther Deschner
14364acd08 netapi: implement NetLocalGroupAddMembers_r().
Guenther
(This used to be commit 53dc9a1181)
2008-08-11 19:47:44 +02:00
Günther Deschner
90a8f9d277 netapi: add NetLocalGroup*Member calls to public headers.
Guenther
(This used to be commit d4a51bb01d)
2008-08-11 19:47:34 +02:00
Günther Deschner
2fde42b694 netapi: add skeleton for NetLocalGroup*Member calls.
Guenther
(This used to be commit 563fb06107)
2008-08-11 19:47:24 +02:00
Günther Deschner
a296063e35 re-run make idl.
Guenther
(This used to be commit b6b24094da)
2008-08-11 19:47:15 +02:00
Günther Deschner
572495b0d6 netapi: add remaining NetLocalGroup*Member calls to IDL.
Guenther
(This used to be commit c06dfb8235)
2008-08-11 19:47:05 +02:00
Günther Deschner
fabd6551b3 netapi: add NetUserModalsGet and NetUserModalsSet tests.
Guenther
(This used to be commit a9c444a342)
2008-08-11 19:14:19 +02:00
Günther Deschner
cd1a1e3490 netapi: implement NetUserModalsSet_r.
Guenther
(This used to be commit bb345187b7)
2008-08-11 19:14:07 +02:00
Günther Deschner
005fb1fb11 netapi: implement NetUserModalsGet_r.
Guenther
(This used to be commit 7f7e6ca909)
2008-08-11 19:13:58 +02:00
Günther Deschner
eec91430f5 netapi: add example code for NetUserModalsGet and NetUserModalsSet.
Guenther
(This used to be commit 316575b412)
2008-08-11 19:12:54 +02:00
Günther Deschner
ee43b80149 netapi: add NetUserModalsGet and NetUserModalsSet to public headers.
Guenther
(This used to be commit b4c912bfbc)
2008-08-11 19:12:45 +02:00
Günther Deschner
974250cd03 netapi: add skeleton for NetUserModalsGet and NetUserModalsSet.
Guenther
(This used to be commit 5648145bec)
2008-08-11 19:12:36 +02:00
Günther Deschner
9f0de21071 re-run make idl.
Guenther
(This used to be commit 36c5de4702)
2008-08-11 19:12:25 +02:00
Günther Deschner
a9c8095036 netapi: add NetUserModalsSet and NetUserModalsGet to IDL.
Guenther
(This used to be commit 2af33ceeb8)
2008-08-11 19:12:15 +02:00
Günther Deschner
050db35262 doserr: add WERR_MEMBER_IN_ALIAS.
Guenther
(This used to be commit b62de0d194)
2008-08-11 19:04:00 +02:00
Günther Deschner
e480162e5b netapi: add NetApiBufferAllocate.
Guenther
(This used to be commit 99cc8f023b)
2008-08-11 19:03:49 +02:00
Günther Deschner
c7c3510810 netapi: add ConvertStringSidToSid().
Guenther
(This used to be commit 36f1e45e4e)
2008-08-11 19:03:38 +02:00
Günther Deschner
9d88cc3394 netapi: generate the netapi testsuite makefile.
Guenther
(This used to be commit a2247a5b19)
2008-08-11 19:02:28 +02:00
Günther Deschner
c7257754cd fix build warning.
Guenther
(This used to be commit 85021d6a45)
2008-08-11 15:43:52 +02:00
Volker Lendecke
12ee6b832c Make events robust against their event_context being freed
(This used to be commit 3d4e7b29c2)
2008-08-10 18:40:47 +02:00
Volker Lendecke
1a7b6fe34d fix smb_len calculation for chained requests
I think chain_reply() is one of the most tricky parts of Samba. This recursion
needs to go away, we need to sequentially walk the chain list.
(This used to be commit af2b01d851)
2008-08-10 18:24:33 +02:00
Volker Lendecke
12b6c1f57d Fix andx offset calculation for more than 2 chained requests
Untested code is broken code.... Test follows later, it's quite an intrusive
change to libsmb/
(This used to be commit 0ff16e8573)
2008-08-10 18:24:32 +02:00
Volker Lendecke
4dfb6c0347 Remove an unused variable, process.c has its static copy
(This used to be commit 59136544ec)
2008-08-10 11:33:15 +02:00
Michael Adam
9b9948134e nmbd: add support for delayed initial samlogon packages.
The hosts or networks configured with "init logon delayed hosts"
have their initial samlogon packages (empty username) delayed
by the value configured with "init logon delay" (defaulting
to 100 milliseconds).

This gives the administrator some control over what clients would
consider the preferred logon server: they choose the server that
repsonds most quickly.

Michael
(This used to be commit d52b9beede)
2008-08-09 01:15:58 +02:00
Michael Adam
33e3e94e0c nmbd_packets: make queue_packet() public.
Michael
(This used to be commit 363eb90ce8)
2008-08-09 01:15:58 +02:00
Michael Adam
bf291c95bc loadparm: add two parameters "init logon delay hosts" and "init logon delay"
"init logon delays hosts" takes a list of hosts names or addresses
or networks for which the initial SAMLOGON reply should be delayed
(so other DCs get preferred by XP workstations if there are any).
This option takes the same type of list as "hosts allow" does.

"init logon delay" allows one to configure the delay for the hosts
configured for delayed initial samlogon with "init logon delayed hosts".
The value is interpreted as milliseconds. The default value is 100.

This commit only introduces the parameters.
They will be activated in a subsequent commit.

Michael
(This used to be commit f7c1f85438)
2008-08-09 01:15:58 +02:00
Michael Adam
e0fa472a3b lib/access: make list_match() public.
Michael
(This used to be commit 742bedce41)
2008-08-09 01:15:58 +02:00
Michael Adam
f07cfe3b68 lib/access: make client_match() public.
Michael
(This used to be commit 1b2dec93b6)
2008-08-09 01:15:57 +02:00
Jeremy Allison
3acde0d747 One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined before we compile the new code.
Jeremy.
(This used to be commit 7686752c5b)
2008-08-08 16:08:11 -07:00
Jeremy Allison
6d99eedafc Try and fix the build for systems that don't have krb5_auth_con_set_req_cksumtype().
Jeremy.
(This used to be commit 8598e7b06e)
2008-08-08 15:15:36 -07:00
Jeremy Allison
c6930a0b40 Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-test
(This used to be commit 5b3579b14c)
2008-08-08 14:33:55 -07:00
Jeremy Allison
e8c7ff3e88 Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some
work by me and advice by Love.
Jeremy.
(This used to be commit ecc3838e4c)
2008-08-08 14:32:15 -07:00
Michael Adam
f698952a39 build: fix a no previous prototype warning when building without ldap/gssapia
move prototype of dns_create_update_request() to appropriate section in dns.h

Michael
(This used to be commit 0fba954989)
2008-08-08 23:30:19 +02:00
Michael Adam
a0e664ebe7 libnet samsync ldif: fix the build without LDAP.
Michael
(This used to be commit 32df05bd1f)
2008-08-08 23:03:51 +02:00
Yannick Bergeron
c66c2b30b8 using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() subroutine in lib/replace/replace.c
(This used to be commit 13b1a232d2)
2008-08-08 12:28:15 -07:00
Volker Lendecke
b67def0a55 Add simple async wrappers around send, recv and connect
To be used later :-)
(This used to be commit 0d161d336a)
2008-08-08 18:30:57 +02:00
Jeremy Allison
617bf10c66 Fix bug #5675 with a varient of Tim Waugh's patch,
as proposed by James Peach.
Jeremy.
(This used to be commit 5c27ad7583)
2008-08-07 17:55:57 -07:00
Jeremy Allison
3907392459 Fix "might be used uninitialized" warnings.
Jeremy.
(This used to be commit 5abd12eec1)
2008-08-07 17:49:19 -07:00
Volker Lendecke
00dd853a6f Fix a build failure on host sunX
(This used to be commit 30b5be8725)
2008-08-07 18:18:10 +02:00
Yannick Bergeron
704f6c89cb Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_errors array initialization in client/smbspool.c
(This used to be commit b45e7fabc6)
2008-08-06 14:01:47 -07:00
Karolin Seeger
8c8d7ff823 WHATSNEW: Start WHATSNEW for 3.3.0pre1.
Karolin
(This used to be commit 28ae738eee)
2008-08-06 14:26:41 +02:00
Michael Adam
e9a501a501 libnetapi: fix build of shared library after libnet_join changes.
This needs create_builtin_administrators() and create_builtin_users()
from token_utils now. Did not pop up because the only users of the
shared lib currently are the examples in lib/netapi/examples/
which are not automatically built.

Michael
(This used to be commit 8dca23a559)
2008-08-06 13:56:52 +02:00