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