summaryrefslogtreecommitdiffstats
path: root/source4/lib/system.c
Commit message (Collapse)AuthorAgeFilesLines
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-30/+0
| | | | | | | | | | 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)
* * removed a bunch of unused codeAndrew Tridgell2003-11-301-171/+0
| | | | | * made some functions static (This used to be commit 829b87f30d5f4cc7174b716f3354982d84af4818)
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-1/+1
| | | | | | In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. (This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+1114
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)