summaryrefslogtreecommitdiff
path: root/source3/lib/access.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-08s3-lib Use common lib/socket code for get_interfaces() et alAndrew Bartlett1-1/+1
2011-04-25s3:lib/access: normalize IPv4 mapped IPv6 addresses in both directions (bug #...Stefan Metzmacher1-14/+17
2011-03-16s3-interfaces: only include interfaces.h where needed.Günther Deschner1-0/+1
2010-08-26s3-build: only include memcache.h where needed.Günther Deschner1-0/+1
2010-08-22s3: Move check_access to cgi.c, its only userVolker Lendecke1-81/+0
2010-08-22s3: Replace calls to check_access by allow_accessVolker Lendecke1-0/+4
2010-08-16s3: Simplify the logic of check_access by an early returnVolker Lendecke1-34/+32
2010-08-16s3: Fix some type-punned warningsVolker Lendecke1-1/+3
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-3/+3
2008-08-09lib/access: make list_match() public.Michael Adam1-1/+1
2008-08-09lib/access: make client_match() public.Michael Adam1-1/+1
2008-03-06client[ADDR_INDEX] is an IPv4 mapped to IPv6, butJeremy Allison1-5/+21
2007-12-21Add a singleton cacheVolker Lendecke1-2/+18
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-4/+4
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-4/+6
2007-10-25Fix reversed bool check for access. Found by kukks.Jeremy Allison1-1/+1
2007-10-16Improve IPv4 detection.Jeremy Allison1-1/+1
2007-10-16Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison1-151/+200
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+1
2007-10-10r17408: Let us use netgroups even without a NIS domain but just using filesSimo Sorce1-3/+2
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+1
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2003-12-08make sure we use a real network address in case there are extra non-zero octe...Gerald Carter1-1/+1
2003-12-01fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...Gerald Carter1-1/+1
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-7/+7
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-10/+10
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-2/+1
2003-04-26round three of CIDR fixes; spotted by Tomoki AONOGerald Carter1-3/+2
2003-04-18fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter1-0/+4
2003-03-28fix CIDR hosts allow/deny notationGerald Carter1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-86/+79
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+18
2002-03-27Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison1-2/+10
2002-01-18If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison1-1/+7
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett1-3/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-5/+5
2001-06-23fix compiler warningsSimo Sorce1-3/+0
2001-06-20initial support for paramter type P_LISTSimo Sorce1-43/+23
2001-04-20merge from 2.2Gerald Carter1-1/+1
2001-04-19merge from 2.2Gerald Carter1-2/+2
2001-04-14Removed one samba-bugs ref. from source.Jeremy Allison1-1/+1
2001-03-27merge from 2.2Gerald Carter1-8/+71
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-3/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-6/+32
1998-11-21global change from samba.anu.edu.au to samba.orgAndrew Tridgell1-1/+1