summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r18330: don't mix pointer types in RPC repliesAndrew Tridgell2007-10-101-1/+5
| | | | (This used to be commit cc86719f53a47e3ca25b19d7a765314ce967ab01)
* r18329: print out special make variables when failing, to track down theStefan Metzmacher2007-10-101-0/+3
| | | | | | | build failures on older BSD systems with broken make metze (This used to be commit 7edb40569a5b5c971894a5e753638eeccef15dea)
* r18328: when we bail out early, set *offset to 0Andrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 81230464600bd3a2bb283303b2b9c71f6409675b)
* r18327: 'struct token' is defined on some hostsAndrew Tridgell2007-10-101-5/+5
| | | | (This used to be commit b2bba4e7261e4daf2be44110c454eb0e217836ca)
* r18326: these are not used anymore, I found the bug on *BSDStefan Metzmacher2007-10-101-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 (This used to be commit 97d73452c55c7110f25687d33e026f326a43b03c)
* r18325: more warnings and one compile error on aix fixedAndrew Tridgell2007-10-104-6/+6
| | | | (This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
* r18324: fixed a uninitialised variableAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 08562d6ebe6b2c48026f0d1e97ec4dd8ea215b2c)
* r18323: this function returns a pointer, not a boolAndrew Tridgell2007-10-101-3/+2
| | | | (This used to be commit 86ef345cbf98e38b4e135cf52761c7268b608313)
* r18322: fixed a compilation problem on AIX caused by lex not putting config.hAndrew Tridgell2007-10-103-2/+6
| | | | | | first. That leads to a conflicting define for lseek() due to _LARGE_FILES being defined after standards headers are included (This used to be commit 9034238e27f22a7077df9fa0d7c83cce4503aabc)
* r18321: fixed some warnings on AIXAndrew Tridgell2007-10-105-5/+6
| | | | (This used to be commit 449fab2c264aa50601f9a2d3310f1910ba97706b)
* r18320: the raw write size limit test hurts too many hosts. Limit it to 2^33Andrew Tridgell2007-10-101-1/+7
| | | | | bytes if --dangerous is not set. (This used to be commit 90e5136ea4a47ecb59426fe547ae92db1fd8657a)
* r18319: fixed the directory search resume code on IRIXAndrew Tridgell2007-10-106-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! (This used to be commit 8cce9740ed0da9f08d6821beb4acaa9d28d149c2)
* r18318: Implement DiskEnumSimo Sorce2007-10-102-6/+21
| | | | | Fix spelling and consistencies issues in idl (This used to be commit 1347c971ac4dd62e6e6643293d48917ac065d19c)
* r18317: Make sure we actually have a valid reply or failSimo Sorce2007-10-101-0/+3
| | | | (This used to be commit 41cb3a9258012e628a2d87959cc066f6c5d92255)
* r18316: Build the parent tooSimo Sorce2007-10-101-0/+9
| | | | (This used to be commit 1fcf725bc0a10454be8d276920ac14f346eb4a21)
* r18315: Implement netSrvGetInfo level 102Simo Sorce2007-10-103-3/+76
| | | | | fix names to be consistent between level 101 and 102 and typo in idl (This used to be commit 1962fb92d706962544c293770718294e595f9fc4)
* r18314: Handle the case where a dir has the sticky bit set and the OS gives backSimo Sorce2007-10-101-0/+24
| | | | | | | EPERM when trying to access user xattrs. Just pretend no attributes are set. Simo. (This used to be commit 53463ca7969e76f9fb2bc7c5a023d23732e422f5)
* r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell2007-10-104-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/ (This used to be commit c440e0eed9afae5fe69995a7416971e7c8560779)
* r18308: get this right ....Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 3697cd6597875fe22f6885ce20612a32d0be2513)
* r18307: fixed a warningAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit cf24d46ea3c2dca4425121642400bef88f218a9e)
* r18306: I hope that works better...Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit fa060ff7a6bcbfbdd8cbb08af44dc462d3d289a7)
* r18305: get some more debug output to fix the build on sambajailStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 13f54d8fa73a2a53dee4911ee65de1debffb76ce)
* r18304: fixed misuse of size_t in dopr()Andrew Tridgell2007-10-101-3/+3
| | | | (This used to be commit d082a3c5f5785e9d7775d94542ce9cc8ef098f63)
* r18303: we should just use -Ilib/popt as in all other placesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 82bf7013058caa25a62cde98e4c68083952b0f88)
* r18302: fixed test_cifsdd.sh - the unnecessary sum operations were breaking onAndrew Tridgell2007-10-101-7/+1
| | | | | solaris (This used to be commit 3828c463ad31ae1ce4a4aba307126bd47adc1329)
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-1028-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. (This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667)
* r18300: fixed a type bug in heimdal - lha, you happy with this upstream? ItAndrew Tridgell2007-10-101-1/+1
| | | | | showed up on ia_64 systems (This used to be commit 1f38a7ea56944466d90622832e4570dc324adc4e)
* r18299: POPT_CREDENTIALS should depend on LIBPOPTAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 95878272cdb20d20c0866fdee35081ae63afa64e)
* r18298: fixed mmap failure testAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit dee6551dc36789506a59bcd3242f208d5bfd5d6f)
* r18297: - remove leading ./Stefan Metzmacher2007-10-101-3/+3
| | | | | | | - add CFLAGS to the dynconfig-devel.o rule metze (This used to be commit d9401b1f41bde8fff556eeeac78eefb48551e2f2)
* r18296: this isn't needed anymoreStefan Metzmacher2007-10-101-5/+3
| | | | | metze (This used to be commit 1ee1007597a8bc20a54516264312642bc7de0483)
* r18295: pass write type for packet_sizeAndrew Tridgell2007-10-101-1/+1
| | | | | this fixes a crash on IA_64 systems (This used to be commit 22c39027621fb65663122b4959b171d328b549d4)
* r18294: remove leading ././ from .mk filesStefan Metzmacher2007-10-101-8/+28
| | | | | metze (This used to be commit f41e2f7f5a71d22ae6b27ac9fb0239512728e12c)
* r18293: use the correct name it's not always under $srcdir...Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit cf61435b435b7995f20e07b93002e51fe4ac2c82)
* r18292: import some autoconf 2.60 specific macros,Stefan Metzmacher2007-10-102-0/+199
| | | | | | | so that older autoconf versions still work metze (This used to be commit 43970e6d081e56837e38856a9d05c8b9c303955e)
* r18291: don't add ./ for files in the top dir '.'Stefan Metzmacher2007-10-101-1/+5
| | | | | metze (This used to be commit f60be737efc9e3d515479301a9ed24347aa773cc)
* r18290: finally worked out why we were failing tests on solaris. It hasAndrew Tridgell2007-10-101-2/+2
| | | | | | kerberos on port 750 in /etc/services! Work around this by using 127.0.0.1:88 in the krb5.conf (This used to be commit 9fb91702fd6c080d87ea60c60e0591636d1a6441)
* r18289: don't check for inline till we've worked out the main compiler flagsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 46ab2b9971c100afa2ed2cb8da0390cfaa9b7032)
* r18288: autoconf already has a C99 test builtin!Andrew Tridgell2007-10-101-0/+1
| | | | | If this works well, we can remove our own test (This used to be commit b4b028e65e242b0fa1d74454bfa0b292917088eb)
* r18287: add support for the -qlanglvl=extc99 and -qlanglvl=stdc99 flags,Andrew Tridgell2007-10-101-0/+18
| | | | | needed on AIX 5.2 for C99 structures (This used to be commit 2dc9239a3621f48fbb410a60fee61d70f85ada91)
* r18286: ldb now needs install-sh tooAndrew Tridgell2007-10-101-0/+238
| | | | (This used to be commit ce5b1b8c09a9fe07fb953e7ad6bef204f98918aa)
* r18285: tdb now needs install-shAndrew Tridgell2007-10-101-0/+238
| | | | (This used to be commit 007da6115a4af137cfb774c35767a9073130e4bf)
* r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definitionAndrew Tridgell2007-10-101-0/+6
| | | | | of sendfile() (This used to be commit 3e0f262b384b73183452aefabca93c01d53387a8)
* r18283: libreplace.m4 needs to be early in configure.ac in other packages tooAndrew Tridgell2007-10-104-16/+8
| | | | (This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)
* r18282: dynconfig.o build rule needs cflags.pl tooAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit a805d8d1033e3b7dd01adac73ec428bcbd66f976)
* r18281: a workaround for an infinite dependency loop in the dependencyAndrew Tridgell2007-10-102-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 :-) (This used to be commit 826cd304a7cf54ab60ea41b6ecf00ca7b89f2b39)
* r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell2007-10-104-18/+14
| | | | (This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
* r18279: libreplace.m4 needs to come first or autoconf complains, as libreplaceAndrew Tridgell2007-10-101-1/+1
| | | | | checks for global system flags (This used to be commit 6eefd44a878ed712bd789c84e89e70c586621b09)
* r18278: move more header checks and _GNU_SOURCE into libreplaceAndrew Tridgell2007-10-103-15/+12
| | | | (This used to be commit 77c442cd469ba881215e025c87ce632c876eb617)
* r18277: on some of our slower hosts we need more than 2700 seconds for smbd toAndrew Tridgell2007-10-101-1/+1
| | | | | complete all tests (This used to be commit c44b17ad66281eb4611353fd79a410151d9ce531)