*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6321 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-06-15 03:15:57 +00:00
parent 5f9743814e
commit 7f1fb98d62
6 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
1999-06-15 Assar Westerlund <assar@sics.se>
* kx.h: const-pollution
* kx.c: use get_default_username and resulting const pollution
* context.c (context_set): const pollution
1999-05-22 Assar Westerlund <assar@sics.se>
* kxd.c (recv_conn): fix syslog messages

View File

@@ -1,3 +1,7 @@
1999-06-15 Assar Westerlund <assar@sics.se>
* rsh.c: use get_default_username and resulting const pollution
1999-05-21 Assar Westerlund <assar@sics.se>
* rsh.c (main): try $USERNAME

View File

@@ -1,3 +1,7 @@
1999-06-15 Assar Westerlund <assar@sics.se>
* su.c (main): conditionalize `getlogin'
1999-05-11 Assar Westerlund <assar@sics.se>
* su.c (verfiy_krb5): get the name out of the ccache before

View File

@@ -1,3 +1,7 @@
1999-06-15 Assar Westerlund <assar@sics.se>
* telnet/commands.c (tn): use get_default_username
1999-05-14 Assar Westerlund <assar@sics.se>
* telnetd/state.c (telrcv): magic patch to make it work against

View File

@@ -1,3 +1,7 @@
1999-06-15 Assar Westerlund <assar@sics.se>
* init_c.c (get_cred_cache): use get_default_username
1999-05-21 Assar Westerlund <assar@sics.se>
* init_c.c (get_cred_cache): use $USERNAME

View File

@@ -1,3 +1,11 @@
1999-06-15 Assar Westerlund <assar@sics.se>
* get_default_username.c: new file
* roken.h.in (get_default_username): add prototype
* Makefile.am: add get_default_username
1999-05-08 Assar Westerlund <assar@sics.se>
* xdbm.h: also try <db.h> with DB_DBM_HSEARCH == 1