summaryrefslogtreecommitdiff
path: root/libcli/nbt
AgeCommit message (Expand)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-05-31libcli/nbt/lmhosts: fix missing prototype warning.Günther Deschner1-0/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij5-20/+14
2010-04-18s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell1-1/+0
2010-04-06s4-waf: more dependencies on tallocAndrew Tridgell1-4/+1
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-1/+1
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-1/+1
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+42
2010-03-30libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"Matthias Dieter Wallnöfer1-1/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2010-03-11libcli/nbt Add parser for a 'hosts' file that takes DNS record typesAndrew Bartlett3-0/+313
2010-02-08nbt: don't reference the event_ctx in nbtsockAndrew Tridgell1-1/+1
2010-02-02Change uint_t to unsigned int in libcliMatt Kraai1-1/+1
2010-02-01libcli/nbt: fix ndr_push_nbt_string() string labels with a length of 63 (0x3F...Stefan Metzmacher1-2/+2
2010-01-29libcli/nbt: fix off-by-one bug in ndr_pull_wrepl_nbt_name()Stefan Metzmacher1-2/+2
2010-01-29libcli/nbt: fix ndr_pull/push_wrepl_nbt_name()Stefan Metzmacher1-0/+25
2009-11-04libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett2-0/+85
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-09-19libcli:nbt move prototypes of lmhosts functions to libnbt.hAndrew Bartlett1-1/+6
2009-09-15libcli:nbt put util_net.c protos in new header fileAndrew Bartlett1-0/+1
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2-0/+206
2009-02-02libcli/nbt: s/private/private_dataStefan Metzmacher1-6/+6
2009-01-19Attempt to fix the merged buildVolker Lendecke2-3/+3
2009-01-19libcli/nbt: add nbt_name_socket_handle_response_packet()Stefan Metzmacher2-3/+13
2009-01-19libcli/nbt: add nbt_set_unexpected_handler()Stefan Metzmacher2-0/+17
2009-01-19libcli/nbt: fix wack timeout handlingStefan Metzmacher1-3/+18
2009-01-19Revert "Remove another use of global_loadparm."Stefan Metzmacher3-6/+2
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher4-10/+10
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-2/+2
2008-11-23libcli/nbt: fix some extrasemi compile warnings.Michael Adam1-3/+3
2008-11-02Fix the build.Jelmer Vernooij1-3/+1
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij4-3/+9
2008-10-24Fix the build.Jelmer Vernooij1-2/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij4-4/+0
2008-10-24Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij1-4/+4
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij1-0/+0
2008-10-12Move nmblookup to same location as the rest of the NBT client library.Jelmer Vernooij2-0/+604
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2-4/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-24libcli: add nbt_proto.h that is no longer autogenerated.Günther Deschner1-0/+43
2008-09-23s4-nbt: move libcli/nbt up one level.Günther Deschner8-0/+3042