summaryrefslogtreecommitdiff
path: root/server/uloc.c
Commit message (Expand)AuthorAge
* rototill uloc.c to be a little less pathologicalGravatar Karl Ramm2013-03-16
* Test the low-level code in uloc.cGravatar Karl Ramm2013-03-16
* Allow opstaff to submit location updates for usersGravatar Jeffrey Hutzelman2013-02-26
* Make OPSTAFF_VIS actually visible to opstaffGravatar Jeffrey Hutzelman2013-02-26
* it is the TWENTY-FIRST CENTURY, we can STOP USING K&RGravatar Karl Ramm2009-08-09
* Factor out code that extacts a sockaddr_in from a notice (and stop using theGravatar Karl Ramm2009-07-29
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...Gravatar Karl Ramm2008-01-21
* de K&RifyGravatar Karl Ramm2008-01-21
* protect if statement from macro braindamageGravatar Karl Ramm2007-12-25
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-server-20071215+.diffGravatar Karl Ramm2007-12-25
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
* sender_in_realm() was renamed to realm_sender_in_realm(), and now takesGravatar Garry Zacheiss2001-02-26
* Reinstate the policy that realm-visible locations cannot be seen byGravatar Greg Hudson2000-01-22
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* Actually increment the loop pointer in ulogin_find().Gravatar Greg Hudson1998-10-26
* Search for locations by <user,addr,port> in cases where we were searchingGravatar Greg Hudson1998-10-13
* Clean up dead code.Gravatar Greg Hudson1998-09-27
* Remember to dump the tty field.Gravatar Greg Hudson1998-07-09
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Got rid of that stupid meaningless message about your loginGravatar Greg Hudson1994-10-31
* Don't do signal blocking; simply set a semaphore flag indicating it isGravatar Richard Basch1994-08-01
* Removed extraneous comments.Gravatar Richard Basch1993-11-19
* Added POSIX signal handlingGravatar Richard Basch1993-09-24
* Commented out unreached code.Gravatar Richard Basch1993-05-05
* Cosmetic changes (comment, indentation).Gravatar Richard Basch1993-04-20
* Bad prototype for ulogin_add_user (changed for error propogation)Gravatar Richard Basch1993-04-20
* Propogate an error back to the client when an error was encounteredGravatar Richard Basch1993-04-20
* Make sure we reset "locations" if we had an error (ulogin_add_user)Gravatar Richard Basch1993-03-23
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
* fix leaks in ulogin_setup and ulogin_findGravatar Lucien Van Elsen1992-08-10
* turn off other debugging info (for speed)Gravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* increment counter while deleting a range of locationsGravatar Kenneth G Raeburn1991-05-13
* ulogin_find now returns pointer-to-pointer so offsets work; callersGravatar Kenneth G Raeburn1991-04-02
* Remove name `_exposure_type'. `ZLocation_t' is now a class withGravatar Kenneth G Raeburn1991-03-21
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
* Changed "??" to "?" to avoid trigraph problems.Gravatar Kenneth G Raeburn1990-05-16
* machine names are case insensitiveGravatar John Kohl1989-12-13
* add support for counting old-style requestsGravatar John Kohl1989-10-26
* From zephyr dev: fixed problems in ulogin_flush_user, not freeingGravatar Kenneth G Raeburn1988-10-24
* Checking that logout notices are for the sender; verify thatGravatar Kenneth G Raeburn1988-10-19
* fix possible problem with uninitialized fields in notice structureGravatar John Kohl1988-07-19
* was freeing too muchGravatar John Kohl1988-07-16
* be more careful about freeing stuff; plug memory leaksGravatar John Kohl1988-07-08
* remove obsolete xfreeGravatar John Kohl1988-06-25
* fix up sense_logoutGravatar John Kohl1988-06-24
* fix syslog error messagesGravatar John Kohl1988-06-23
* fix rcsidGravatar John Kohl1988-06-23
* lint fixesGravatar John Kohl1988-06-22
* set num_other_fields to zero.Gravatar John Kohl1988-06-17