summaryrefslogtreecommitdiffstats
path: root/source4/include/byteorder.h
Commit message (Collapse)AuthorAgeFilesLines
* r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 653f5ccd61f2555bbd49b81c5cc660962b31aa68)
* r2961: fixed a silly typoAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit f76a1cf640a909aa2a4e26e65f59020f9ab575f4)
* r2960: during a lunchtime discussion I found out that all powerpc processorsAndrew Tridgell2007-10-101-2/+47
| | | | | | | | can correctly (and quickly!) handle unaligned little endian memory accesses, just like i386. This should reduce code size and speeds things up quite a lot on ppc, at the expense of some inline asm code (whcih means it only works with gcc) (This used to be commit 2a0c427c2bf2f8b0739f12c78151b819388c44d4)
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 57151e80eb1090281401930c8fe25b20a8cf3a38)
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit b5378803fdcb3b3afe7c2932a38828e83470f61a)
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-14/+14
| | | | | metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-10/+10
| | | | | metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-0/+4
| | | | | | | | | | structures. This was suggested by metze recently. I checked on the build farm and all the machines we have support 64 bit ints, and support the LL suffix for 64 bit constants. I suspect some won't support strtoll() and related functions, so we will probably need replacements for those. (This used to be commit 9a9244a1c66654c12abe4379661cba83a73c4c21)
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-141-1/+1
| | | | | | | | include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE include/smb_interfaces.h - remove empty structure source/lib/debug.c - void functions cannot return value libcli/clifile.c - cannot assign *struct to struct (This used to be commit 9a724762012f55d21d44ea87add7daf21f7414d1)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+175
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)