summaryrefslogtreecommitdiff
path: root/source4/include/nameserv.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r1065: some header file cleanupsStefan Metzmacher1-0/+10
smb.h should end with only smb protocol specific stuff in it metze (This used to be commit fda8e59f3d057bf849598f96f78f50f62d8514fe)
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
metze (This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
2007-10-10r893: a few more _t conversionsAndrew Tridgell1-2/+2
(This used to be commit 66eb46dbb1486c5916194bf6b303cf16373a272a)
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-2/+2
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)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+644
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)