source:
trunk/athena/bin/lpr/quota
@
5177
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
ncs | 4528 | 34 years | epeisach | Handle broken lex on ps2 | |
bill_db.c | 9.4 KB | 4370 | 34 years | epeisach | Fixed a bug in determining if a person needed a statement as it would ... |
config.h | 1.6 KB | 4277 | 34 years | epeisach | IBMR2 use ndbm |
consist.c | 2.8 KB | 4278 | 34 years | epeisach | IBMR@ needs sys/select.h |
dump_db.c | 1.8 KB | 4279 | 34 years | epeisach | If compiling DEBUG, need to initialize the quota_debug entry. |
dump_logs.c | 1.3 KB | 4375 | 34 years | epeisach | Initial revision |
dump_user.c | 966 bytes | 4375 | 34 years | epeisach | Initial revision |
gbill_db.c | 8.2 KB | 4371 | 34 years | epeisach | Do not subtract the YTD charge in determining if someone should be billed. ... |
gdump_db.c | 2.1 KB | 4280 | 34 years | epeisach | Allow proper linking when DEBUG defined. |
gquota_db.h | 1.9 KB | 4282 | 34 years | epeisach | Proper typing of admin and user as Uid_num - which is what they are Give ... |
gquota_dba.c | 15.8 KB | 4281 | 34 years | epeisach | Lint cleanup |
grestore_db.c | 2.7 KB | 4280 | 34 years | epeisach | Allow proper linking when DEBUG defined. |
Imakefile | 7.1 KB | 5177 | 34 years | epeisach | Disable V1 compatibility Compile billing programs only in development tree ... |
journal.c | 8.7 KB | 4373 | 34 years | epeisach | Added syndb flag for journal files. This will help prvent last failure ... |
logger.h | 4.5 KB | 4372 | 34 years | epeisach | Added prototype for logger_journal_set_sync() |
logger_ncs.idl | 1.9 KB | 3154 | 35 years | epeisach | Fixing up structure problem which caused nidl to miscount memory needed ... |
logger_ncs_v1.h.save | 2.2 KB | 4375 | 34 years | epeisach | Initial revision |
logger_ncs_v1.idl | 1.7 KB | 3454 | 35 years | epeisach | Should include the v1 version |
logger_ncs_v1_cstub.c.save | 8.8 KB | 4375 | 34 years | epeisach | Initial revision |
logger_ncs_v1_cswtch.c.save | 809 bytes | 4375 | 34 years | epeisach | Initial revision |
logger_ncs_v1_sstub.c.save | 7.7 KB | 3199 | 35 years | epeisach | Hand edit frob to handle bug in implimentation of NCS which is fixed in V2 ... |
logger_server.c | 10.0 KB | 4291 | 34 years | epeisach | Lint cleanups |
logger_server_v1.c | 7.0 KB | 4289 | 34 years | epeisach | Log on receiving a v1 request |
lpquota.c | 24.9 KB | 4993 | 34 years | epeisach | When displaying users and admin list, off by one bug and didn't list first ... |
Makefile | 5.9 KB | 3452 | 35 years | epeisach | Use ../cppflags in creating Makefile |
mit-copyright.h | 1.0 KB | 2886 | 35 years | epeisach | Initial revision |
nidl_structs.idl | 2.1 KB | 3574 | 34 years | epeisach | Initial revision |
parser.c | 9.3 KB | 4292 | 34 years | epeisach | If name, instance,realm=0, then don't dump entry. This is a deleted ... |
periodic.c | 5.5 KB | 4380 | 34 years | epeisach | Added signal protection to region of code that might cause the logger ... |
qdb_create.c | 734 bytes | 3179 | 35 years | epeisach | Create group quota database. [ilham] |
qmain.c | 13.1 KB | 4518 | 34 years | epeisach | Move quotacap parsing routines to parse_quotacap.c |
qping.c | 2.9 KB | 2887 | 35 years | epeisach | Added MIT copyright |
qtest.c | 1.6 KB | 2887 | 35 years | epeisach | Added MIT copyright |
quota.h | 2.2 KB | 4519 | 34 years | epeisach | Global declaration of quotacap parsed items. |
quota_db.h | 2.1 KB | 3206 | 35 years | epeisach | uid number added to structre. |
quota_dba.c | 14.8 KB | 3650 | 34 years | epeisach | Lint fixes On not getting the lock on the .ok file, close file for retry ... |
quota_err.et | 2.2 KB | 3197 | 35 years | epeisach | Added QDBDOWN for the quota server being down. (Not used yet, but ...) |
quota_limits.h | 1.3 KB | 3207 | 35 years | epeisach | GQUOTA info |
quota_logger.c | 6.0 KB | 4296 | 34 years | epeisach | lint cleanups |
quota_ncs.idl | 3.0 KB | 3203 | 35 years | epeisach | Add QuotaSerevrStatus to return a message - not currently used |
quota_ncs_v1.idl | 2.1 KB | 3158 | 35 years | epeisach | Move common definitions. Create a quota_return_v1 |
quota_notify.c | 9.5 KB | 3659 | 34 years | epeisach | Lint cleanup Fix for improper printing when went over group quota limit as ... |
quota_server.c | 25.3 KB | 4393 | 34 years | epeisach | Return a message from QuotaServerStatus stating that the quota server is ... |
quota_server_v1.c | 10.3 KB | 4298 | 34 years | epeisach | Lint cleanups and log v1 requests |
quotacap.c | 9.6 KB | 4299 | 34 years | epeisach | Lint cleanup - include strings.h and gethostbyname as void |
restore_db.c | 1.6 KB | 4300 | 34 years | epeisach | Compile if DEBUG defined. Fix a possible overflow |
s_chkaf.c | 17.5 KB | 4520 | 34 years | epeisach | Don't assume the quota server is in same kerberos realm. |
server_krb.c | 3.4 KB | 4301 | 34 years | epeisach | NSIfy routine declarations Under make_kname, null pointer deref fix |
strings.c | 7.5 KB | 4303 | 34 years | epeisach | Problem in fscanf - why we never lost, I don't know. Lint cleanups. |
uid_strings.c | 7.7 KB | 4304 | 34 years | epeisach | Lint fixes. |
user.c | 3.5 KB | 4305 | 34 years | epeisach | Unaligned ref fix from bjaspan |
Note: See TracBrowser
for help on using the repository browser.