summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swrap: Use swrap_address in the socket_info struct.Andreas Schneider2014-10-021-107/+109
* swrap: Use a sockaddr_un for the unix path in socket_info.Andreas Schneider2014-10-021-5/+7
* swrap: Rename swrap_pcap_dump_packet().Andreas Schneider2014-10-021-29/+29
* swrap: Rename swrap_pcap_get_fd().Andreas Schneider2014-10-021-2/+2
* swrap: Rename swrap_marshall_packet().Andreas Schneider2014-10-021-8/+13
* swrap: Rename swrap_packet_init().Andreas Schneider2014-10-021-15/+22
* swrap: Rename socket_wrapper_pcap_file().Andreas Schneider2014-10-021-2/+2
* swrap: Fix type punning warnings.Andreas Schneider2014-10-021-75/+127
* Provide a compatible declaration of CMSG_ALIGNJakub Hrozek2014-10-021-1/+1
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-10-021-0/+3
* swrap: fix another discard const warning in swrap_bind()Michael Adam2014-10-021-1/+1
* swrap: fix discard const warning in swrap_bind()Michael Adam2014-10-021-1/+1
* swrap: fix discard const warning in swrap_remove_stale()Michael Adam2014-10-021-2/+2
* swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...Michael Adam2014-10-021-2/+1
* s3: smb2cli: query info return length check was reversed.Jeremy Allison2014-10-021-1/+1
* idmap_rfc2307: Remove unsed parameter and variableChristof Schmitt2014-10-011-8/+5
* idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt2014-10-011-0/+1
* regedit: remove an old commentMichael Adam2014-10-011-2/+0
* regedit: print error msg if opening registry failsChris Davis2014-10-011-0/+2
* regedit: handle pgup/pgdn/home/end keys on listsChris Davis2014-10-013-4/+97
* regedit: handle del and backspace in hexeditorChris Davis2014-10-013-11/+71
* regedit: grow hexedit buffer as the user typesChris Davis2014-10-012-24/+46
* regedit: add a button to resize hexedit bufferChris Davis2014-10-012-2/+48
* regedit: add a number input boxChris Davis2014-10-012-12/+116
* regedit: don't expand single line text field buffer with cursor movementChris Davis2014-10-011-1/+24
* regedit: handle DEL key in text fieldsChris Davis2014-10-011-0/+3
* regedit: adjust some variable names to make them more distinctChris Davis2014-10-011-19/+19
* regedit: find previous itemsChris Davis2014-10-013-8/+62
* regedit: search values and repeat search from cursor positionsChris Davis2014-10-016-83/+265
* regedit: flesh out search dialog and simplify search optsChris Davis2014-10-013-19/+87
* regedit: don't use subwindows in hexeditChris Davis2014-10-013-38/+15
* regedit: use pad as a canvas for dialogsChris Davis2014-10-012-23/+57
* regedit: clear value list after creating new keyChris Davis2014-10-011-0/+1
* regedit: use the right function to reopen a hiveChris Davis2014-10-013-9/+26
* regedit: move cursor to edited value in list and report edit errorsChris Davis2014-10-015-23/+77
* regedit: Introduce a new API to build the dialogs.Chris Davis2014-10-012-854/+1800
* regedit: improvements for hexeditChris Davis2014-10-012-38/+74
* regedit: add padding to fit REG_MULTI_SZ to the text fieldChris Davis2014-10-011-8/+21
* regedit: simplify cleanup after loading childrenChris Davis2014-10-011-8/+3
* regedit: add a panic handler to restore terminalChris Davis2014-10-011-0/+8
* regedit: make all hives descend from a root nodeChris Davis2014-10-013-77/+79
* regedit: add a refresh command to clear cache and reload current pathChris Davis2014-10-013-15/+104
* regedit: reopen key after editing or removing valuesChris Davis2014-10-011-0/+3
* regedit: reopen parent keys when adding or removing subkeysChris Davis2014-10-013-0/+15
* regedit: set cursor after creating a new keyChris Davis2014-10-011-0/+4
* regedit: set cursor to the parent node when ascendingChris Davis2014-10-011-2/+3
* regedit: don't fail loading keys if just a few are unavailableChris Davis2014-10-011-12/+15
* regedit: include error description in popupsChris Davis2014-10-011-3/+6
* regedit: notify user if there's a failure loading subkeysChris Davis2014-10-011-4/+11
* regedit: handle awkward window sizes betterChris Davis2014-10-013-12/+25