Code Monkey home page Code Monkey logo

Comments (27)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I meant lines number 38 shows that, we are blindly adding user, without 
checking even
user exists or not.

Original comment by [email protected] on 29 Mar 2010 at 9:34

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Should be fixed as of r4886.

Original comment by [email protected] on 30 Mar 2010 at 2:31

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024

Original comment by [email protected] on 30 Mar 2010 at 2:31

  • Changed state: Fixed

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
This page I have seen already, 

1>. This page after doing "add user", brings "Accept Changes" and other 
permanent
save buttons in b/w UI (UI corruption).

2>. It doesn't have "page access" options display.


Original comment by [email protected] on 30 Mar 2010 at 7:13

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024

Original comment by [email protected] on 30 Mar 2010 at 11:56

  • Changed state: Accepted

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
fixed in r4888.

Original comment by [email protected] on 1 Apr 2010 at 12:22

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024

Original comment by [email protected] on 1 Apr 2010 at 1:39

  • Changed state: Fixed

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Even with this also, it doesn't work

Original comment by [email protected] on 1 Apr 2010 at 1:50

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I don't see what you are taking about, can you attach a screenshot of it?

Original comment by [email protected] on 1 Apr 2010 at 2:47

  • Changed state: Accepted

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I will do surely.

Original comment by [email protected] on 1 Apr 2010 at 2:58

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Any update on this?

Original comment by [email protected] on 6 Apr 2010 at 3:29

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Oh sorry, totally missed it out. Will update today only.

Original comment by [email protected] on 6 Apr 2010 at 3:31

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
See the attachments, its sequence as per names.

After step-1 itself option to change access of page should come, but it never 
comes.

step-2-4 are about adding more users.

If you do "Apply Changes" issue_5.jpg comes, but it never comes out.

Original comment by [email protected] on 6 Apr 2010 at 4:25

Attachments:

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I will have to test this out some, I don't see the broken footer issue in 
screenshot
4, the issue in screenshot 5 is that we have to restart httpd, I will have to 
find a
way to work around it.

Original comment by [email protected] on 6 Apr 2010 at 4:32

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I should note that I am testing with firefox on windows, so I will give opera a 
try.

Original comment by [email protected] on 6 Apr 2010 at 4:33

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Even firefox on linux we have tested.

Original comment by [email protected] on 6 Apr 2010 at 4:36

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
When this cookies problem will go, logout also doesn't work, right ??

Original comment by [email protected] on 6 Apr 2010 at 4:38

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Well it has to do that we are just using basic auth, so there is no logout 
mechinism,
cookie auth would be one way to fix this.

Original comment by [email protected] on 6 Apr 2010 at 4:51

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
When can we expect for this fix (system-accesscontrol)

Original comment by [email protected] on 8 Apr 2010 at 6:21

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Hopefully this weekend/early next week.

Original comment by [email protected] on 8 Apr 2010 at 5:42

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Does "backup and restore" works ?

Original comment by [email protected] on 8 Apr 2010 at 7:19

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
It should work, nothing has changed that would prevent it that I know of, 
although
its functionality is likely less useful now that we have sysupgrade for keeping 
configs.

Original comment by [email protected] on 9 Apr 2010 at 1:17

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
This bugfix made Apr 24 might help
https://dev.openwrt.org/changeset/21121

Timestamp:
04/24/10 13:07:41 (8 hours ago)
Author:
jow
Message:
[package] uhttpd:
ignore authentication realms that refer to user accounts with no password set 
yet (X-
Wrt compatibility)
fix off-by-one in CGI header parsing, fixes cgi programs that emit bad header 
lines 
(AsteriskGUI compatibility)
bump version
Location:
trunk/package/uhttpd
Files:
4 modified

Makefile (1 diff)
src/uhttpd-cgi.c (1 diff)
src/uhttpd-utils.c (1 diff)
src/uhttpd.c (1 diff)

Original comment by [email protected] on 24 Apr 2010 at 7:10

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I was using busybox httpd, that we made to work with lot of hacks, I think this 
is
going to help us. We need to shift to uhttpd I think, I assume this also uses
httpd.conf :)

Original comment by [email protected] on 26 Apr 2010 at 12:46

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Do we really need lua and openssl with uhttpd ?? 

Original comment by [email protected] on 26 Apr 2010 at 2:06

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
uhttpd uses cyassl for ssl, and lua is not needed unless you are using it for 
something.

Original comment by [email protected] on 26 Apr 2010 at 3:33

from x-wrt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
OK Will try that, lets see if it fixes the memory leak issue that I put in 
other thread.

Original comment by [email protected] on 26 Apr 2010 at 3:38

from x-wrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.