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

28628 Commits

Author SHA1 Message Date
Michael Adam
78b8417930 build: remove the proto_exists target - it is not needed anymore.
Michael
(This used to be commit 35f4df7ab8)
2008-05-19 01:23:17 +02:00
Michael Adam
aef2828831 build: remove the "delheaders" target.
Michael
(This used to be commit 0fe47c3c76)
2008-05-19 01:23:06 +02:00
Michael Adam
cf6f4cfefa build: remove "headers" and "proto" make targets.
Replace "proto" target by a message.

Michael
(This used to be commit 16fb26d73a)
2008-05-19 00:51:45 +02:00
Michael Adam
be175e274e build: remove mkproto.sh and mkproto.awk
Michael
(This used to be commit 5f2983209f)
2008-05-18 23:39:15 +02:00
Michael Adam
76977cbf6a build: remove reference to mkproto.sh from Makefile
No generated prototypes anymore...

Michael
(This used to be commit 4c7362f2b7)
2008-05-18 23:37:10 +02:00
Michael Adam
04da4453ab libnet: freeze libnet_proto.h from "make proto"
Michael
(This used to be commit b455cd1a61)
2008-05-18 23:35:42 +02:00
Michael Adam
20e9c5bea1 build: freeze passwd_proto.h from "make proto"
Michael
(This used to be commit 00cff30107)
2008-05-18 23:33:20 +02:00
Michael Adam
b189fe9154 net: freeze net_proto.h from "make proto"
Michael
(This used to be commit 673b24052a)
2008-05-18 23:31:42 +02:00
Michael Adam
beca01f402 ntlm_auth: freeze ntlm_auth_proto.h from "make proto"
Michael
(This used to be commit 35a517315b)
2008-05-18 23:29:01 +02:00
Michael Adam
7a1b7a14e4 smbclient: freeze client_proto.h from "make proto"
Michael
(This used to be commit f8c0710165)
2008-05-18 23:26:51 +02:00
Michael Adam
611c96d078 swat: freeze swat_proto.h from "make proto"
Michael
(This used to be commit 372c58cc22)
2008-05-18 23:16:38 +02:00
Michael Adam
03dcad0b27 winbindd: freeze winbindd_proto.h
Michael
(This used to be commit 467b8f0f4d)
2008-05-18 23:09:34 +02:00
Michael Adam
1ef69fcf21 build: freeze proto.h
Michael
(This used to be commit ff7f0cad2e)
2008-05-18 22:58:07 +02:00
Kai Blin
10f9a60e39 configure: Fix comment to match the current iconv check.
(This used to be commit 5d9963479f)
2008-05-18 02:27:45 +02:00
Volker Lendecke
968a006555 Factor out generation of an info3 struct from a serversupplied_info
(This used to be commit e60faccc1b)
2008-05-17 23:17:40 +02:00
Stefan Metzmacher
12dc451163 configure: make use of LIBREPLACE_NETWORK_LIBS instead of redoing the tests
metze
(This used to be commit 6b782b5897)
2008-05-17 13:18:34 +02:00
Stefan Metzmacher
5bb40d07f8 configure: remove some header checks which are already done by AC_LIBREPLACE_NETWORK_CHECKS
metze
(This used to be commit d81e58597e)
2008-05-17 13:18:33 +02:00
Stefan Metzmacher
7bff7f433e lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK_CHECKS
metze
(cherry picked from commit 7f26a5425e)
(This used to be commit c97ff995e4)
2008-05-17 13:18:33 +02:00
Stefan Metzmacher
b800fad625 configure: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET and rely on libreplace
metze
(This used to be commit ca163ff81a)
2008-05-17 13:18:32 +02:00
Stefan Metzmacher
84e9d52d44 lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET
Moved from the samba specific locations

metze
(cherry picked from commit e674128ee2)
(This used to be commit 951b8c757a)
2008-05-17 13:18:32 +02:00
Stefan Metzmacher
ab90fc9a56 configure: remove unused configure check for HAVE_WORKING_AF_LOCAL
metze
(This used to be commit dddc4f0cef)
2008-05-17 13:18:31 +02:00
Volker Lendecke
e58729f0ea Simplify fake_file logic
(This used to be commit 93111ea0a1)
2008-05-16 23:18:50 +02:00
Günther Deschner
08971abdad 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
(This used to be commit 1c4adc8dda)
2008-05-16 13:51:09 +02:00
Günther Deschner
6b2af349cf libnetjoin: for informational reasons, report forest_name.
Guenther
(This used to be commit 452a9ea4af)
2008-05-16 12:16:04 +02:00
Günther Deschner
0b25870b54 netdomjoin-gui: before prompting for creds (for receiving joinable ous), find a dc.
Guenther
(This used to be commit ae60695a34)
2008-05-16 12:11:43 +02:00
Günther Deschner
9530c26c4c net: use the netapi_ctx from the net_context struct.
Guenther
(This used to be commit ff8a9655cc)
2008-05-16 11:58:24 +02:00
Günther Deschner
175cca1729 dsgetdcname: store client sitename for mailslot and cldap replies.
Guenther
(This used to be commit a01ed719c3)
2008-05-16 11:58:24 +02:00
Stefan Metzmacher
a4cb989e48 libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6
metze
(cherry picked from commit da2179ee5d)
(This used to be commit 151d62da13)
2008-05-16 08:51:53 +02:00
Stefan Metzmacher
107ed5fe0c libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWORK_CHECKS was used
metze
(cherry picked from commit 3fddd36e11)
(This used to be commit cd37fdb240)
2008-05-16 08:51:53 +02:00
Stefan Metzmacher
9eefcfd42f libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars
metze
(cherry picked from commit aa7ef1af74)
(This used to be commit dbbc05c87b)
2008-05-16 08:51:53 +02:00
Stefan Metzmacher
2775d304d0 libreplace: include inet_ntoa.o when the system one is broken
metze
(cherry picked from commit 67845d3471)
(This used to be commit 734ade407e)
2008-05-16 08:51:52 +02:00
Stefan Metzmacher
a887473d3c libreplace: merge getifaddrs.m4 into libreplace_network.m4
metze
(cherry picked from commit 0234d397fe)
(This used to be commit d7038405d6)
2008-05-16 08:51:52 +02:00
Stefan Metzmacher
a4c24a7e8b libreplace: merge getaddrinfo.m4 into libreplace_network.m4
metze
(cherry picked from commit 64591d064d)
(This used to be commit 2f43e282e0)
2008-05-16 08:51:52 +02:00
Stefan Metzmacher
3f080815c9 libreplace: merge socketpair.m4 into libreplace_network.m4
metze
(cherry picked from commit f9f8f93adc)
(This used to be commit 9aa0f6626d)
2008-05-16 08:51:51 +02:00
Stefan Metzmacher
d364bdb300 libreplace: merge inet_pton.m4 into libreplace_network.m4
metze
(cherry picked from commit 3a70274c90)
(This used to be commit b078ae2b56)
2008-05-16 08:51:51 +02:00
Stefan Metzmacher
09b0cd0e1f libreplace: merge inet_ntop.m4 into libreplace_network.m4
metze
(cherry picked from commit 223ef6c08e)
(This used to be commit 438ddd9c81)
2008-05-16 08:51:49 +02:00
Stefan Metzmacher
d1bfe04230 libreplace: merge inet_aton.m4 into libreplace_network.m4
metze
(cherry picked from commit fba00736c8)
(This used to be commit 7669daa9f5)
2008-05-16 08:51:49 +02:00
Stefan Metzmacher
cf7bdeaa2d libreplace: merge inet_ntoa.m4 into libreplace_network.m4
metze
(cherry picked from commit 82e826253b)
(This used to be commit 09632f9694)
2008-05-16 08:51:49 +02:00
Stefan Metzmacher
b76992d262 libreplace: merge socket.m4 into libreplace_network.m4
metze
(cherry picked from commit c70eba87db)
(This used to be commit c48b2d8679)
2008-05-16 08:51:48 +02:00
Jelmer Vernooij
6a1acba3a7 Fix typo.
(cherry picked from commit bd089818a3)
(This used to be commit 6f5f736867)
2008-05-16 08:51:48 +02:00
William Jojo
25f1cecbae Add undefined symbol flag for AIX.
(cherry picked from commit dabdf24e86)
(This used to be commit 1043168845)
2008-05-16 08:51:47 +02:00
Stefan Metzmacher
299485c38e libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build
metze
(cherry picked from commit 04f4523ed0)
(This used to be commit a3d675a773)
2008-05-16 08:51:47 +02:00
Stefan Metzmacher
fc83dd6fd6 libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
metze
(This used to be commit 0c9b24e1e7)
2008-05-16 08:51:47 +02:00
Stefan Metzmacher
887da3e0f1 libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
metze
(cherry picked from commit 3451b54bf7)
(This used to be commit 0987c32645)
2008-05-16 08:51:46 +02:00
Stefan Metzmacher
6c50383327 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 55a904b1d7)
(This used to be commit 2a3ddc23cc)
2008-05-16 08:51:46 +02:00
Stefan Metzmacher
db4ab7aae3 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 a9604fe4a3)
(This used to be commit 8a241cf150)
2008-05-16 08:51:46 +02:00
Michael Adam
70883ec303 packaging: re-introduce Release numbering ".ctdb.<number>"
This got accidentially (?) replaced by .ctdb.test.<date>".

Michael
(cherry picked from commit be62d594bc2b680dfefb4a5050d033b77c08154b)
(This used to be commit f888310749)
2008-05-16 03:15:24 +02:00
Michael Adam
7bb120c2a1 packaging: enable calling RHEL-CTDB/makerpms.sh from other directories
Michael
(cherry picked from commit 05168aaa8dba85ecc1b74afacdd4d5ddc5825cfa)
(This used to be commit 7de8666c72)
2008-05-16 03:15:23 +02:00
Michael Adam
5fe81eecf5 packaging: fix RHEL-CTDB build by removing duplicate winbind-32bit paragraphs
Michael
(cherry picked from commit 29d5a68d95f656d5ca61edc4a10ec8b028597bb5)
(This used to be commit 9e7466466d)
2008-05-16 03:15:23 +02:00
Michael Adam
e1458f49b6 packaging: use git-archive in RHEL-CTDB/makerpms.sh
(instead of using tar and make distclean and ...)

Michael
(cherry picked from commit 3ad0f2212720eb5fb33794c033a60f5ea4428c2c)
(This used to be commit 161e7c32ca)
2008-05-16 03:15:23 +02:00