search for: freesoftware

Displaying 17 results from an estimated 17 matches for "freesoftware".

2009 Aug 17
2
Accessing to ekiga.net through Asterisk
...g thing: <--- SIP read from 10.1.0.65:5060 ---> INVITE sip:8500 at 10.1.0.10 SIP/2.0 Via: SIP/2.0/UDP 10.1.0.65;rport;branch=z9hG4bKjxcxrrks Max-Forwards: 70 To: <sip:8500 at 10.1.0.10> From: "Hector" <sip:201 at 10.1.0.10>;tag=uucwz Call-ID: mrsyiysrdkwmkeg at defiant.freesoftware.org CSeq: 183 INVITE Contact: <sip:201 at 10.1.0.65> Content-Type: application/sdp Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE Supported: replaces,norefersub,100rel User-Agent: Twinkle/1.2 Content-Length: 247 v=0 o=twinkle 2122879389 441437466 IN IP4 10.1.0...
2006 May 17
1
Experiences with ModelSecurity
Hiall, I would be very interested in your opinions on the ModelSecurity plugin by Bruce Perens. http://perens.com/FreeSoftware/ModelSecurity/Tutorial.html Some time ago, I read on a few pages that it is the way to go, on this list however, I didn''t read much about it. Apart from it''s security level, quoted from comments in source code: # FIX: At the moment we only support Basic authentication. It'...
2006 Mar 04
0
ModelSecurity for Rails by Bruce Perens
...& efficient to specify read or write access to individual fields. It has one of those "why didn''t I think of that?" designs which make a lot of sense. Has anyone else tried using the latest release of ModelSecurity? What has been your experience? Home http://perens.com/FreeSoftware/ModelSecurity/ Tutorial http://perens.com/FreeSoftware/ModelSecurity/Tutorial.html Call for volunteer testers http://rubyforge.org/forum/forum.php?forum_id=4201 -- Posted via http://www.ruby-forum.com/.
2002 Aug 28
2
AIX 4.3.3. e rsync 2.5.5
Hi, At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local connections or I use -e rsh or -e ssh for remote connections, like: (OK) ./rsync -vacz . /user (OK) ./rsync -vacz -e rsh . user@10.4.2.199:user (OK) ./rsync -vacz -e ssh . user@10.4.2.199:user but with standart remote rsync without -e (NOK) ./rsync -vacz . user@10.4.2.199::user returns: rsync: failed to connect to 10.4.2.199:
2000 May 17
3
ASCII Tech Linux in Japan
...y name is Satoshi Turuo, and I'm an editor of Linux information magazine, called "TECH Linux", ASCII Corp in Japan. "TECH Linux" is Linux Magazine for Japanese LINUX Gamers, Newbie LINUX Game Programmers. Newest issue comes with 2 CD-ROMs that loaded with Playabledemos, FreeSoftwares, Sharewares, product advertisements. Right now, we are working on a particular project with which we would like to ask you for your cooperation. The title of this project is; "The COOL Softwares for Linux". We would like your permissions to accomodate the given materials to the CD-R...
2006 Apr 22
2
restrict specific model columns per user
Does anyone know a way to restrict access to specific columns in the model to specific users? My plan was to use the session hash to check the permissions of the logged in user in an overridden method of the same name as the model accessor I wanted to restrict, but the model can''t acecss the session. Any other ideas? -- Posted via http://www.ruby-forum.com/.
2006 Feb 14
4
Fine grained access control
Hi, I''m building an application which is going to require quite fine grained access control. Deciding if a user is allowed to access an action will probably require checking quite number of different rules, so a simple role-based system won''t be flexible enough. The approach I think I will try first is, if it''s possible, to ignore permission issues inside the
2004 Aug 06
2
Slow icecast loopback
There is no Debian stable package and our radio is in production... It's not a good idea to switch without a test phase and I don't think that it's going to correct the problem. Michael Smith wrote: >On Tuesday 16 September 2003 15:52, EISELE Pascal wrote: > > >>Hi, >> >>I'm using Icecast 1,3,12 under Debian GNU/Linux. When I use my local IP
2006 Apr 28
4
Call for patterns...
Hi group, I was wondering if anyone more experienced could help me to find a good pattern for two things: 1. How to group controllers. Example: We have an admin panel with: user_managment_controller.rb priv_managment_controller.rb widget_controller.rb User panel with: mystuff_controller.rb mytags_controller.rb profile_controller.rb And frontend with: widget_controller.rb etc... How do I group
2002 Apr 03
2
Raw EXT3 block format
Hello Guys, I am looking to extend/create a file system that span networks/device of any kind, shape and manner :) Check out http://www.insync.za.net/openufs/ (also on http://openufs.sourceforge.net - but Iam not here to adv. the site !) I would like to know, where can I find what EXT3 will write to the disk, how it works etc. Surely EXT3 will write something like this : Block 0 - (1024 bytes)
2006 Jan 12
9
Scaffold shows all attributes altough I use attr_accessible!
Hi all I have a Model like this: class Member < ActiveRecord::Base attr_accessible :username, :email, :first_name, :last_name end I have created a scaffold using script/generate scaffold member members Using the URL localhost:3000/members/edit/1 I can edit all attributes, including created_at, lock_version etc.! But it should only show the attributes I listed in attr_accessible! What
2006 Jan 16
2
LoginEngine vs. LoginGenerator?
I just saw a mention here of LoginEngine, which I hadn''t heard of before. Last week when I was digging for user-account sample code for my web-app, I instead found the LoginGenerator and started using that: http://wiki.rubyonrails.com/rails/pages/LoginGenerator Is one of these preferred over the other? From skimming the API docs, it does seem that LoginEngine has more features,
2006 Mar 02
3
Modifying "Find" to always add a condition?
I''d like to always add a condition to any version of "find" (e.g. Thing.find(), Thing.find_by_name(), Thing.find_by_whatever) so that in addition to whatever conditions are set, an additional condition is set :conditions=>"user_id=#{current_user.id}" I''d like to make sure that a user only sees/edits/creates entries in the database that have the user_id
2015 Feb 27
4
Back with my UID problems
On Fri, 27 Feb 2015 00:18:24 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > 34, you are seriously using 34 for a standard user id number ? You > shouldn't use anything below 1000 for a normal user, these low > numbers are reserved for system use and you have run into a problem > that can only be fixed by not using such low numbers. The 3000014 > number is
2009 Aug 29
0
asterisk-users Digest, Vol 61, Issue 84
...t; > Message: 1 > Date: Sat, 29 Aug 2009 12:06:08 -0300 > From: Daniel Bareiro <daniel-listas at gmx.net> > Subject: Re: [asterisk-users] Accessing to ekiga.net through Asterisk > To: asterisk-users at lists.digium.com > Message-ID: <slrnh9igvv.4ko.daniel-listas at marian.freesoftware.org> > Content-Type: text/plain; charset=UTF-8 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > El mi?rcoles 19 de agosto del 2009 a las 08:04:17 -0300, > SIP escribi?: > > Daniel, > > Hi SIP. > > > I'm a little confused as to what I'm see...
2009 Aug 31
0
asterisk-users Digest, Vol 61, Issue 85
...t; > Message: 1 > Date: Sat, 29 Aug 2009 12:06:08 -0300 > From: Daniel Bareiro <daniel-listas at gmx.net> > Subject: Re: [asterisk-users] Accessing to ekiga.net through Asterisk > To: asterisk-users at lists.digium.com > Message-ID: <slrnh9igvv.4ko.daniel-listas at marian.freesoftware.org> > Content-Type: text/plain; charset=UTF-8 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > El mi?rcoles 19 de agosto del 2009 a las 08:04:17 -0300, > SIP escribi?: > > Daniel, > > Hi SIP. > > > I'm a little confused as to what I'm see...
2009 May 21
0
Writing Hangup causes to CDR record
...htm ------------------------------ Message: 10 Date: Wed, 20 May 2009 21:19:18 -0300 From: Daniel Bareiro <daniel-listas at gmx.net> Subject: Re: [asterisk-users] Channels configuration with DAHDI To: asterisk-users at lists.digium.com Message-ID: <slrnh197i3.3j6.daniel-listas at marian.freesoftware.org> Content-Type: text/plain; charset=UTF-8 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Dave. El mi?rcoles 20 de mayo del 2009 a las 18:12:04 -0300, Dave Fullerton escribi?: >>>> I load the modules wctdm and dahdi. But when I execute in Asterisk >>>> CLI "d...