s3-g_lock: Properly free "rec" on retry to avoid deadlock
[kai/samba.git] / source3 / lib / access.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-05-08 Andrew Bartletts3-lib Use common lib/socket code for get_interfaces...
2011-04-25 Stefan Metzmachers3:lib/access: normalize IPv4 mapped IPv6 addresses...
2011-03-16 Günther Deschners3-interfaces: only include interfaces.h where needed.
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-22 Volker Lendeckes3: Move check_access to cgi.c, its only user
2010-08-22 Volker Lendeckes3: Replace calls to check_access by allow_access
2010-08-16 Volker Lendeckes3: Simplify the logic of check_access by an early...
2010-08-16 Volker Lendeckes3: Fix some type-punned warnings
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-08 Michael Adamlib/access: make list_match() public.
2008-08-08 Michael Adamlib/access: make client_match() public.
2008-03-06 Jeremy Allisonclient[ADDR_INDEX] is an IPv4 mapped to IPv6, but
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeAdd a singleton cache
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-10-26 Jeremy AllisonFix reversed bool check for access. Found by kukks.
2007-10-16 Jeremy AllisonImprove IPv4 detection.
2007-10-16 Jeremy AllisonFix access control code to be IPv6/v4 protocol independent.
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Simo Sorcer17408: Let us use netgroups even without a NIS domain...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2003-12-08 Gerald Cartermake sure we use a real network address in case there...
2003-12-08 Gerald Cartermake sure we use a real network address in case there...
2003-12-01 Gerald Carterfix inverted logic caused by s/strcmp/strequal/; host...
2003-12-01 Gerald Carterfix inverted logic caused by s/strcmp/strequal/; host...
2003-11-07 Volker LendeckeFrom 3_0:
2003-11-07 Volker LendeckeSimple rename of get_socket_addr to get_peer_addr and...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-04-26 Gerald Carterround three of CIDR fixes; spotted by Tomoki AONO
2003-04-26 Gerald Carterround three of CIDR fixes; spotted by Tomoki AONO
2003-04-18 Gerald Carterfix byte ordering when using CIDR notation in hosts...
2003-04-18 Gerald Carterfix byte ordering when using CIDR notation in hosts...
2003-03-28 Gerald Carterfix CIDR hosts allow/deny notation
2003-03-28 Gerald Carterfix CIDR hosts allow/deny notation
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-26 Andrew BartlettTry to catch up on the code I've put into HEAD that...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-03 Andrew BartlettAnother patch from Steve Langasek <vorlon@netexpress...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-14 Andrew BartlettPatch (from ctrlsoft <jelmer@nl.linux.org>) to poptify...
2002-05-09 Gerald Cartermerge from SAMBA_2_2
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-27 Jeremy AllisonAllow hosts allow/deny to use xx.xx.xx.xx/yy syntax.
2002-01-18 Jeremy AllisonIf 127.0.0.1 matches both allow & deny then allow....
2001-10-29 Andrew BartlettMore spelling and grammer from Vance. <vance@digital...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-06-23 Simo Sorcefix compiler warnings
2001-06-20 Simo Sorceinitial support for paramter type P_LIST
2001-04-20 Gerald Cartermerge from 2.2
2001-04-19 Gerald Cartermerge from 2.2
2001-04-14 Jeremy AllisonRemoved one samba-bugs ref. from source.
2001-03-27 Gerald Cartermerge from 2.2
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-11-21 Andrew Tridgellglobal change from samba.anu.edu.au to samba.org
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1997-09-18 Luke Leightonadded timestamp to "Denied connection" message.
1997-04-09 Samba Release AccountLarge changes from jra@cygnus.com. Mainly browser updates.
1996-10-05 Andrew Tridgell- replace the base36 function with one that works on...
1996-10-05 Andrew TridgellI have fixed quite a few important bugs in this commit.
1996-08-17 Andrew Tridgell- added support for Amiga-unix (based on BSD I think)
1996-08-14 Andrew Tridgellchanged "unsigned long" to "uint32" in several places...
1996-07-04 Samba Release AccountStarted uninstall in Makefile
1996-06-10 Andrew Tridgellgot rid of a lot of redundent header files as we now...
1996-05-04 Samba Release AccountInitial version imported to CVS
1996-05-04 Samba Release AccountThis commit was generated by cvs2svn to compensate...