Stefan Metzmacher
58d06f205e
r8429: fix compiler warnings
...
metze
(This used to be commit b9ee5818808f2e0cd38c0c5d2ef15cba22d4edbe)
2007-10-10 13:23:02 -05:00
Andrew Tridgell
4caf19ca35
r8425: add err() and errx() functions needed by for compile_et on some systems
...
(This used to be commit 72a769b6d1a1ce5f8a19010074960b692b4755db)
2007-10-10 13:23:01 -05:00
Andrew Tridgell
833842f0aa
r8424: bring in some more of heimdals m4 macros, and remove the hard-coding of several test
...
results
(This used to be commit b173c938b2ced061ee341831e96001455fbf83d1)
2007-10-10 13:23:01 -05:00
Andrew Tridgell
3c079cd58d
r8423: remove the dependency on the full roken lib for asn1_compile
...
this should fix the -lsocket problem on solaris
(This used to be commit 4c462cdab318e69b1ee84837246700ecb36eafca)
2007-10-10 13:23:01 -05:00
Andrew Tridgell
16aa5d1cd7
r8422: needed on irix 6.4
...
(This used to be commit db3f227c1c3b837e235566a7df7411d4d7e52c12)
2007-10-10 13:23:01 -05:00
Andrew Tridgell
354700ae50
r8421: needed for build on solaris10
...
(This used to be commit c40d6d4b5cd6613d1161615b6ba213a26acda29e)
2007-10-10 13:23:01 -05:00
Andrew Tridgell
2ea372afd9
r8420: slowly getting my way through some more heimdal portability fixes
...
(This used to be commit 59c3de6ca8b8e153e5cfd67da5f2afc2e23d36db)
2007-10-10 13:23:01 -05:00
Andrew Tridgell
c8461d737a
r8419: in order to use our replace.h, heimdal needs stdarg.h
...
(This used to be commit 234fc1fb052fe6a2cef47861b13bdd82b57fc49b)
2007-10-10 13:23:00 -05:00
Andrew Tridgell
12ed349f90
r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)
...
(This used to be commit a1ca8352f48cf1942e5a060c79ae1cc78b8a3668)
2007-10-10 13:23:00 -05:00
Andrew Tridgell
72fbfff1a7
r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of build
...
(This used to be commit 117d2fa31d3a7e0b37c09979aa41243c564c0385)
2007-10-10 13:23:00 -05:00
Andrew Tridgell
dd0816dcc8
r8416: added the extra_cflags.txt system from smb-build
...
this removes the need for recursive make for heimdal, which is a big
win. It should also make it easier/cleaner to build ldb/tdb/appweb etc
in both in-tree and out-of-tree forms by allowing us to specify
different CFLAGS (and thus different include paths) per directory or
file
(This used to be commit b2f9b8aa32426198aa21a703ab4f1d59fb77e512)
2007-10-10 13:23:00 -05:00
Andrew Tridgell
bca5b59fdf
r8415: get rid of the last 2 runtime perl scripts
...
(This used to be commit b775884474bd28c0c3d45546b1bf3ac52601ed24)
2007-10-10 13:23:00 -05:00
Tim Potter
52bef30fd4
r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.
...
(This used to be commit bcfb3a45e4a5962fe763f8071d4458f4bd11605b)
2007-10-10 13:23:00 -05:00
Andrew Tridgell
50ea5cb419
r8412: cope with some lost messages in the ping test (netbsd gets this)
...
(This used to be commit fcf60823c6171ec109195cb8d61de5b0e02fd005)
2007-10-10 13:22:59 -05:00
Andrew Tridgell
a3b0bb89b4
r8411: we need to use mprVarToNumber() instead of var->integer now, to cope with
...
the 64 bit integer support
this fixes the exit status from smbscript
(This used to be commit f476e7aeec56a921fd286d3fe2cb0a229e57a9e8)
2007-10-10 13:22:59 -05:00
Andrew Tridgell
afb160e20c
r8410: converted the newuser script to js
...
(This used to be commit b90aa3c5a7cd7e91a8fc804c3cd9f2155761cf28)
2007-10-10 13:22:59 -05:00
Andrew Tridgell
b433d61537
r8409: fixed another error found on netbsd.
...
some of our torture code does its own timeout processing, which means
there is no event timer in the event context. To fix this gererically
I have added a 30 second timout to all select/epoll calls so the
callers timeout loop is guaranteed to run eventually
(This used to be commit 01e5aa146439f2dbf6c4133a0b5d910383a6576b)
2007-10-10 13:22:59 -05:00
Andrew Tridgell
d1291dacbd
r8408: its quite common in our code to free up a connection when we get an
...
error, but sometimes a socket option may then happen on the NULL
socket. This has been handled by the individual libraries up to now,
but its cleaner to centralise it here
(This used to be commit d9864e1f9aac1fb19f054c2da996a5099e90941e)
2007-10-10 13:22:59 -05:00
Andrew Tridgell
562498c526
r8407: fixed a bug left over from our old socket code.
...
Thanks to lha for giving me a login on a netbsd machine to see this
(This used to be commit 4e66f682e4f1c31bbe9441a13af2c245db31433d)
2007-10-10 13:22:58 -05:00
Andrew Tridgell
e2881aca86
r8406: make sure we give an error in ldbAdd() if any record fails
...
(This used to be commit 632f99017ded607c80022f730b6ec7e37bd13642)
2007-10-10 13:22:58 -05:00
Andrew Tridgell
74727243cd
r8405: update var.c from upstream
...
(This used to be commit 288c178d5fef80947590fd58e3c9b1fbcdddcdf6)
2007-10-10 13:22:58 -05:00
Andrew Tridgell
8fc8fa2ad4
r8404: small upstream merges of appweb code
...
(This used to be commit 205ff9a82bd51eae3c1400ea0a24fcf2a662e96f)
2007-10-10 13:22:58 -05:00
Tim Potter
b4f6a348bb
r8403: Reinstate linkpad.gif at Deryck's suggestion.
...
Install *.gif from swat/images when installing swat.
(This used to be commit 156e090c2c0ec2c7bdf66405c3742839b82fe757)
2007-10-10 13:22:58 -05:00
Andrew Tridgell
54433c747a
r8401: add a readme pointing to the upstream sources
...
(This used to be commit 2dcae5c98ca66a26fd6ae6d27cf7eb31cf16fee3)
2007-10-10 13:22:58 -05:00
Andrew Tridgell
a102f52db8
r8400: separate out the mpr code, as it is in the upstream appweb sources
...
(This used to be commit 0e30b6e4cc9e70975d3179cfeddc4bfcc8c8fbb7)
2007-10-10 13:22:57 -05:00
Andrew Tridgell
adbb1612c1
r8399: move the ejs and esp code closer to the directory layout used by the
...
upstream sources. This makes it much easier to keep it up to date.
I will separate out the mpr code into lib/appweb/mpr next
(This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)
2007-10-10 13:22:39 -05:00
Andrew Tridgell
e5700ea560
r8397: merged an upstream fix for the expression bug tpot found yesterday
...
(This used to be commit 93712dd894b4ddaa2281034c754c0fa15f5ec34c)
2007-10-10 13:20:14 -05:00
Love Hörnquist Åstrand
61edb97bdf
r8394: Make sure the argument to ctype is*(3) macros are unsigned char as
...
required by ISO C99.
(This used to be commit 56fd21c806e816cf4c3d23881f26474f858b45e2)
2007-10-10 13:20:14 -05:00
Love Hörnquist Åstrand
df426e5d4a
r8393: check for bswap16 and bswap32
...
(This used to be commit 707e3726d3b200edef7995eaa5b41a434d5ce9b1)
2007-10-10 13:20:14 -05:00
Love Hörnquist Åstrand
053cec96df
r8390: (smb_pam_start): move variable to scope within #ifdef to avoid warning
...
for those PAM implementations w/o PAM_RHOST and/or PAM_TTY
(This used to be commit 95cb2d942f7cffc9131519c865656fb615395d04)
2007-10-10 13:20:14 -05:00
Simo Sorce
f5598308d5
r8377: forgot an ldif test
...
(This used to be commit ed804262dc6abf01ffdeb03a36d94cf40b9f033c)
2007-10-10 13:20:14 -05:00
Stefan Metzmacher
a1afbe52a6
r8376: remove version info from configure.in
...
metze
(This used to be commit bfce35bf6341d02d8c01105564c05267134f8b0f)
2007-10-10 13:20:14 -05:00
Stefan Metzmacher
59d17eee38
r8375: - move from netr_StringLarge to lsa_StringLarge
...
- we need to use lsa_StringLarge in lsa_DnsDomainInfo, to make windows clients happy
metze
(This used to be commit 044d18f85f82b4ab5d71a6ae366052af0dbe8e7e)
2007-10-10 13:20:13 -05:00
Andrew Tridgell
fc5a0c4c46
r8374: avoid running flex and bison unless needed
...
this should stop the files changes in svn for other developers
(This used to be commit 18d3deb777bd6aa4dd102fa2a2838d0afc2bd74c)
2007-10-10 13:20:13 -05:00
Simo Sorce
c9b0e86a43
r8373: New wildcard matching code.
...
This code applies correct ldap standard wildcard matching code
removes WILDCARD matching from tdb @ATTRIBUTES, that's now handled independently
adds some more tests for wildcard matching
fixes dn comparison code in ldb_match
(This used to be commit 4eb5863042011988d85092d7dde3d809aa15bd59)
2007-10-10 13:20:13 -05:00
Andrew Tridgell
adb7fd18e5
r8372: - split out provisioning logic into a separate ejs library
...
- added a provisioning web page
(This used to be commit 7476cb94132cf2849ec19360468904ca6fe8de2c)
2007-10-10 13:20:13 -05:00
Stefan Metzmacher
a4c614b012
r8371: the objectGUID is now stored in binary...
...
metze
(This used to be commit b920b306b3813ba4a220249dbd7e443605074c9b)
2007-10-10 13:20:13 -05:00
Stefan Metzmacher
557c78e36d
r8370: remove the '$' from in the cn: attribute for computer and dc accounts
...
metze
(This used to be commit 206f33778e8ff88b5eea493ead31342cc4405a22)
2007-10-10 13:20:12 -05:00
Andrew Tridgell
5b567cfbb6
r8369: update the configure script I use
...
(This used to be commit 1f1e8f7d0fb4f69bc4aaeefc94ab246729c446f2)
2007-10-10 13:20:12 -05:00
Stefan Metzmacher
e87f589f00
r8368: the type filed depends on the user being present or not
...
call ndr_print for each call
metze
(This used to be commit 0a07e4ef8d869d35ceb0761495e367077f2361ba)
2007-10-10 13:20:12 -05:00
Andrew Tridgell
bab3e5d6ce
r8367: another configure test needed by netbsd for heimdal
...
(This used to be commit 8ddf866438231192c4884877d9e80f0d525ee431)
2007-10-10 13:20:12 -05:00
Andrew Tridgell
b8b5544500
r8365: fixed a problem on netbsd
...
(This used to be commit d5d0769da93219dbd582139482d34b744b359b99)
2007-10-10 13:20:12 -05:00
Andrew Tridgell
a7c7a9c64c
r8364: fixed a valgrind bug spotted by simo
...
(This used to be commit ef804e8f36f1835d5d61f69565f1195a70f37e74)
2007-10-10 13:20:12 -05:00
Stefan Metzmacher
f4ec5d45c3
r8363: - we need to correct the realm for the krbtgt/NETBIOSDOMAINREALM
...
into krbtgt/DNS.DOMAIN.REALM too
with this a windows client asks for the correct ticket when you try to login
(but it's still not working correct, as some how we mess up the dns host name of the
client and it asks for the wrong service principal)
- fix some compiler wranings
- fix some debug messages
metze
(This used to be commit c4c93eeec20ceb062d37f392139a5ef8bbb626f5)
2007-10-10 13:20:12 -05:00
Love Hörnquist Åstrand
1a539f3f0b
r8362: change AC_INIT to the new version, improves failure reporting from autoconf
...
configure: WARNING: sys/mount.h: present but cannot be compiled
[...]
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: sys/mount.h: present but cannot be compiled
[...]
configure: WARNING: ## ---------------------------------------- ##
configure: WARNING: ## Report this to samba-technical@samba.org ##
configure: WARNING: ## ---------------------------------------- ##
(This used to be commit f872686d83e3fbfaff89f2ff7ca2457c0a72d27c)
2007-10-10 13:20:11 -05:00
Love Hörnquist Åstrand
91163c518c
r8361: ctype is* macros needs unsigned arguments
...
(This used to be commit 07a7ab0a6af7224c4290043442a304baef656e94)
2007-10-10 13:20:11 -05:00
Stefan Metzmacher
908a2e6cc1
r8359: fix a shell warning
...
metze
(This used to be commit 9739aa75d27e854657c97208850f07d40adb4dbd)
2007-10-10 13:20:11 -05:00
Tim Potter
24f4236a9f
r8358: Return an error message if js include path not set instead of silently
...
failing.
(This used to be commit 797d9cf0c72992b2d5b9912d0f41873b6acc3195)
2007-10-10 13:20:11 -05:00
Tim Potter
6b38e62f0a
r8357: Call lp_load() so we can access the various lp_functions().
...
(This used to be commit f76a7ec2a2ef5db7ca7dced519474495d7ea02dc)
2007-10-10 13:20:11 -05:00
Love Hörnquist Åstrand
74046071f5
r8356: avoid warning from AC_CHECK_HEADER that file is present but cannot be compiled
...
for sys/mount.h
(This used to be commit f70e8b4f6ea0db0a7a9134848fefcd0389aabe56)
2007-10-10 13:20:11 -05:00