summaryrefslogtreecommitdiff
path: root/source3/utils/smbfilter.c
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* source3/utils/smbfilter.c set socket close on execGary Lockyer2017-12-181-0/+1
* s3:smbfilter: fix O3 error unused result of system()Michael Adam2016-05-131-1/+5
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* Fix the developer O3 buildVolker Lendecke2015-02-251-1/+2
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* s3:utils: check the status of open_socket_out() correctly in smbfilter.cStefan Metzmacher2014-04-021-3/+2
* s3:utils: use char packet[] in smbfilter.c to avoid warningsStefan Metzmacher2014-04-021-1/+1
* s3:utils/smbfilter: use a local variable for the packet bufferStefan Metzmacher2014-03-051-1/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+2
* s3:smbfilter: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Eliminate sys_select_intr from smbfilterVolker Lendecke2011-02-281-17/+43
* s3: Fix some nonempty blank lines and some typosVolker Lendecke2011-02-091-7/+7
* s3-utils: Fixed possible resource leak in smbfilter.Andreas Schneider2011-01-261-0/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison2010-09-261-9/+32
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* Convert name_mangle() to use tallocVolker Lendecke2009-02-241-2/+9
* Fix the build of smbfilterVolker Lendecke2009-01-041-2/+3
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-1/+1
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-2/+4
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-2/+6
* Fix the build.Jeremy Allison2008-01-041-2/+2
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-2/+26
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-5/+5
* Ensure we null out the address correctly.Jeremy Allison2007-11-051-1/+2
* Fix another segfault and make smbfilter run again.Michael Adam2007-11-061-1/+3
* Fix a segfault.Michael Adam2007-11-061-0/+2
* Try to fix the build. There was one forgotten callerMichael Adam2007-11-061-2/+2
* Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison2007-10-261-3/+3
* one more struct in_addr => struct sockaddr_storageStefan Metzmacher2007-10-261-6/+12
* r24943: Some stackframesVolker Lendecke2007-10-101-0/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter2007-10-101-2/+2
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1