Comment: | Update copyright |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6e2e7e9f375de506ee3ee878511727d3 |
User & Date: | js on 2018-01-11 22:53:54 |
Other Links: | manifest | tags |
2018-07-29
| ||
20:47 | Adjust to ObjFW changes check-in: d981c4fcb8 user: js tags: trunk | |
2018-01-11
| ||
22:53 | Update copyright check-in: 6e2e7e9f37 user: js tags: trunk | |
22:49 | iOS: Add initial support for upload via browser check-in: 8545f203d8 user: js tags: trunk | |
Modified LegacyPasswordGenerator.h from [844f8dbbf6] to [47eab21e5a].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified LegacyPasswordGenerator.m from [57913569cc] to [35ff9d7d08].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified NewPasswordGenerator.h from [4edb901c0e] to [2de089a5e6].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified NewPasswordGenerator.m from [50b60ad18e] to [c65a32e0e6].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified PasswordGenerator.h from [b78de7da7b] to [70f0e627f7].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified ScryptPWGen.h from [3e34cc6ece] to [0516d81a75].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified ScryptPWGen.m from [864e5952d2] to [4c1532cc13].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/AboutController.h from [8a939a27d3] to [0989a34318].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/AboutController.m from [789424ff38] to [27d62a3e5c].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ | |||
42 43 44 45 46 47 48 | @"</style>" @"</head>" @"<body>" @"<div id='title'>" @" scrypt-pwgen {version}" @"</div>" @"<div id='copyright'>" | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | @"</style>" @"</head>" @"<body>" @"<div id='title'>" @" scrypt-pwgen {version}" @"</div>" @"<div id='copyright'>" @" Copyright © 2016, 2017, 2018, Jonathan Schleifer" @"</div>" @"<p name='free_software'>" @" scrypt-pwgen is free software and the source code is available at " @" <a href='https://heap.zone/scrypt-pwgen/'>here</a>." @"</p>" @"<p name='objfw'>" @" It makes use of the <a href='https://heap.zone/objfw/'>ObjFW</a> " |
︙ | ︙ |
Modified iOS/AddSiteController.h from [46b3e8eae6] to [38f68316ee].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/AddSiteController.m from [1bc20e8d42] to [e0016763e5].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/AppDelegate.h from [077774775e] to [48ea4411d9].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/AppDelegate.m from [9c769f463c] to [adc63de6d6].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/HTTPServerDelegate.h from [aba6c4de13] to [d4a400b264].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/HTTPServerDelegate.m from [93f5647bae] to [78d7d8028b].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/MainViewController.h from [7918b23aad] to [953c0dde6b].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/MainViewController.m from [9d72eb29c9] to [a90bfc6860].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ | |||
75 76 77 78 79 80 81 | reuseIdentifier: @"site"] autorelease]; cell.textLabel.text = self.sites[indexPath.row].NSObject; return cell; } | | | | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | reuseIdentifier: @"site"] autorelease]; cell.textLabel.text = self.sites[indexPath.row].NSObject; return cell; } - (void)searchBar: (UISearchBar *)searchBar textDidChange: (NSString *)searchText { self.sites = [_siteStorage sitesWithFilter: _searchBar.text.OFObject]; [_tableView reloadData]; } - (void)tableView: (UITableView *)tableView didSelectRowAtIndexPath: (NSIndexPath *)indexPath |
︙ | ︙ |
Modified iOS/SelectKeyFileController.h from [93a4b132d1] to [f50bf25e34].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ | |||
33 34 35 36 37 38 39 | OFHTTPServer *_HTTPServer; HTTPServerDelegate *_HTTPServerDelegate; OFThread *_HTTPServerThread; } @property (retain) AddSiteController *addSiteController; | | | 33 34 35 36 37 38 39 40 41 | OFHTTPServer *_HTTPServer; HTTPServerDelegate *_HTTPServerDelegate; OFThread *_HTTPServerThread; } @property (retain) AddSiteController *addSiteController; - (IBAction)upload: (id)sender; @end |
Modified iOS/SelectKeyFileController.m from [c879d4f70c] to [eea3057217].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/ShowDetailsController.h from [c6a36ae624] to [dece16e645].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/ShowDetailsController.m from [2cd4aee875] to [20e332aac9].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/SiteStorage.h from [bfeedb41fd] to [6911f1deb5].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/SiteStorage.m from [5d305d30e2] to [c5d23efba0].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |
Modified iOS/main.m from [b20626de32] to [d7c25d8f1b].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * |
︙ | ︙ |