aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* we are saving livepatch and patch files for incremental patches and history,Alice Ferrazzi2017-08-122-13/+27
| | | | | but we need only to send patch. so fixing that and also fix problem on closing open temporary file for sending it.
* removed build_livepatch from client as already doing automatically whenAlice Ferrazzi2017-08-121-1/+0
| | | | it get the configurations files
* refactor variable nameAlice Ferrazzi2017-08-101-2/+2
|
* fix pep-8 comment must start with '# 'Alice Ferrazzi2017-08-101-1/+1
|
* sending incremental patches and main patchesAlice Ferrazzi2017-08-073-14/+17
|
* renamed command function as internal functionAlice Ferrazzi2017-08-071-3/+2
|
* improved function for get patches list from eapply_user patches and temporaryAlice Ferrazzi2017-08-074-8/+26
| | | | folder.
* renamed functionAlice Ferrazzi2017-08-071-2/+2
|
* renamed functionAlice Ferrazzi2017-08-071-2/+2
|
* changed function and variable name to main_patchAlice Ferrazzi2017-08-062-6/+7
| | | | | | because we are implementing incremental patches, we need to distinguish incremental, already applied patches to the main patch that will be applied over.
* added live patch loaderAlice Ferrazzi2017-08-041-8/+50
| | | | | | we need to know if a live patch as really been applied for doing that the client can apply the patch and report back TODO: probably would nice to make it optional in the elivepatch arguments
* initial work for sending multiple patches on the same postAlice Ferrazzi2017-08-042-9/+15
|
* SafeConfigParser is deprecated change with ConfigParserAlice Ferrazzi2017-08-011-1/+1
|
* cleaned error catchingAlice Ferrazzi2017-07-291-6/+9
| | | | | | | Because we are going to implement new feature (incremental patch and cve) to elivepatch, we need to catch errors for giving a clean output interface. Useful for example when we need to give some more informative output toward the user
* catching client errorsAlice Ferrazzi2017-07-291-17/+34
|
* removed constants file as dead codeAlice Ferrazzi2017-07-281-36/+0
|
* adding incremental patches feature in progressAlice Ferrazzi2017-07-282-2/+30
| | | | - made function for list and save patches
* fix message for cve optionAlice Ferrazzi2017-07-241-1/+1
|
* Added different configuration exampleAlice Ferrazzi2017-07-242-1/+6116
|
* catch missing livepatch errors on the clientAlice Ferrazzi2017-07-241-4/+8
|
* Static patch and config filename on sendAlice Ferrazzi2017-07-201-2/+2
| | | | | This is useful for encapsulating the api call using only the uuid as session identifier
* send_file working with temporary folderAlice Ferrazzi2017-07-192-25/+27
|
* fixed variable nameAlice Ferrazzi2017-07-182-17/+17
| | | | getting as argument fullpath instead of splitting it each time
* added docstringsAlice Ferrazzi2017-07-181-4/+16
|
* refactored ungz and send_files functionAlice Ferrazzi2017-07-181-7/+13
|
* used os.path.joinAlice Ferrazzi2017-07-171-3/+3
|
* fixed commentAlice Ferrazzi2017-07-171-1/+1
|
* api link added to variableAlice Ferrazzi2017-07-171-1/+2
|
* function for checking uuid validityAlice Ferrazzi2017-07-161-14/+17
| | | | and fixed some variable name
* setting uuid from the clientAlice Ferrazzi2017-07-152-34/+6
|
* moving uuid functions to the client as RFC 4122Alice Ferrazzi2017-07-152-4/+15
| | | | A UUID is 128 bits long, and requires no central registration process.
* refactoredAlice Ferrazzi2017-07-141-8/+5
|
* Changed UserID with UUID for clarityAlice Ferrazzi2017-07-142-40/+44
| | | | | | The previous UserID variable was actually used as universally unique identifier for dividing tasks with multi-threading. Fixed for better understability.
* Removed client check for system kernel version.Alice Ferrazzi2017-07-122-16/+5
| | | | | | Removed some debug print message. We are getting the kernel version from the configuration file header.
* add livepatch in uuid subdirectories for divide builded livepatchAlice Ferrazzi2017-07-111-1/+8
|
* Unified send file functionAlice Ferrazzi2017-07-063-44/+10
|
* getting version from config fileAlice Ferrazzi2017-07-052-2/+11
|
* Getting kernel version from config fileAlice Ferrazzi2017-07-052-1/+16
| | | | add kernel version in send_file function
* small fixAlice Ferrazzi2017-07-052-3/+3
|
* receiving and sending the userid and resending same userid if alreadyAlice Ferrazzi2017-07-033-33/+84
| | | | | present in shelves import optimized
* Sending UserID and storing it in shelvesAlice Ferrazzi2017-07-022-10/+44
|
* dynamically passing kernel versionAlice Ferrazzi2017-07-013-33/+26
|
* checking file extension using regular expressionAlice Ferrazzi2017-07-011-2/+2
|
* fix shadowing reserved keywordAlice Ferrazzi2017-07-011-2/+2
|
* using os.path.join instead of sticking variable togetherAlice Ferrazzi2017-07-011-1/+1
|
* updated version help textAlice Ferrazzi2017-06-301-1/+1
|
* updated copyrightAlice Ferrazzi2017-06-301-1/+1
|
* Copyright fix to GPLv2+Alice Ferrazzi2017-06-309-45/+38
|
* removed not used importAlice Ferrazzi2017-06-281-1/+0
|
* Added working get function for download the live patch generatedAlice Ferrazzi2017-06-282-4/+14
|