Enhanced commit privileges: Edward Tomasz Napierala (src, ports)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Enhanced commit privileges: Edward Tomasz Napierala (src, ports)
Prev   Next
# 1  
Old 08-22-2008
Enhanced commit privileges: Edward Tomasz Napierala (src, ports)

Image WebGUI is a content management framework built to allow average business users to build and maintain complex Web sites. It is modular, pluggable, and platform independent. It was designed to allow the people who create the content to manage it online, rather than content management taking up the time of busy IT staff. WebGUI comes with a full host of features including shopping cart, subscriptions, forums, photo galleries, FAQs, link lists, blogs, SQL reports, a Web services interface, and a very configurable user privilege and profiling system. License: GNU General Public License (GPL) Changes:
This release includes fixes and improvements to the shop templates, fixes to the Thingy, and fixes for a variety of other issues.Image

More...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

give ldap a/c during commit in commit line section

Is someone help me to achieve my goal I am working on a script actually script is working fine .The goal of script is restrict the user for something like while he is doing tocommit in repository he will commit with comment and with some parameter....here I have one more requirement and that is... (0 Replies)
Discussion started by: anuragpgtgerman
0 Replies
Login or Register to Ask a Question
ACL_CLEAR_FLAGS_NP(3)					   BSD Library Functions Manual 				     ACL_CLEAR_FLAGS_NP(3)

NAME
acl_clear_flags_np -- clear flags from a flagset LIBRARY
Standard C Library (libc, -lc) SYNOPSIS
#include <sys/types.h> #include <sys/acl.h> int acl_clear_flags_np(acl_flagset_t flagset_d); DESCRIPTION
The acl_clear_flags_np() function is a non-portable call that clears all NFSv4 ACL flags from flagset flagset_d. RETURN VALUES
The acl_clear_flags_np() function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error. ERRORS
The acl_clear_flags_np() function fails if: [EINVAL] Argument flagset_d is not a valid descriptor for a flagset. SEE ALSO
acl(3), acl_add_flag_np(3), acl_delete_flag_np(3), acl_get_flagset_np(3), acl_set_flagset_np(3), posix1e(3) STANDARDS
POSIX.1e is described in IEEE POSIX.1e draft 17. HISTORY
POSIX.1e support was introduced in FreeBSD 4.0. The acl_clear_flags_np() function was added in FreeBSD 5.0. AUTHORS
The acl_clear_flags_np() function was written by Edward Tomasz Napierala <trasz@FreeBSD.org>. BSD
October 30, 2014 BSD