Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r18329: print out special make variables when failing, to track down the | Stefan Metzmacher | 2006-09-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | build failures on older BSD systems with broken make metze | |||||
| | | * | r18328: when we bail out early, set *offset to 0 | Andrew Tridgell | 2006-09-10 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | r18327: 'struct token' is defined on some hosts | Andrew Tridgell | 2006-09-10 | 1 | -5/+5 | |
| | | | | ||||||
| | | * | r18326: these are not used anymore, I found the bug on *BSD | Stefan Metzmacher | 2006-09-10 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's the broken BSD make again where we endup with this: ... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o metze | |||||
| | | * | r18325: more warnings and one compile error on aix fixed | Andrew Tridgell | 2006-09-10 | 4 | -6/+6 | |
| | | | | ||||||
| | | * | r18324: fixed a uninitialised variable | Andrew Tridgell | 2006-09-10 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18323: this function returns a pointer, not a bool | Andrew Tridgell | 2006-09-10 | 1 | -3/+2 | |
| | | | | ||||||
| | | * | r18322: fixed a compilation problem on AIX caused by lex not putting config.h | Andrew Tridgell | 2006-09-10 | 3 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | first. That leads to a conflicting define for lseek() due to _LARGE_FILES being defined after standards headers are included | |||||
| | | * | r18321: fixed some warnings on AIX | Andrew Tridgell | 2006-09-10 | 5 | -5/+6 | |
| | | | | ||||||
| | | * | r18320: the raw write size limit test hurts too many hosts. Limit it to 2^33 | Andrew Tridgell | 2006-09-10 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | bytes if --dangerous is not set. | |||||
| | | * | r18319: fixed the directory search resume code on IRIX | Andrew Tridgell | 2006-09-10 | 6 | -31/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was twofold: 1) irix returns 64 bit numbers in telldir(). The protocol uses a 32 bit resume key. We now cope with this properly using the code in pvfs_list_seek_ofs(). 2) irix returns 0xFFFFFFFF from telldir() for the last entry in the directory. When added to DIR_OFFSET_BASE this became DIR_OFFSET_DOTDOT which meant an infinite loop! | |||||
| | | * | r18318: Implement DiskEnum | Simo Sorce | 2006-09-10 | 2 | -6/+21 | |
| | | | | | | | | | | | | | | | | Fix spelling and consistencies issues in idl | |||||
| | | * | r18317: Make sure we actually have a valid reply or fail | Simo Sorce | 2006-09-10 | 1 | -0/+3 | |
| | | | | ||||||
| | | * | r18316: Build the parent too | Simo Sorce | 2006-09-10 | 1 | -0/+9 | |
| | | | | ||||||
| | | * | r18315: Implement netSrvGetInfo level 102 | Simo Sorce | 2006-09-10 | 3 | -3/+76 | |
| | | | | | | | | | | | | | | | | fix names to be consistent between level 101 and 102 and typo in idl | |||||
| | | * | r18314: Handle the case where a dir has the sticky bit set and the OS gives back | Simo Sorce | 2006-09-09 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | EPERM when trying to access user xattrs. Just pretend no attributes are set. Simo. | |||||
| | | * | r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap | Andrew Tridgell | 2006-09-09 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library. Even though we don't like to that library, it gets loaded via nss-ldap, which means nss-ldap calls into the samba ldap lib with the wrong parameters, and crashes. We really need to use a completely different namespace in libcli/ldap/ | |||||
| | | * | r18308: get this right .... | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18307: fixed a warning | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18306: I hope that works better... | Stefan Metzmacher | 2006-09-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18305: get some more debug output to fix the build on sambajail | Stefan Metzmacher | 2006-09-09 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18304: fixed misuse of size_t in dopr() | Andrew Tridgell | 2006-09-09 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | r18303: we should just use -Ilib/popt as in all other places | Stefan Metzmacher | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18302: fixed test_cifsdd.sh - the unnecessary sum operations were breaking on | Andrew Tridgell | 2006-09-09 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | solaris | |||||
| | | * | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2006-09-09 | 28 | -60/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emacs compile mode (hint, paste to a file, and compile as "cat filename"). This allowed me to fix nearly all the warnings for a IA_64 SuSE build very quickly. | |||||
| | | * | r18300: fixed a type bug in heimdal - lha, you happy with this upstream? It | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | showed up on ia_64 systems | |||||
| | | * | r18299: POPT_CREDENTIALS should depend on LIBPOPT | Andrew Tridgell | 2006-09-09 | 1 | -1/+2 | |
| | | | | ||||||
| | | * | r18298: fixed mmap failure test | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18297: - remove leading ./ | Stefan Metzmacher | 2006-09-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - add CFLAGS to the dynconfig-devel.o rule metze | |||||
| | | * | r18296: this isn't needed anymore | Stefan Metzmacher | 2006-09-09 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18295: pass write type for packet_size | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | this fixes a crash on IA_64 systems | |||||
| | | * | r18294: remove leading ././ from .mk files | Stefan Metzmacher | 2006-09-09 | 1 | -8/+28 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18293: use the correct name it's not always under $srcdir... | Stefan Metzmacher | 2006-09-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18292: import some autoconf 2.60 specific macros, | Stefan Metzmacher | 2006-09-09 | 2 | -0/+199 | |
| | | | | | | | | | | | | | | | | | | | | | | | | so that older autoconf versions still work metze | |||||
| | | * | r18291: don't add ./ for files in the top dir '.' | Stefan Metzmacher | 2006-09-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18290: finally worked out why we were failing tests on solaris. It has | Andrew Tridgell | 2006-09-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | kerberos on port 750 in /etc/services! Work around this by using 127.0.0.1:88 in the krb5.conf | |||||
| | | * | r18289: don't check for inline till we've worked out the main compiler flags | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18288: autoconf already has a C99 test builtin! | Andrew Tridgell | 2006-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | If this works well, we can remove our own test | |||||
| | | * | r18287: add support for the -qlanglvl=extc99 and -qlanglvl=stdc99 flags, | Andrew Tridgell | 2006-09-09 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | needed on AIX 5.2 for C99 structures | |||||
| | | * | r18286: ldb now needs install-sh too | Andrew Tridgell | 2006-09-09 | 1 | -0/+238 | |
| | | | | ||||||
| | | * | r18285: tdb now needs install-sh | Andrew Tridgell | 2006-09-09 | 1 | -0/+238 | |
| | | | | ||||||
| | | * | r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definition | Andrew Tridgell | 2006-09-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | of sendfile() | |||||
| | | * | r18283: libreplace.m4 needs to be early in configure.ac in other packages too | Andrew Tridgell | 2006-09-09 | 4 | -16/+8 | |
| | | | | ||||||
| | | * | r18282: dynconfig.o build rule needs cflags.pl too | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18281: a workaround for an infinite dependency loop in the dependency | Andrew Tridgell | 2006-09-09 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generation for smbreadline.d. The problem was caused by extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build using lib/smbreadline/smbreadline.o, which means cflags.pl didn't match the target. Hopefully the workaround can be removed when metze or jelmer wake up and give me a hint on how to make SMB_SUBSYSTEM() not add the ./ prefix :-) | |||||
| | | * | r18280: more portability tidyups, ensuring we use libreplace everywhere | Andrew Tridgell | 2006-09-09 | 4 | -18/+14 | |
| | | | | ||||||
| | | * | r18279: libreplace.m4 needs to come first or autoconf complains, as libreplace | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | checks for global system flags | |||||
| | | * | r18278: move more header checks and _GNU_SOURCE into libreplace | Andrew Tridgell | 2006-09-09 | 3 | -15/+12 | |
| | | | | ||||||
| | | * | r18277: on some of our slower hosts we need more than 2700 seconds for smbd to | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | complete all tests | |||||
| | | * | r18273: AC_PROG_LD_GNU needs LD defined already | Stefan Metzmacher | 2006-09-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze |