summaryrefslogtreecommitdiffstats
path: root/source3/lib/access.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: fix a const warning in client_match()Stefan Metzmacher2014-04-021-1/+1
* s3-lib Use common lib/socket code for get_interfaces() et alAndrew Bartlett2011-05-081-1/+1
* s3:lib/access: normalize IPv4 mapped IPv6 addresses in both directions (bug #...Stefan Metzmacher2011-04-251-14/+17
* s3-interfaces: only include interfaces.h where needed.Günther Deschner2011-03-161-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3: Move check_access to cgi.c, its only userVolker Lendecke2010-08-221-81/+0
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-221-0/+4
* s3: Simplify the logic of check_access by an early returnVolker Lendecke2010-08-161-34/+32
* s3: Fix some type-punned warningsVolker Lendecke2010-08-161-1/+3
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-3/+3
* lib/access: make list_match() public.Michael Adam2008-08-091-1/+1
* lib/access: make client_match() public.Michael Adam2008-08-091-1/+1
* client[ADDR_INDEX] is an IPv4 mapped to IPv6, butJeremy Allison2008-03-061-5/+21
* Add a singleton cacheVolker Lendecke2007-12-211-2/+18
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-4/+4
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-4/+6
* Fix reversed bool check for access. Found by kukks.Jeremy Allison2007-10-251-1/+1
* Improve IPv4 detection.Jeremy Allison2007-10-161-1/+1
* Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison2007-10-161-151/+200
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* r17408: Let us use netgroups even without a NIS domain but just using filesSimo Sorce2007-10-101-3/+2
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+1
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* make sure we use a real network address in case there are extra non-zero octe...Gerald Carter2003-12-081-1/+1
* fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...Gerald Carter2003-12-011-1/+1
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-7/+7
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-10/+10
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+1
* round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
* fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-86/+79
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+18
* Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison2002-03-271-2/+10
* If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison2002-01-181-1/+7
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-291-3/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-5/+5
* fix compiler warningsSimo Sorce2001-06-231-3/+0
* initial support for paramter type P_LISTSimo Sorce2001-06-201-43/+23
* merge from 2.2Gerald Carter2001-04-201-1/+1
* merge from 2.2Gerald Carter2001-04-191-2/+2
* Removed one samba-bugs ref. from source.Jeremy Allison2001-04-141-1/+1
* merge from 2.2Gerald Carter2001-03-271-8/+71
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-6/+32