Michael Adam
35a517315b
ntlm_auth: freeze ntlm_auth_proto.h from "make proto"
...
Michael
2008-05-18 23:29:01 +02:00
Michael Adam
f8c0710165
smbclient: freeze client_proto.h from "make proto"
...
Michael
2008-05-18 23:26:51 +02:00
Michael Adam
372c58cc22
swat: freeze swat_proto.h from "make proto"
...
Michael
2008-05-18 23:16:38 +02:00
Michael Adam
467b8f0f4d
winbindd: freeze winbindd_proto.h
...
Michael
2008-05-18 23:09:34 +02:00
Michael Adam
ff7f0cad2e
build: freeze proto.h
...
Michael
2008-05-18 22:58:07 +02:00
Kai Blin
5d9963479f
configure: Fix comment to match the current iconv check.
2008-05-18 02:27:45 +02:00
Volker Lendecke
e60faccc1b
Factor out generation of an info3 struct from a serversupplied_info
2008-05-17 23:17:40 +02:00
Stefan Metzmacher
6b782b5897
configure: make use of LIBREPLACE_NETWORK_LIBS instead of redoing the tests
...
metze
2008-05-17 13:18:34 +02:00
Stefan Metzmacher
d81e58597e
configure: remove some header checks which are already done by AC_LIBREPLACE_NETWORK_CHECKS
...
metze
2008-05-17 13:18:33 +02:00
Stefan Metzmacher
c97ff995e4
lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK_CHECKS
...
metze
(cherry picked from commit 7f26a5425e706a97cc07c5139b3fea4fde9e4020)
2008-05-17 13:18:33 +02:00
Stefan Metzmacher
ca163ff81a
configure: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET and rely on libreplace
...
metze
2008-05-17 13:18:32 +02:00
Stefan Metzmacher
951b8c757a
lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET
...
Moved from the samba specific locations
metze
(cherry picked from commit e674128ee2f11596f358ed46104c9d25eb2f754f)
2008-05-17 13:18:32 +02:00
Stefan Metzmacher
dddc4f0cef
configure: remove unused configure check for HAVE_WORKING_AF_LOCAL
...
metze
2008-05-17 13:18:31 +02:00
Volker Lendecke
93111ea0a1
Simplify fake_file logic
2008-05-16 23:18:50 +02:00
Günther Deschner
1c4adc8dda
Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().
...
Citrix PM cannot use a Samba DC when having more then 900 groups as citrix
insists on calling _samr_GetDisplayEnumerationIndex() after receiving the first
900 groups via _samr_QueryDisplayInfo() to get the continuation index.
Guenther
2008-05-16 13:51:09 +02:00
Günther Deschner
452a9ea4af
libnetjoin: for informational reasons, report forest_name.
...
Guenther
2008-05-16 12:16:04 +02:00
Günther Deschner
ae60695a34
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find a dc.
...
Guenther
2008-05-16 12:11:43 +02:00
Günther Deschner
ff8a9655cc
net: use the netapi_ctx from the net_context struct.
...
Guenther
2008-05-16 11:58:24 +02:00
Günther Deschner
a01ed719c3
dsgetdcname: store client sitename for mailslot and cldap replies.
...
Guenther
2008-05-16 11:58:24 +02:00
Stefan Metzmacher
151d62da13
libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6
...
metze
(cherry picked from commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
2008-05-16 08:51:53 +02:00
Stefan Metzmacher
cd37fdb240
libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWORK_CHECKS was used
...
metze
(cherry picked from commit 3fddd36e119f73a5021370450f9687ef9d252bab)
2008-05-16 08:51:53 +02:00
Stefan Metzmacher
dbbc05c87b
libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars
...
metze
(cherry picked from commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
2008-05-16 08:51:53 +02:00
Stefan Metzmacher
734ade407e
libreplace: include inet_ntoa.o when the system one is broken
...
metze
(cherry picked from commit 67845d3471711d24069636d0d4032f9d53748334)
2008-05-16 08:51:52 +02:00
Stefan Metzmacher
d7038405d6
libreplace: merge getifaddrs.m4 into libreplace_network.m4
...
metze
(cherry picked from commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
2008-05-16 08:51:52 +02:00
Stefan Metzmacher
2f43e282e0
libreplace: merge getaddrinfo.m4 into libreplace_network.m4
...
metze
(cherry picked from commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
2008-05-16 08:51:52 +02:00
Stefan Metzmacher
9aa0f6626d
libreplace: merge socketpair.m4 into libreplace_network.m4
...
metze
(cherry picked from commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
2008-05-16 08:51:51 +02:00
Stefan Metzmacher
b078ae2b56
libreplace: merge inet_pton.m4 into libreplace_network.m4
...
metze
(cherry picked from commit 3a70274c908e31453942b442351eab8423c1a53d)
2008-05-16 08:51:51 +02:00
Stefan Metzmacher
438ddd9c81
libreplace: merge inet_ntop.m4 into libreplace_network.m4
...
metze
(cherry picked from commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
2008-05-16 08:51:49 +02:00
Stefan Metzmacher
7669daa9f5
libreplace: merge inet_aton.m4 into libreplace_network.m4
...
metze
(cherry picked from commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
2008-05-16 08:51:49 +02:00
Stefan Metzmacher
09632f9694
libreplace: merge inet_ntoa.m4 into libreplace_network.m4
...
metze
(cherry picked from commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
2008-05-16 08:51:49 +02:00
Stefan Metzmacher
c48b2d8679
libreplace: merge socket.m4 into libreplace_network.m4
...
metze
(cherry picked from commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
2008-05-16 08:51:48 +02:00
Jelmer Vernooij
6f5f736867
Fix typo.
...
(cherry picked from commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
2008-05-16 08:51:48 +02:00
William Jojo
1043168845
Add undefined symbol flag for AIX.
...
(cherry picked from commit dabdf24e86f038e3afc67532fa5bf60a37992161)
2008-05-16 08:51:47 +02:00
Stefan Metzmacher
a3d675a773
libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build
...
metze
(cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
2008-05-16 08:51:47 +02:00
Stefan Metzmacher
0c9b24e1e7
libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
...
metze
2008-05-16 08:51:47 +02:00
Stefan Metzmacher
0987c32645
libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
...
metze
(cherry picked from commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
2008-05-16 08:51:46 +02:00
Stefan Metzmacher
2a3ddc23cc
libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macro
...
Note: moving it out of AC_LIBREPLACE_BROKEN_CHECKS will be the next step
metze
(cherry picked from commit 55a904b1d7aeca849d450e371b18afca5b0c6218)
2008-05-16 08:51:46 +02:00
Stefan Metzmacher
8a241cf150
libreplace: always provide utime() and utimes()
...
I'd like to also provide futimes(), but it seems
that some systems doesn't support a it at kernel level.
If someone knows how to write a portable replacement
for futimes() please tell me...
metze
(cherry picked from commit a9604fe4a323dccb537cf02ea7594437b4995803)
2008-05-16 08:51:46 +02:00
Michael Adam
f888310749
packaging: re-introduce Release numbering ".ctdb.<number>"
...
This got accidentially (?) replaced by .ctdb.test.<date>".
Michael
(cherry picked from commit be62d594bc2b680dfefb4a5050d033b77c08154b)
2008-05-16 03:15:24 +02:00
Michael Adam
7de8666c72
packaging: enable calling RHEL-CTDB/makerpms.sh from other directories
...
Michael
(cherry picked from commit 05168aaa8dba85ecc1b74afacdd4d5ddc5825cfa)
2008-05-16 03:15:23 +02:00
Michael Adam
9e7466466d
packaging: fix RHEL-CTDB build by removing duplicate winbind-32bit paragraphs
...
Michael
(cherry picked from commit 29d5a68d95f656d5ca61edc4a10ec8b028597bb5)
2008-05-16 03:15:23 +02:00
Michael Adam
161e7c32ca
packaging: use git-archive in RHEL-CTDB/makerpms.sh
...
(instead of using tar and make distclean and ...)
Michael
(cherry picked from commit 3ad0f2212720eb5fb33794c033a60f5ea4428c2c)
2008-05-16 03:15:23 +02:00
Michael Adam
5148e99d09
packaging: use docs tarball instead of docs dir in makerpms / samba.spec
...
Michael
(cherry picked from commit f28a24d5eac2dcf99e1d00c2daf913dd9912eb4a)
2008-05-16 03:15:23 +02:00
Michael Adam
bccf4da989
packaging: add a comment explaining EXTRA_OPTIONS to the makerpms script
...
Michael
(cherry picked from commit 0defc2c60f2ca469d7538c60b7638150c67feb33)
2008-05-16 03:15:23 +02:00
Michael Adam
95681f066d
packaging: fix a comment typo in makerpms script.
...
Michael
(cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0)
2008-05-16 03:15:22 +02:00
Andrew Tridgell
fec017125c
merge build changes from Mathias
...
(cherry picked from commit 2c08939f3db19eaaf31cb117e3d541d17a36da5e)
2008-05-16 03:12:09 +02:00
Michael Adam
db933ae1a9
net rpc registry: fix getvalueraw to really print raw...
...
Michael
2008-05-15 18:06:23 +02:00
Michael Adam
5b5b29302b
net rpc registry: add a getvalueraw subcommand.
...
Michael
2008-05-15 17:17:56 +02:00
Michael Adam
9ee5ddb963
net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()
...
and wrap it into new rpc_registry_getvalue_full() for the getvalue subcommand.
Michael
2008-05-15 17:17:55 +02:00
Michael Adam
5dedde7a5b
net rpc registry: fix usage message of getvalue.
...
Michael
2008-05-15 17:17:55 +02:00