summaryrefslogtreecommitdiff
path: root/src/lockdown.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for wireless pairingNikias Bassen2022-02-091-0/+4
* lockdown: Replace udid and mux_id members from client struct with idevice_t r...Nikias Bassen2021-07-291-2/+1
* lockdown: Pass along usbmux device id when saving pair recordsNikias Bassen2018-09-291-0/+1
* Update copyright in various filesMartin Szulecki2014-03-221-0/+1
* Refactor pair record handling to use new usbmuxd pair record interfaceMartin Szulecki2014-03-211-5/+0
* Refactor userpref logic to use plist format and implement trust dialog handlingMartin Szulecki2013-09-171-1/+3
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* Make all "include guards" for all headers consistentMartin Szulecki2013-02-271-3/+3
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-1/+1
* Add OpenSSL supportNikias Bassen2012-03-191-4/+3
* Remove unused and fix some includesNikias Bassen2010-03-241-1/+0
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-1/+1
* lockdown/property_list_service: use new SSL codeNikias Bassen2010-01-131-2/+0
* Refactor lockdown session handling and expose it in public APIMartin Szulecki2010-01-121-6/+0
* Rename in_SSL to ssl_enabled within lockdown private structMartin Szulecki2010-01-121-1/+1
* lockdownd: use new property_list_serviceNikias Bassen2010-01-121-1/+2
* Lowercase HostID parameter like everywhere elseMartin Szulecki2010-01-081-1/+1
* Allow set the label of a lockdown request, usually set to the program nameMartin Szulecki2010-01-081-0/+1
* cache device uuid in client structNikias Bassen2009-12-071-0/+1
* better handling of session_idNikias Bassen2009-12-071-1/+1
* simplify gnutls_session_t useChristophe Fergeau2009-11-171-1/+1
* don't leak memory allocated for gnutls credentialsChristophe Fergeau2009-11-171-0/+1
* Public API rework, extension and adaption to latest libusbmuxd-1.0 API.Nikias Bassen2009-09-121-1/+1
* Update lockdown API and introduce new error codesMartin Szulecki2009-07-251-4/+6
* Cleanup lockdown request API and fix docs, tools, bindings and exportsMartin Szulecki2009-07-071-19/+5
* Make use of usbmuxd and remove libusb dependenciesNikias Bassen2009-05-181-3/+1
* Use less secure random number generation so we can generate privateJonathan Beck2009-04-121-4/+4
* Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_syncJonathan Beck2009-03-241-2/+0
|\
| * Remove lockdown gnutls buffer hack [#1 state:resolved]Nikias Bassen2009-03-231-2/+0
* | Merge branch 'master' into contact_syncJonathan Beck2009-01-291-1/+2
|\ \ | |/
| * Moved lockdownd_get_device_uid to be part of the public API.Matt Colyer2009-01-271-1/+0
| * Perform proper goodby on lockdown shutdown.Nikias Bassen2009-01-091-0/+1
* | Merge branch 'nikias' into plistJonathan Beck2009-01-081-0/+1
|\ \
| * | Perform proper goodby on lockdown shutdown.Nikias Bassen2009-01-081-0/+1
| |/
* | Merge branch 'master' into plistJonathan Beck2009-01-041-1/+1
|\ \ | |/
| * Fix indent issues.Matt Colyer2009-01-021-1/+2
| * Fix function prototypesChristophe Fergeau2009-01-021-2/+2
* | fork out plist stuff in libplist and migrate libiphone to use it.Jonathan Beck2008-12-131-1/+0
* | Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ...Jonathan Beck2008-12-121-5/+6
* | move stuff around to make code more organized.Jonathan Beck2008-12-111-2/+0
|/
* Setup a very basic lockdownd command line clientJonathan Beck2008-09-111-0/+1
* Enforce a modified kr style.Matt Colyer2008-09-011-1/+2
* use new function signature and few bugfixes.Jonathan Beck2008-08-311-9/+7
* migrate usbmux.c.Jonathan Beck2008-08-311-1/+1
* migrate lockdown.cJonathan Beck2008-08-311-11/+12
* more libraryzingJonathan Beck2008-08-311-2/+1
* use non anonymous structs so we can use opaque type on themJonathan Beck2008-08-311-1/+1
* first shot at setting up a libraryJonathan Beck2008-08-311-1/+4
* Handle known device through their UniqueDeviceID and use it as name to store ...Jonathan Beck2008-08-221-1/+1