index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
access.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Add data_blob_string_const_null() function that includes the terminating
Jelmer Vernooij
2008-10-13
1
-3
/
+3
*
lib/access: make list_match() public.
Michael Adam
2008-08-09
1
-1
/
+1
*
lib/access: make client_match() public.
Michael Adam
2008-08-09
1
-1
/
+1
*
client[ADDR_INDEX] is an IPv4 mapped to IPv6, but
Jeremy Allison
2008-03-06
1
-5
/
+21
*
Add a singleton cache
Volker Lendecke
2007-12-21
1
-2
/
+18
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-4
/
+4
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-4
/
+6
*
Fix reversed bool check for access. Found by kukks.
Jeremy Allison
2007-10-25
1
-1
/
+1
*
Improve IPv4 detection.
Jeremy Allison
2007-10-16
1
-1
/
+1
*
Fix access control code to be IPv6/v4 protocol independent.
Jeremy Allison
2007-10-16
1
-151
/
+200
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r17408: Let us use netgroups even without a NIS domain but just using files
Simo Sorce
2007-10-10
1
-3
/
+2
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
make sure we use a real network address in case there are extra non-zero octe...
Gerald Carter
2003-12-08
1
-1
/
+1
*
fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...
Gerald Carter
2003-12-01
1
-1
/
+1
*
Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
Volker Lendecke
2003-11-07
1
-7
/
+7
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-10
/
+10
*
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
1
-2
/
+1
*
round three of CIDR fixes; spotted by Tomoki AONO
Gerald Carter
2003-04-26
1
-3
/
+2
*
fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...
Gerald Carter
2003-04-18
1
-0
/
+4
*
fix CIDR hosts allow/deny notation
Gerald Carter
2003-03-28
1
-1
/
+1
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-86
/
+79
*
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
2002-10-26
1
-3
/
+3
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-2
/
+18
*
Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.
Jeremy Allison
2002-03-27
1
-2
/
+10
*
If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...
Jeremy Allison
2002-01-18
1
-1
/
+7
*
More spelling and grammer from Vance. <vance@digital-host.net>
Andrew Bartlett
2001-10-29
1
-3
/
+4
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-5
/
+5
*
fix compiler warnings
Simo Sorce
2001-06-23
1
-3
/
+0
*
initial support for paramter type P_LIST
Simo Sorce
2001-06-20
1
-43
/
+23
*
merge from 2.2
Gerald Carter
2001-04-20
1
-1
/
+1
*
merge from 2.2
Gerald Carter
2001-04-19
1
-2
/
+2
*
Removed one samba-bugs ref. from source.
Jeremy Allison
2001-04-14
1
-1
/
+1
*
merge from 2.2
Gerald Carter
2001-03-27
1
-8
/
+71
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-3
/
+3
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-6
/
+32
*
global change from samba.anu.edu.au to samba.org
Andrew Tridgell
1998-11-21
1
-1
/
+1
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-1
/
+1
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-1
/
+1
*
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1998-08-10
1
-216
/
+169
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-3
/
+3
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-1
/
+1
*
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1998-04-13
1
-2
/
+2
*
this isn't a big commit, it just looks like it :-)
Andrew Tridgell
1998-03-17
1
-3
/
+4
*
added timestamp to "Denied connection" message.
Luke Leighton
1997-09-18
1
-2
/
+2
[next]