Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r18244: more portable shell scripting | Andrew Tridgell | 2006-09-08 | 1 | -6/+6 | |
| | | | | ||||||
| | | * | r18243: when setting up a composite continuation, if the context has already | Andrew Tridgell | 2006-09-08 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finished when we need to trigger the continuation immediately. Via a fairly complex path, this fixes the problem where all hosts in the build farm that do not have ipv6 failed a lot of the RPC tests. This happened because the dcerpc_connect() async code used a composite_continue() on a context which was already in an error state, due to the socket backend saying that ipv6 was unavailable | |||||
| | | * | r18242: The cyrus-sasl encode/decode routines process the entire input. | Andrew Bartlett | 2006-09-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18240: Make it clearer when we store the plaintext password. | Andrew Bartlett | 2006-09-08 | 2 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store the plaintext password in userPassword in the LDAP backend so that the OpenLDAP server can use DIGEST-MD5. Andrew Bartlett | |||||
| | | * | r18238: add SID_NAME_COMPUTER to the enum lsa_SidType type | Gerald Carter | 2006-09-07 | 1 | -1/+2 | |
| | | | | ||||||
| | | * | r18231: Don't use _PUBLIC_ but use __attribute__ directly instead. | Jelmer Vernooij | 2006-09-07 | 1 | -3/+11 | |
| | | | | ||||||
| | | * | r18228: Don't include Samba4-specific headers when building inside a Samba3 ↵ | Jelmer Vernooij | 2006-09-07 | 2 | -16/+27 | |
| | | | | | | | | | | | | | | | | tree. | |||||
| | | * | r18227: Recognize Samba3 in-tree builds. | Jelmer Vernooij | 2006-09-07 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18223: the perl array of dependecies is in reversed order | Stefan Metzmacher | 2006-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | print out the CFLAGS in the correct order metze | |||||
| | | * | r18222: filter out double entries from CFLAGS | Stefan Metzmacher | 2006-09-07 | 4 | -25/+33 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18221: moved more configure checks into lib/replace/ | Andrew Tridgell | 2006-09-07 | 3 | -65/+32 | |
| | | | | ||||||
| | | * | r18220: $#foo returns the index of the last element not the count of elements, | Stefan Metzmacher | 2006-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we need >= 0. as 0 means one element metze | |||||
| | | * | r18219: move some more portability checks out of samba4 and info lib/replace | Andrew Tridgell | 2006-09-07 | 3 | -101/+31 | |
| | | | | ||||||
| | | * | r18218: setenv() is guaranteed by libreplace | Andrew Tridgell | 2006-09-07 | 1 | -13/+0 | |
| | | | | | | | | | | | | | | | | also, putenv() cannot take a const char * | |||||
| | | * | r18217: use shorter perl | Stefan Metzmacher | 2006-09-07 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18216: a special override for the broken HP-UX C compiler. It does support | Andrew Tridgell | 2006-09-07 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | C99 initialisers without any flags, but if you don't give it -AC99 then it dies when those initialisers are very complex | |||||
| | | * | r18215: use a shorter version | Stefan Metzmacher | 2006-09-07 | 1 | -7/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18214: don't add empty elements | Stefan Metzmacher | 2006-09-07 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 2006-09-07 | 18 | -40/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | always at it as first private dependencies metze | |||||
| | | * | r18212: Use bitmap for access mask. Patch by Ronnie Sahlberg. | Jelmer Vernooij | 2006-09-07 | 1 | -13/+16 | |
| | | | | ||||||
| | | * | r18211: wct is not a size, so don't use size_t | Andrew Tridgell | 2006-09-07 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | this should fix a pile of printf format warnings | |||||
| | | * | r18210: - reenable autodependencies | Stefan Metzmacher | 2006-09-07 | 4 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - and add -MT $@ to the dependency generation to notice changes in depdendecies of header files you may need a 'make clean' or at least you need to remove heimdal_build/replace.hd metze | |||||
| | | * | r18209: fix the ifdef for HAVE_HISTORY_LIST | Andrew Tridgell | 2006-09-07 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18208: Mac OS X also doesn't have history_list() | Andrew Tridgell | 2006-09-07 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | must be a pretty old readline lib! | |||||
| | | * | r18207: not all readline libs have rl_event_hook | Andrew Tridgell | 2006-09-07 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | this should help with coreserverbuild (Mac OS X) | |||||
| | | * | r18206: need rep_ macro for setlinebuf | Andrew Tridgell | 2006-09-07 | 1 | -0/+5 | |
| | | | | ||||||
| | | * | r18205: need rep_ macros for seteuid and setegid | Andrew Tridgell | 2006-09-07 | 1 | -0/+10 | |
| | | | | ||||||
| | | * | r18204: darn, compilers always look in the directory the source is in for | Andrew Tridgell | 2006-09-07 | 18 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | headers with "" even with a -I override. That means our heimdal_build/ roken override doesn't work. Switching to <> style includes in roken fixes this. lha, would be be acceptable upstream? I notice that half your includes of roken.h are with <> now anyway, so should be harmless (and even more consistent!) | |||||
| | | * | r18203: rearranged the overrides in heimdal_build/*.h to avoid the use of | Andrew Tridgell | 2006-09-07 | 3 | -48/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heimdal_build/config.h from interfering with libreplace This is a workaround for the fact that with the current CFLAGS and dependencies system, -Iheimdal_build is put at the front of the includes list, which means it overrides the normal config.h | |||||
| | | * | r18202: moved the overrides for HAVE_xxx from heimdal_build/config.h to | Andrew Tridgell | 2006-09-07 | 2 | -23/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heimdal_build/roken.h This is a workaround for the fact that with the current CFLAGS and dependencies system, -Iheimdal_build is put at the front of the includes list, which means it overrides the normal config.h | |||||
| | | * | r18198: Fix callbacks to use allocated or constant memory, not the stack. | Andrew Bartlett | 2006-09-07 | 1 | -16/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These values are used by SASL at a later time, and must remain valid. Make the password callback actually return the password. Andrew Bartlett | |||||
| | | * | r18194: Allow empty bitmap {} declarations. | Jelmer Vernooij | 2006-09-06 | 2 | -339/+354 | |
| | | | | ||||||
| | | * | r18190: Add more NET tests to be run on the build farm. | Rafal Szczesniak | 2006-09-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r18184: make clear that autodepencies are disabled currently | Stefan Metzmacher | 2006-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC | Stefan Metzmacher | 2006-09-06 | 6 | -9/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also specify USE_HOSTCC = YES on binaries that use HOSTCC I also disable autodependecies as this change let make run forever, I hopefully fix that tomorrow metze | |||||
| | | * | r18181: use: | Stefan Metzmacher | 2006-09-06 | 3 | -123/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CC and CFLAGS LD and LDFLAGS STLD and STLD_FLAGS SHLD and SHLD_FLAGS all controled by configure and import the values from samba3 which are more recent metze | |||||
| | | * | r18179: - move CC specific stuff to check_cc.m4 | Stefan Metzmacher | 2006-09-06 | 2 | -34/+102 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add some AC_DEFINES to rewrite.m4 (I'll remove them from check_ld.m4 soon) (I've also merged new values from samba3) metze | |||||
| | | * | r18178: another place needs LIBREPLACE to get strndup | Andrew Tridgell | 2006-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | metze or jelmer, is there some way we can get LIBREPLACE in globally? We're going to be chasing these forever! | |||||
| | | * | r18176: reg_util.c needs LIBREPLACE for strndup | Andrew Tridgell | 2006-09-06 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18173: PICSUFFIX isn't used anymore | Stefan Metzmacher | 2006-09-06 | 1 | -13/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18171: Generate prototypes for functions returning bool. | Jelmer Vernooij | 2006-09-06 | 1 | -2/+3 | |
| | | | | ||||||
| | | * | r18169: Remove accidentally committed bits | Jelmer Vernooij | 2006-09-06 | 1 | -0/+5 | |
| | | | | ||||||
| | | * | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 2006-09-06 | 18 | -28/+19 | |
| | | | | ||||||
| | | * | r18166: Fix build with external popt. | Jelmer Vernooij | 2006-09-06 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18164: enable the SASL library if found | Stefan Metzmacher | 2006-09-06 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18163: Remove defines for BOOL, False and True | Jelmer Vernooij | 2006-09-06 | 1 | -82/+72 | |
| | | | | ||||||
| | | * | r18161: Fix LDB build after popt changes. | Jelmer Vernooij | 2006-09-06 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18160: - pread and pwrite replacements need to be non-static | Andrew Tridgell | 2006-09-06 | 8 | -82/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - replacing rename() is pointless - all platforms have it (and the #define of rename breaks some code) - use system/locale.h in snprintf.c - fix passwd.h for initgroups - stdlib is in replace.h, not needed elsewhere - fix the initgroups replacement - fix mapping of dl functions to rep_* | |||||
| | | * | r18159: always recreate the the archive and use -s (which does the same as ↵ | Stefan Metzmacher | 2006-09-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ranlib) and see how portable it is metze | |||||
| | | * | r18157: Fix building with external popt. | Jelmer Vernooij | 2006-09-06 | 2 | -13/+45 | |
| | | | |