summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* idl: add fscc needed by frsrpcMatthieu Patou2014-10-021-0/+47
* idl: add nt backup blobs formatMatthieu Patou2014-10-022-0/+136
* idl: frsrpc we don't need NDR_REMAINING as size of the blob is one the wireMatthieu Patou2014-10-021-1/+1
* idl: frsrpc cleaning, opnum 4->10 didn't existsMatthieu Patou2014-10-021-7/+15
* lib: Use GUID_buf_string in GUID_stringVolker Lendecke2014-10-021-9/+2
* Create talloc-less functions for formating GUIDMatthieu Patou2014-10-024-1/+281
* swrap: Bump version to 1.1.2.Andreas Schneider2014-10-021-1/+1
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-021-0/+4
* swrap: Add a trace message for swrap_socket().Andreas Schneider2014-10-021-0/+5
* swrap: Implement fcntl() to catch F_DUPFD.Andreas Schneider2014-10-021-1/+86
* swrap: Include the function name in the debug output.Andreas Schneider2014-10-021-12/+14
* swrap: Silence alignment warnings.Andreas Schneider2014-10-021-16/+16
* swrap: Fix type punning warnings when loading functions.Andreas Schneider2014-10-021-1/+2
* swrap: Fix access to struct members in log messages.Andreas Schneider2014-10-021-2/+2
* swrap: Fix whitespace errors.Andreas Schneider2014-10-021-16/+16
* swrap: Update copyright notice.Andreas Schneider2014-10-021-3/+3
* swrap: Wrap fopen to detect stale file descriptors.Andreas Schneider2014-10-021-0/+31
* swrap: Use swrap_address in swrap_accept().Andreas Schneider2014-10-021-28/+23
* swrap: Remove unused sockaddr_dup() function.Andreas Schneider2014-10-021-7/+0
* 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