summaryrefslogtreecommitdiff
path: root/source4/libcli/nmblib.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell1-0/+29
handle connections using the IP as the server name, while not trying for NBT name resolution on names like "192" and "192.168.1.2". also removed the ip address argument to smbcli_socket_connect() as it isn't used and doesn't really make sense. (This used to be commit 2ce4028842556328da4da0de9bee942bed02cc62)
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-15/+15
metze (This used to be commit 9f914e4af99e18b469d4cf9d8b1514a2bd28ddec)
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-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+1287
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)