]> andersk Git - moira.git/log
moira.git
23 years agoAdd membership acl fields.
zacheiss [Thu, 10 Aug 2000 02:26:35 +0000 (02:26 +0000)] 
Add membership acl fields.

23 years agoAdd support for membership acls.
zacheiss [Thu, 10 Aug 2000 02:25:08 +0000 (02:25 +0000)] 
Add support for membership acls.

23 years agoServer-side changes to support list membership acls. Bump version
zacheiss [Thu, 10 Aug 2000 02:23:49 +0000 (02:23 +0000)] 
Server-side changes to support list membership acls.   Bump version
number of alis, ulis, and glin to 4.

23 years agoSchema changes for membership acls.
zacheiss [Thu, 10 Aug 2000 02:20:54 +0000 (02:20 +0000)] 
Schema changes for membership acls.

23 years agoUpdate usage message to include -S flag.
zacheiss [Thu, 10 Aug 2000 02:20:04 +0000 (02:20 +0000)] 
Update usage message to include -S flag.

23 years agoUse the new STRING and KERBEROS member checking provided by libmrclient.
zacheiss [Thu, 10 Aug 2000 02:16:53 +0000 (02:16 +0000)] 
Use the new STRING and KERBEROS member checking provided by libmrclient.

23 years agoHeap o' new functionality. Specifically:
zacheiss [Thu, 10 Aug 2000 02:05:35 +0000 (02:05 +0000)] 
Heap o' new functionality.  Specifically:

* better checking of STRING members of lists.

* support for canonicalizing KERBEROS members of lists.

* new error reporting interface, for clients that don't want to use
  com_err.

* remove potype(), and replace it with mailtype() in mail.c

23 years agoModify queries that effect the services table (asvc, dsvc, gvc).
zacheiss [Thu, 10 Aug 2000 02:03:58 +0000 (02:03 +0000)] 
Modify queries that effect the services table (asvc, dsvc, gvc).
Uniquify based on both name and protocol.

Don't bother incrementing the query version because there are no
clients that support these queries.

23 years agoAdd an option to show lists that are neither groups nor mailing lists.
zacheiss [Thu, 10 Aug 2000 01:58:40 +0000 (01:58 +0000)] 
Add an option to show lists that are neither groups nor mailing lists.

23 years agofrom kolya: implement better client support for filesystem aliases.
zacheiss [Thu, 3 Aug 2000 21:49:13 +0000 (21:49 +0000)] 
from kolya: implement better client support for filesystem aliases.

23 years agoincrease last element of @max array to deal with larger partitions.
zacheiss [Tue, 1 Aug 2000 20:31:23 +0000 (20:31 +0000)] 
increase last element of @max array to deal with larger partitions.

23 years agoadd support for dhcp dcm, to ultimately replace the boot dcm.
zacheiss [Thu, 27 Jul 2000 02:13:34 +0000 (02:13 +0000)] 
add support for dhcp dcm, to ultimately replace the boot dcm.

23 years agoDon't dump core if we're not given a file name on the command line,
zacheiss [Thu, 27 Jul 2000 01:08:32 +0000 (01:08 +0000)] 
Don't dump core if we're not given a file name on the command line,
don't allow users to specify more than one file, and update the usage
message to remove options that no longer exist.

23 years agoChange location of spool file to /moira/load, to agree with staff.sql.
zacheiss [Mon, 24 Jul 2000 05:35:54 +0000 (05:35 +0000)] 
Change location of spool file to /moira/load, to agree with staff.sql.

23 years agoremove clearid != 999999999 constraint.
zacheiss [Mon, 17 Jul 2000 17:52:43 +0000 (17:52 +0000)] 
remove clearid != 999999999 constraint.

23 years agoWindows doesn't use $USER for username; check Kerberos principle we're
zacheiss [Sun, 16 Jul 2000 23:02:31 +0000 (23:02 +0000)] 
Windows doesn't use $USER for username; check Kerberos principle we're
authenticating as if $USER isn't set and we need to know our username.

23 years agorototill staff and student load programs
zacheiss [Wed, 12 Jul 2000 22:11:41 +0000 (22:11 +0000)] 
rototill staff and student load programs

23 years agorename variable uname to username, so we don't conflict with the linux syscall.
zacheiss [Wed, 12 Jul 2000 02:02:47 +0000 (02:02 +0000)] 
rename variable uname to username, so we don't conflict with the linux syscall.

23 years agodisallow newlines in list descriptions.
zacheiss [Thu, 6 Jul 2000 20:29:42 +0000 (20:29 +0000)] 
disallow newlines in list descriptions.

23 years agoAllow list owner to remove a list they own from any list.
zacheiss [Wed, 5 Jul 2000 19:33:26 +0000 (19:33 +0000)] 
Allow list owner to remove a list they own from any list.

23 years agoadd tag_member_of_list() function so we don't get broken incrementals
zacheiss [Thu, 29 Jun 2000 18:22:54 +0000 (18:22 +0000)] 
add tag_member_of_list() function so we don't get broken incrementals

23 years agocheck whether we need to link against libcrypto or libk5crypto
zacheiss [Thu, 29 Jun 2000 16:50:15 +0000 (16:50 +0000)] 
check whether we need to link against libcrypto or libk5crypto

23 years agoIf a given list is self-owned, or is owned by something that's not a
zacheiss [Wed, 14 Jun 2000 21:35:05 +0000 (21:35 +0000)] 
If a given list is self-owned, or is owned by something that's not a
mailing list, expand the membership of the owning list in the aliases
file.

24 years agouse mrcl_connect() instead of mr_connect() to reconnect if we've been
zacheiss [Fri, 9 Jun 2000 19:35:56 +0000 (19:35 +0000)] 
use mrcl_connect() instead of mr_connect() to reconnect if we've been
disconnected for being idle.

define QUERY_VERSION in defs.h and use it in both mrcl_connect() calls
to make sure they're consistant.

24 years agoduplicate the iu struct before putting it into the incremental queue, so
zacheiss [Thu, 8 Jun 2000 19:10:04 +0000 (19:10 +0000)] 
duplicate the iu struct before putting it into the incremental queue, so
that we can schedule multiple different kinds of incrementals at the
same time.

24 years agoSupport KERBEROS entries on lists we generate acl files from.
zacheiss [Tue, 6 Jun 2000 04:44:46 +0000 (04:44 +0000)] 
Support KERBEROS entries on lists we generate acl files from.

24 years agoAdd support for local hook /etc/athena/postacldcm to be run after the
zacheiss [Tue, 6 Jun 2000 04:44:27 +0000 (04:44 +0000)] 
Add support for local hook /etc/athena/postacldcm to be run after the
dcm is finished.

24 years agoDeal with new organization of incremental. Provide support for building
zacheiss [Tue, 6 Jun 2000 04:41:14 +0000 (04:41 +0000)] 
Deal with new organization of incremental.  Provide support for building
--with-ldap, needed for winad.incr.

24 years agoMove afs.incr code into afs subdir; add winad subdir containing
zacheiss [Tue, 6 Jun 2000 04:38:09 +0000 (04:38 +0000)] 
Move afs.incr code into afs subdir; add winad subdir containing
winad.incr code, and modify Makefile.in to cope.

24 years agorenamed report.sh to report.pl
zacheiss [Mon, 5 Jun 2000 05:58:37 +0000 (05:58 +0000)] 
renamed report.sh to report.pl

24 years agoupdate for users table schema change, and give split a number not an
jweiss [Mon, 5 Jun 2000 05:01:49 +0000 (05:01 +0000)] 
update for users table schema change, and give split a number not an
uninitalized variable

24 years agochange owners of lists and list descriptions at request of grouper team
zacheiss [Mon, 5 Jun 2000 01:48:20 +0000 (01:48 +0000)] 
change owners of lists and list descriptions at request of grouper team

24 years agoadd MR_RESERVED error code.
zacheiss [Fri, 2 Jun 2000 19:47:15 +0000 (19:47 +0000)] 
add MR_RESERVED error code.

24 years agodon't allow non-query owners to rename lists to things in the Grouper namespace or...
zacheiss [Fri, 2 Jun 2000 19:46:21 +0000 (19:46 +0000)] 
don't allow non-query owners to rename lists to things in the Grouper namespace or to owner-foo

24 years agoDon't check for a valid local po box if we're changing from one SMTP address to another
zacheiss [Thu, 1 Jun 2000 21:51:02 +0000 (21:51 +0000)] 
Don't check for a valid local po box if we're changing from one SMTP address to another

24 years agoInclude status 6 users in our output
zacheiss [Thu, 1 Jun 2000 21:27:23 +0000 (21:27 +0000)] 
Include status 6 users in our output

24 years agogen script for the aliases service (replacing expn)
zacheiss [Mon, 29 May 2000 22:17:58 +0000 (22:17 +0000)] 
gen script for the aliases service (replacing expn)

24 years agoprefer /usr/etc to /var/athena for creddir, to support 8.2 machines.
zacheiss [Thu, 25 May 2000 05:43:22 +0000 (05:43 +0000)] 
prefer /usr/etc to /var/athena for creddir, to support 8.2 machines.

24 years agocorrect an exit status to cause a more useful error message
danw [Wed, 24 May 2000 04:29:03 +0000 (04:29 +0000)] 
correct an exit status to cause a more useful error message

24 years agoMake the DCM error messages not imply they know more than they do
danw [Wed, 24 May 2000 04:27:02 +0000 (04:27 +0000)] 
Make the DCM error messages not imply they know more than they do

24 years agoDocument chsh's new ability to change a user's Windows shell.
zacheiss [Sun, 21 May 2000 03:50:33 +0000 (03:50 +0000)] 
Document chsh's new ability to change a user's Windows shell.

24 years agoredirect output to /var/athena/moira_update.log if it exists, and
zacheiss [Mon, 8 May 2000 18:30:29 +0000 (18:30 +0000)] 
redirect output to /var/athena/moira_update.log if it exists, and
/tmp/moira_update.log otherwise.

Rewrite nfs.sh to be in sh.

24 years agosyslog instead of spewing to stdout.
zacheiss [Mon, 8 May 2000 18:28:59 +0000 (18:28 +0000)] 
syslog instead of spewing to stdout.

24 years agoadd -w flag to allow users to change their Windows shell.
zacheiss [Mon, 1 May 2000 08:18:01 +0000 (08:18 +0000)] 
add -w flag to allow users to change their Windows shell.

24 years agoadd uuws (update_user_windows_shell) query.
zacheiss [Tue, 25 Apr 2000 01:51:06 +0000 (01:51 +0000)] 
add uuws (update_user_windows_shell) query.

24 years agoWhen adding new users to the database, set their Windows shell.
zacheiss [Fri, 21 Apr 2000 19:49:36 +0000 (19:49 +0000)] 
When adding new users to the database, set their Windows shell.

24 years agoAdd support for setting and displaying a user's Windows shell.
zacheiss [Fri, 21 Apr 2000 19:48:57 +0000 (19:48 +0000)] 
Add support for setting and displaying a user's Windows shell.

24 years agoAdd -w flag, for setting a user's Windows shell.
zacheiss [Fri, 21 Apr 2000 19:48:35 +0000 (19:48 +0000)] 
Add -w flag, for setting a user's Windows shell.

24 years agoAdd support for the new winconsoleshell column in the users table.
zacheiss [Fri, 21 Apr 2000 19:48:06 +0000 (19:48 +0000)] 
Add support for the new winconsoleshell column in the users table.

24 years agoBump version of lots of user related queries, adding support for the new
zacheiss [Fri, 21 Apr 2000 19:47:40 +0000 (19:47 +0000)] 
Bump version of lots of user related queries, adding support for the new
winconsoleshell column in the users table.

24 years agoAdd winconsoleshell column to the users table
zacheiss [Fri, 21 Apr 2000 19:47:07 +0000 (19:47 +0000)] 
Add winconsoleshell column to the users table

24 years agoprint status to a file, not stdout
zacheiss [Thu, 20 Apr 2000 22:54:49 +0000 (22:54 +0000)] 
print status to a file, not stdout

24 years agoMake prototype agree with function.
zacheiss [Thu, 20 Apr 2000 20:12:15 +0000 (20:12 +0000)] 
Make prototype agree with function.

24 years agodocument new flags to blanche used for manipulating nfsgroup bit.
zacheiss [Wed, 19 Apr 2000 23:16:48 +0000 (23:16 +0000)] 
document new flags to blanche used for manipulating nfsgroup bit.

24 years agoadd support for the nfsgroup column in the lists table.
zacheiss [Wed, 19 Apr 2000 23:16:22 +0000 (23:16 +0000)] 
add support for the nfsgroup column in the lists table.

24 years agoadd an "nfsgroup" column to the lists table, and build an index on it.
zacheiss [Wed, 19 Apr 2000 23:16:02 +0000 (23:16 +0000)] 
add an "nfsgroup" column to the lists table, and build an index on it.

24 years agoadd support for the nfsgroup bit on lists.
zacheiss [Wed, 19 Apr 2000 23:15:12 +0000 (23:15 +0000)] 
add support for the nfsgroup bit on lists.

24 years agouse new version of alis
zacheiss [Wed, 19 Apr 2000 23:14:45 +0000 (23:14 +0000)] 
use new version of alis

24 years agoOnly output groups which have the nfsgroup bit set into generated
zacheiss [Wed, 19 Apr 2000 23:13:20 +0000 (23:13 +0000)] 
Only output groups which have the nfsgroup bit set into generated
credentials files.

24 years agoonly output groups which have the nfsgroup bit set into a user's hesiod
zacheiss [Wed, 19 Apr 2000 23:12:52 +0000 (23:12 +0000)] 
only output groups which have the nfsgroup bit set into a user's hesiod
grplist.

24 years agobump version number of alis, ulis, and glin, adding support for the
zacheiss [Wed, 19 Apr 2000 23:11:51 +0000 (23:11 +0000)] 
bump version number of alis, ulis, and glin, adding support for the
nfsgroup bit on a list.

24 years agodon't free the pointer to the thing we want to free.
jweiss [Wed, 12 Apr 2000 06:02:29 +0000 (06:02 +0000)] 
don't free the pointer to the thing we want to free.
fixes coredump in "add network" on linux

24 years agospecify a file for awk to operate on, and add some missing $'s.
zacheiss [Mon, 10 Apr 2000 19:40:07 +0000 (19:40 +0000)] 
specify a file for awk to operate on, and add some missing $'s.

24 years agoremove an indirect reference to support for type STRING owners.
zacheiss [Sun, 9 Apr 2000 19:30:28 +0000 (19:30 +0000)] 
remove an indirect reference to support for type STRING owners.

24 years agoWe don't support setting an owner of type STRING:foo
zacheiss [Wed, 5 Apr 2000 22:04:14 +0000 (22:04 +0000)] 
We don't support setting an owner of type STRING:foo

24 years agoremove support for settng type STRING owners. Left over from blanche,
zacheiss [Wed, 5 Apr 2000 22:03:52 +0000 (22:03 +0000)] 
remove support for settng type STRING owners.  Left over from blanche,
and didn't work.

24 years agoActually replace the files that changes, as opposed to only replacing
zacheiss [Tue, 4 Apr 2000 21:03:18 +0000 (21:03 +0000)] 
Actually replace the files that changes, as opposed to only replacing
the ones that are the same.

24 years agoadd get_host_by_owner (ghbo) query
zacheiss [Thu, 30 Mar 2000 22:01:55 +0000 (22:01 +0000)] 
add get_host_by_owner (ghbo) query

24 years agocreate index on owner_id in machine table
zacheiss [Thu, 30 Mar 2000 22:00:42 +0000 (22:00 +0000)] 
create index on owner_id in machine table

24 years agoclient support for get_host_by_owner
zacheiss [Thu, 30 Mar 2000 21:59:52 +0000 (21:59 +0000)] 
client support for get_host_by_owner

24 years agowe need to include mrclient.h now.
zacheiss [Wed, 29 Mar 2000 22:25:18 +0000 (22:25 +0000)] 
we need to include mrclient.h now.

24 years agoprototype for partial_canonicalize_hostname
zacheiss [Wed, 29 Mar 2000 20:49:35 +0000 (20:49 +0000)] 
prototype for partial_canonicalize_hostname

24 years agomove partial_canonicalize_hostname into libmrclient
zacheiss [Wed, 29 Mar 2000 20:49:15 +0000 (20:49 +0000)] 
move partial_canonicalize_hostname into libmrclient

24 years agomove partial_canonicalize_hostname to libmrclient
zacheiss [Wed, 29 Mar 2000 20:47:43 +0000 (20:47 +0000)] 
move partial_canonicalize_hostname to libmrclient

24 years agoallow users to set themselves to an IMAP box if the filesystem already
zacheiss [Wed, 29 Mar 2000 20:07:17 +0000 (20:07 +0000)] 
allow users to set themselves to an IMAP box if the filesystem already
exists, is owned by them, and is the right type.

24 years agowhen adding or removing a hostname, use partial_canonicalize_hostname()
zacheiss [Wed, 29 Mar 2000 20:05:10 +0000 (20:05 +0000)] 
when adding or removing a hostname, use partial_canonicalize_hostname()

24 years agoask if we want to create the filesystem when setting an IMAP pobox,
zacheiss [Wed, 29 Mar 2000 20:04:12 +0000 (20:04 +0000)] 
ask if we want to create the filesystem when setting an IMAP pobox,
instead of always creating it.

24 years agospwatch.gen, a dcm to generate a list of SAP printers for use by
zacheiss [Wed, 29 Mar 2000 19:59:20 +0000 (19:59 +0000)] 
spwatch.gen, a dcm to generate a list of SAP printers for use by
urania's automated monitoring.

24 years agofrom dongq:
zacheiss [Sat, 25 Mar 2000 23:09:42 +0000 (23:09 +0000)] 
from dongq:

     * initialize pointer in InsertSortedImapPart

     * prevent loop in CreateImapBox

24 years agoadd zephyr table support
zacheiss [Thu, 23 Mar 2000 07:50:15 +0000 (07:50 +0000)] 
add zephyr table support

24 years agoFix impressively unimportant whitespace issues
zacheiss [Wed, 22 Mar 2000 23:04:14 +0000 (23:04 +0000)] 
Fix impressively unimportant whitespace issues

24 years agocall canonicalize_hostname() on the arg to -R
zacheiss [Wed, 22 Mar 2000 21:23:40 +0000 (21:23 +0000)] 
call canonicalize_hostname() on the arg to -R

24 years agofrom dongq: initial all elements of args[] to NULL
zacheiss [Wed, 22 Mar 2000 21:20:58 +0000 (21:20 +0000)] 
from dongq: initial all elements of args[] to NULL

24 years agoinstall stella man page
zacheiss [Tue, 21 Mar 2000 23:19:54 +0000 (23:19 +0000)] 
install stella man page

24 years agolockertype should be 'USER', not 'IMAP', for IMAP pobox filesystems.
zacheiss [Sun, 19 Mar 2000 19:42:40 +0000 (19:42 +0000)] 
lockertype should be 'USER', not 'IMAP', for IMAP pobox filesystems.

24 years agoIn register_user(), force new login name into cache as soon as it's
mwhitson [Sat, 18 Mar 2000 08:29:30 +0000 (08:29 +0000)] 
In register_user(), force new login name into cache as soon as it's
changed, so the homedir-creation incremental always gets the correct
login name.

24 years agoWin32 portability change needed for Pismere.
zacheiss [Thu, 16 Mar 2000 22:23:49 +0000 (22:23 +0000)] 
Win32 portability change needed for Pismere.

24 years agoOops. $db should be an empty string for production use.
zacheiss [Thu, 16 Mar 2000 22:18:56 +0000 (22:18 +0000)] 
Oops. $db should be an empty string for production use.

24 years agoScript to automatically generate and maintain class lists based on
zacheiss [Thu, 16 Mar 2000 22:17:23 +0000 (22:17 +0000)] 
Script to automatically generate and maintain class lists based on
registrar's data obtained from the Data Warehouse.

24 years agoWin32 portability mods for Pismere.
zacheiss [Thu, 16 Mar 2000 20:38:51 +0000 (20:38 +0000)] 
Win32 portability mods for Pismere.

24 years agoexplode clients/passwd into clients/{chfn,chpobox,chsh}
zacheiss [Thu, 16 Mar 2000 06:05:43 +0000 (06:05 +0000)] 
explode clients/passwd into clients/{chfn,chpobox,chsh}

24 years agomoved from clients/passwd to clients/chsh
zacheiss [Thu, 16 Mar 2000 06:03:59 +0000 (06:03 +0000)] 
moved from clients/passwd to clients/chsh

24 years agomoved from clients/passwd to clients/chpobox
zacheiss [Thu, 16 Mar 2000 06:03:30 +0000 (06:03 +0000)] 
moved from clients/passwd to clients/chpobox

24 years agomoved from clients/passwd to clients/chfn
zacheiss [Thu, 16 Mar 2000 06:03:09 +0000 (06:03 +0000)] 
moved from clients/passwd to clients/chfn

24 years agoexplode clients/passwd into clients{chfn,chpobox,chsh}
zacheiss [Thu, 16 Mar 2000 06:02:37 +0000 (06:02 +0000)] 
explode clients/passwd into clients{chfn,chpobox,chsh}

24 years agoWin32 portability mods for Pismere.
rbasch [Wed, 15 Mar 2000 22:43:31 +0000 (22:43 +0000)] 
Win32 portability mods for Pismere.

24 years agoChange default PO box type to IMAP.
zacheiss [Tue, 14 Mar 2000 21:53:57 +0000 (21:53 +0000)] 
Change default PO box type to IMAP.

24 years agoChange default PO box type to IMAP.
zacheiss [Tue, 14 Mar 2000 21:53:36 +0000 (21:53 +0000)] 
Change default PO box type to IMAP.

In RegisterUser, don't ask questions about filesystem type since we're
going to ignore the answer anyway.  Instead, ask what kind of PO box type.

24 years agoDon't allow users to chpobox themselves to an IMAP PO server.
zacheiss [Tue, 14 Mar 2000 21:51:44 +0000 (21:51 +0000)] 
Don't allow users to chpobox themselves to an IMAP PO server.

24 years agoCreate new users with IMAP PO boxes.
zacheiss [Tue, 14 Mar 2000 21:50:51 +0000 (21:50 +0000)] 
Create new users with IMAP PO boxes.

This page took 0.768355 seconds and 4 git commands to generate.