summaryrefslogtreecommitdiff
path: root/source3/utils/smbfilter.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25s3:utils: Fix code spellingJoseph Sutton1-1/+1
2023-10-25s3:utils: Call gfree_all() before exit in smbfilterAndreas Schneider1-0/+1
2023-10-25s3:utils: Remove trailing white spaces in smbfilter.cAndreas Schneider1-3/+3
2021-03-19lib: Properly return errno from open_socket_in()Volker Lendecke1-3/+3
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2017-12-18source3/utils/smbfilter.c set socket close on execGary Lockyer1-0/+1
2016-05-13s3:smbfilter: fix O3 error unused result of system()Michael Adam1-1/+5
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke1-1/+1
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2015-02-25Fix the developer O3 buildVolker Lendecke1-1/+2
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-04-02s3:utils: check the status of open_socket_out() correctly in smbfilter.cStefan Metzmacher1-3/+2
2014-04-02s3:utils: use char packet[] in smbfilter.c to avoid warningsStefan Metzmacher1-1/+1
2014-03-05s3:utils/smbfilter: use a local variable for the packet bufferStefan Metzmacher1-1/+1
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-2/+2
2011-07-28s3:smbfilter: use lp_load_global()Michael Adam1-1/+1
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-28s3: Eliminate sys_select_intr from smbfilterVolker Lendecke1-17/+43
2011-02-09s3: Fix some nonempty blank lines and some typosVolker Lendecke1-7/+7
2011-01-26s3-utils: Fixed possible resource leak in smbfilter.Andreas Schneider1-0/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-09-26Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison1-9/+32
2009-07-28Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison1-1/+1
2009-02-24Convert name_mangle() to use tallocVolker Lendecke1-2/+9
2009-01-04Fix the build of smbfilterVolker Lendecke1-2/+3
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-1/+1
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-2/+4
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-2/+6
2008-01-04Fix the build.Jeremy Allison1-2/+2
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-2/+26
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-5/+5
2007-11-05Ensure we null out the address correctly.Jeremy Allison1-1/+2
2007-11-06Fix another segfault and make smbfilter run again.Michael Adam1-1/+3
2007-11-06Fix a segfault.Michael Adam1-0/+2
2007-11-06Try to fix the build. There was one forgotten callerMichael Adam1-2/+2
2007-10-26Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison1-3/+3
2007-10-26one more struct in_addr => struct sockaddr_storageStefan Metzmacher1-6/+12
2007-10-10r24943: Some stackframesVolker Lendecke1-0/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter1-2/+2
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0