[Bug 614247] New: [SMBTA] smbtaquery needs to interpret "from..to" and "since" switches
http://bugzilla.novell.com/show_bug.cgi?id=614247 http://bugzilla.novell.com/show_bug.cgi?id=614247#c0 Summary: [SMBTA] smbtaquery needs to interpret "from..to" and "since" switches Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: Other Status: ASSIGNED Severity: Normal Priority: P5 - None Component: Samba AssignedTo: hhetter@novell.com ReportedBy: hhetter@novell.com QAContact: samba-maintainers@SuSE.de CC: mhaefner@novell.com, bbrunner@novell.com Found By: --- Blocker: --- .. for every function it supports, so that the user can give a timeframe for the function to run on. My idea currently is to support from..to... and since with objects. Because then, any function running after the given object are running on that timeframe. Like: 'user holger from 2010-06-11 19:54 to 2010-07-11 19:54, usage rw;' or 'share pool since 2010-06-11 19:54, list users, total rw;' -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=614247 http://bugzilla.novell.com/show_bug.cgi?id=614247#c Holger Hetterich <hhetter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |613637 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=614247 http://bugzilla.novell.com/show_bug.cgi?id=614247#c Holger Hetterich <hhetter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |613637 Depends on|613637 | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=614247 https://bugzilla.novell.com/show_bug.cgi?id=614247#c1 --- Comment #1 from Holger Hetterich <hhetter@novell.com> 2010-09-01 22:29:30 UTC --- That is commit : 56d6369d417ba79f8196f1344726eff0383f1b17 in the smbtatools repository. smbtaquery now interprets things like: 'share test1 since yesterday, total rw;' or: 'user holger since 14:00:00, total rw;' very cool ! the >>from..to<< mechanism is also implemented, I need to do more testing until we can close this bug. Cannot continue because I need to sleep. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=614247 https://bugzilla.novell.com/show_bug.cgi?id=614247#c2 Holger Hetterich <hhetter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Holger Hetterich <hhetter@novell.com> 2010-09-02 15:29:00 UTC --- commit 5fbffdf3928030128a5b15c9debc66d5c8e0e66f to smbtatools is completing this bug. It is now possible to do: /smbtaquery -q 'share test1 from 19:00 to 00:00, list users;' /smbtaquery -q 'share test1 from 19:00:00 to 00:00:00, list users;' /smbtaquery -q 'share test1 from 10-11-2010 to yesterday, list users;' /smbtaquery -q 'share test1 since today, list users;' /smbtaquery -q 'share test1 since yesterday, list users;' /smbtaquery -q 'share test1 since 10-11-2010 19:00:00, list users;' Resolving to FIXED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com