summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell2007-10-106-12/+46
* r8480: fixed a typoAndrew Tridgell2007-10-101-2/+2
* r8479: * Sync CSS with current samba.org stylesheets.Deryck Hodge2007-10-108-88/+275
* r8477: Simplify header/footer handling. esp variables allowDeryck Hodge2007-10-106-11/+12
* r8476: add a note that DsAddEntry is very incomplete yetStefan Metzmacher2007-10-101-0/+8
* r8474: add some more attid mappingsStefan Metzmacher2007-10-101-1/+6
* r8471: --ejs taking an optional arguments interferes with the pidl extra argsAndrew Tridgell2007-10-101-3/+3
* r8470: looks like popt portability is going to be a bit of a fight :(Andrew Tridgell2007-10-101-1/+2
* r8469: the extra pidl args need to be normal args, not after a --, otherwise ...Andrew Tridgell2007-10-101-1/+1
* r8467: using both math.h and float.h breaks popt on freebsd 5.4Andrew Tridgell2007-10-101-2/+3
* r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell2007-10-101-1/+0
* r8465: once we define socklen_t, then tell other include files we have it. Th...Andrew Tridgell2007-10-101-0/+1
* r8464: the last few functions needed by irix 6.4.Andrew Tridgell2007-10-106-1/+389
* r8463: more irix fixes. This one adds some missing addrinfo functionsAndrew Tridgell2007-10-105-0/+570
* r8462: added a test for %lld support to our snprintf() configure test.Andrew Tridgell2007-10-101-1/+5
* r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell2007-10-103-2/+2
* r8460: removed the unused function krb5_locate_kdc(). It causes a build failu...Andrew Tridgell2007-10-103-64/+0
* r8459: move to the more portable script execution methodAndrew Tridgell2007-10-102-2/+4
* r8458: next target is irix - this gets the socket wrapper code buildingAndrew Tridgell2007-10-102-4/+4
* r8456: avoid double inclusion of roken.h (this was breaking the build on irix...Andrew Tridgell2007-10-101-0/+7
* r8453: my solaris10 box doesn't have math.hAndrew Tridgell2007-10-102-2/+3
* r8452: allow for the ugly hack:Andrew Tridgell2007-10-101-9/+9
* r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell2007-10-102-7/+20
* r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell2007-10-105-2/+54
* r8449: - search for lex and yacc properlyAndrew Tridgell2007-10-104-13/+25
* r8448: - added a test target for tdbAndrew Tridgell2007-10-102-2/+9
* r8447: fixed make install in the farmAndrew Tridgell2007-10-101-0/+3
* r8446: if provisioning fails then don't try to run the test suite!Andrew Tridgell2007-10-101-1/+1
* r8445: if a system doesn't have "nogroup" then try "nobody"Andrew Tridgell2007-10-101-1/+1
* r8444: make ./configure.mumble CC='ccache cc'Love Hörnquist Åstrand2007-10-103-3/+3
* r8443: added talloc.3 to the tree to try to allow talloc to build on systems ...Andrew Tridgell2007-10-101-0/+489
* r8442: remove tdbtest from our build. If you want it, then doAndrew Tridgell2007-10-101-10/+0
* r8441: don't build tdbtest by default as there are too many systems thatAndrew Tridgell2007-10-102-17/+1
* r8440: - several build farm hosts were failing 'make clean' as the list ofAndrew Tridgell2007-10-101-1/+5
* r8439: removed an accidential commitAndrew Tridgell2007-10-101-7/+0
* r8438: - More win32 portability fixes. Now fails on socketwrapper (becauseJelmer Vernooij2007-10-103-29/+8
* r8437: Win32 doesn't have u_int*_tJelmer Vernooij2007-10-101-0/+3
* r8436: Check for sys/sockets.hJelmer Vernooij2007-10-101-0/+2
* r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:Jelmer Vernooij2007-10-104-1/+148
* r8430: readd my hack to display the hashes with -d 100Stefan Metzmacher2007-10-101-0/+9
* r8429: fix compiler warningsStefan Metzmacher2007-10-101-3/+3
* r8425: add err() and errx() functions needed by for compile_et on some systemsAndrew Tridgell2007-10-105-2/+66
* r8424: bring in some more of heimdals m4 macros, and remove the hard-coding o...Andrew Tridgell2007-10-102-8/+62
* r8423: remove the dependency on the full roken lib for asn1_compileAndrew Tridgell2007-10-101-1/+3
* r8422: needed on irix 6.4Andrew Tridgell2007-10-101-0/+1
* r8421: needed for build on solaris10Andrew Tridgell2007-10-101-0/+1
* r8420: slowly getting my way through some more heimdal portability fixesAndrew Tridgell2007-10-105-8/+93
* r8419: in order to use our replace.h, heimdal needs stdarg.hAndrew Tridgell2007-10-101-0/+1
* r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)Andrew Tridgell2007-10-101-12/+12
* r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell2007-10-102-2/+2