1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

24589 Commits

Author SHA1 Message Date
Günther Deschner
6ce0c85172 net: Fix bug #5542 (samsync contains empty passwords).
Guenther
(cherry picked from commit 1a22e975dd)
(This used to be commit ad8392cf7c)
2008-06-13 12:23:57 +02:00
Günther Deschner
61b68fc43c samsync: add samsync_fix_delta_array()
This code is vastly based on samba4 code.

Guenther
(cherry picked from commit 5b68be9699)
(This used to be commit 2c53d87de4)
2008-06-13 12:23:50 +02:00
Kai Blin
8f1f62af28 net: Fix net_ads.c build for the HAVE_ADS == 0 case.
Thanks to Karolin for catching this one.
(This used to be commit 7f52998f54)
2008-06-12 15:46:12 +02:00
Volker Lendecke
de7e6e070a AIX build fixes from William Jojo -- thanks
(cherry picked from commit cb91a47576)
(This used to be commit 90d7bc6da3)
2008-06-12 13:17:44 +02:00
Volker Lendecke
67f3ee618b Add -brtl to the AIX linker flags
Thanks to William Jojo
(cherry picked from commit 74b195b544)
(This used to be commit 5ffad12d68)
2008-06-12 13:17:37 +02:00
Karolin Seeger
49a81672d2 net: Fix several typos in comments.
-argc -> argv (where argv is meant)
-destoyed -> destroyed
-compleation -> completion
-aquired -> acquired
-Unify spelling of some words like rpc-server -> RPC server.
-Add missing punctuation marks.

Karolin
(This used to be commit f4850c37df)
2008-06-12 10:59:02 +02:00
Christoph Zauner
8d15371de4 Fix typos.
(This used to be commit b2390aa738)
2008-06-12 09:25:07 +02:00
Volker Lendecke
5b8259c112 Fix max_fd calculation in event_loop_once
For some bugs I really wonder how they can go undetected for so long.

Fix a bug reported by Mathias Dietz. No samba bugzilla entry, but still 100%
needed for 3-2-stable.

Volker
(cherry picked from commit 82c994dabc)
(This used to be commit 91c73e093a)
2008-06-11 18:58:26 +02:00
Günther Deschner
95a1f88d93 rpc_client: fix some valgrind warnings.
Guenther
(This used to be commit 0352682a35)
2008-06-11 10:47:21 +02:00
Günther Deschner
79fbc59cfc re-run make idl.
Guenther
(This used to be commit 3a73fe564f)
2008-06-11 10:46:46 +02:00
Günther Deschner
2d5e4708e9 idl: fix drsuapi_DsGetNCChanges.
Guenther
(This used to be commit 652af123b2)
2008-06-11 10:46:37 +02:00
Günther Deschner
2816e86b06 net: remove some dead code.
Guenther
(This used to be commit cdd1ce797a)
2008-06-11 10:46:26 +02:00
Günther Deschner
8e240c460b pam_winbind: Update cached creds during password change.
Fix is from Bo Yang @ Novell.

Thanks!
(This used to be commit e4eb9d347d)
2008-06-11 09:52:56 +02:00
Günther Deschner
9883567fa7 rpcclient: add more useful comments what sign/seal commands are doing.
Guenther
(This used to be commit ec278d8bc8)
2008-06-10 22:51:04 +02:00
Volker Lendecke
dc45718f32 Correctly find a [u]int32_t replacement
(cherry picked from commit 346375cda5)
(This used to be commit 15a53945c9)
2008-06-10 17:21:31 +02:00
Volker Lendecke
f3ddf2b23f Fix some scary FC9 warnings
(cherry picked from commit 6b0fed09ea)
(This used to be commit f1e85ff2bc)
2008-06-10 17:21:23 +02:00
Stefan Metzmacher
5380fd800d socket_wrapper: truncate packets to a 1500 byte payload
Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze
(cherry picked from commit 5b01206f1b)
(This used to be commit eb8c37a1ca)
2008-06-10 11:38:11 +02:00
Stefan Metzmacher
d57b8280d6 socket_wrapper: sync missing stuff from v4-0-test
metze
(This used to be commit b03c279354)
2008-06-10 11:38:05 +02:00
Jelmer Vernooij
e2fe170423 Factor out IP marshalling into separate function.
(cherry picked from commit 2548c2a1e7)
(This used to be commit e4e015caac)
2008-06-10 11:36:39 +02:00
Stefan Metzmacher
a7967bc84c r25783: socket_wrapper: don't include "includes.h"
metze
(cherry picked from commit 47f865165e)
(This used to be commit 4d5bfcc731)
2008-06-10 11:36:39 +02:00
Stefan Metzmacher
9b7b444e35 r23420: try to make the IBM checker happy
metze
(cherry picked from commit 96f1a0dfaa)
(This used to be commit 801ed0b799)
2008-06-10 11:36:39 +02:00
Stefan Metzmacher
c8eccf5381 r22236: Update to Heimdal's socket_wrapper, which supports IPv6.
To make this pass, I needed to add support for 6 and 17 as valid
protocol values to socket().

Andrew Bartlett
(partly cherry picked from commit 2254e61a1e)

metze
(This used to be commit 66b9f6f372)
2008-06-10 11:36:38 +02:00
Jelmer Vernooij
2359150639 r21729: Some more tests
(cherry picked from commit d2baa8218c)
(This used to be commit cf6d815ba8)
2008-06-10 11:36:38 +02:00
Stefan Metzmacher
bd793fb235 r21671: Add initial simple tests for socket wrapper
(partly cherry picked from commit 872e2ad541)

metze
(This used to be commit 8003f00a28)
2008-06-10 11:36:38 +02:00
Love Hörnquist Åstrand
1410d8e799 r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
depend on namespace pollution)
(cherry picked from commit 5052d2d106)
(This used to be commit d22701b196)
2008-06-10 11:36:37 +02:00
Love Hörnquist Åstrand
4084b467c5 r19367: Solaris needs <sys/filio.h> for FIONREAD.
(cherry picked from commit e2866ce788)
(This used to be commit 3db8b246c8)
2008-06-10 11:36:37 +02:00
Kai Blin
255bdb2602 net: Rename functable3 to functable, get rid of old functables
(This used to be commit bb7c5fc4ec)
2008-06-10 09:48:21 +02:00
Kai Blin
cd06703a3f net: Make "net sam" use functable3
(This used to be commit b161fb7cfe)
2008-06-10 09:48:14 +02:00
Kai Blin
3d7a927ece net: Make "net rpc registry" use functable3
(This used to be commit 08dd5f5311)
2008-06-10 09:48:10 +02:00
Kai Blin
22b1926f24 net: Make "net registry" use functable3
(This used to be commit 47f7308e4e)
2008-06-10 09:48:07 +02:00
Kai Blin
1be1be3334 net: Make "net conf" use a functable similar to functable3
(This used to be commit b8382bc3af)
2008-06-10 09:48:03 +02:00
Kai Blin
66432dd06c net: Use d_printf() instead of printf() in net_ads_gpo.c
(This used to be commit d0d1346f20)
2008-06-10 09:47:59 +02:00
Kai Blin
e0f2f8d57e net: Make "net rpc service" use functable3
(This used to be commit aa06cd5cb2)
2008-06-10 09:47:55 +02:00
Kai Blin
edf23f17fd net: Make "net rpc rights" use functable3
(This used to be commit b0e373e595)
2008-06-10 09:47:48 +02:00
Kai Blin
238c7d0be3 net: Make "net rpc audit" use functable3
(This used to be commit c47ff2bff6)
2008-06-10 09:47:34 +02:00
Kai Blin
c51ca559c1 net: Make "net rpc" use functable3
(This used to be commit 428b56863c)
2008-06-10 09:47:28 +02:00
Kai Blin
98b9b5b7f3 net: Make "net rap" use functable3
(This used to be commit 7a2364518c)
2008-06-10 09:47:25 +02:00
Kai Blin
c19700fc07 net: Make "net ads gpo" use functable3
(This used to be commit 4418b4da61)
2008-06-10 09:47:21 +02:00
Kai Blin
54bc155736 net: Make "net ads" use functable3
(This used to be commit 64e3dc6396)
2008-06-10 09:47:15 +02:00
Kai Blin
67fee7a79a net: Make "net usershare" use functable3
(This used to be commit b45ada159e)
2008-06-10 09:47:03 +02:00
Kai Blin
7870908a0d net: Fix comment for net_time_zone()
(This used to be commit aea3466d12)
2008-06-10 09:46:57 +02:00
Kai Blin
b1ef38de9f net: Make "net time" use functable3
(This used to be commit 28991ad74a)
2008-06-10 09:46:53 +02:00
Kai Blin
6468d36716 net: Make "net idmap" use functable3
(This used to be commit 9c88b16beb)
2008-06-10 09:46:46 +02:00
Kai Blin
f3d86100b8 net: Make "net groupmap" use functable3
(This used to be commit c328b3e30b)
2008-06-10 09:46:42 +02:00
Kai Blin
7ba0724f80 net: Make "net dom" use functable3
(This used to be commit 11d692de73)
2008-06-10 09:46:37 +02:00
Kai Blin
6b9c815bcc net: Make "net cache" use functable3
(This used to be commit 60ac59fb8a)
2008-06-10 09:46:26 +02:00
Kai Blin
2eaef96387 net: Make "net afs" use functable3
(This used to be commit aa60f3c0d5)
2008-06-10 09:46:24 +02:00
Kai Blin
b0d8162525 net: Make "net status" use functable3
(This used to be commit e4b4fb4c39)
2008-06-10 09:46:12 +02:00
Kai Blin
6e8d46d40d net: Don't try to look up a server if net time is called with a command.
(This used to be commit 37ef7c2816)
2008-06-10 09:46:03 +02:00
Kai Blin
8efc535a4a net: Add net_display_usage_from_functable()
(This used to be commit de0e15b35e)
2008-06-10 09:45:55 +02:00