summaryrefslogtreecommitdiffstats
path: root/source3/lib/access.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-211-1/+1
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-1/+1
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1998-08-101-216/+169
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-3/+3
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+1
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-2/+2
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-3/+4
* added timestamp to "Denied connection" message.Luke Leighton1997-09-181-2/+2
* Large changes from jra@cygnus.com. Mainly browser updates.Samba Release Account1997-04-091-0/+4
* - replace the base36 function with one that works on more systemsAndrew Tridgell1996-10-051-1/+1
* I have fixed quite a few important bugs in this commit.Andrew Tridgell1996-10-051-121/+21
* - added support for Amiga-unix (based on BSD I think)Andrew Tridgell1996-08-171-1/+1
* changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1996-08-141-14/+14
* Started uninstall in MakefileSamba Release Account1996-07-041-1/+1
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-4/+0
* Initial version imported to CVS Samba Release Account1996-05-041-0/+389