summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* windbindd: Make cm_connect_lsa_tcp staticChristof Schmitt2014-10-042-6/+3
* smbd: Always use uint8_t for inbuf pointerChristof Schmitt2014-10-041-7/+8
* smbd: Pass only cmd to construct_reply_common instead of complete reqChristof Schmitt2014-10-041-6/+5
* smbd: Use MIN macro in fake_sendfileChristof Schmitt2014-10-041-5/+1
* s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt2014-10-042-12/+6
* s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.cChristof Schmitt2014-10-041-1/+0
* profiling: Make WITH_PROFILE span more in smbprofile.hVolker Lendecke2014-10-031-2/+3
* profiling: Remove a big DEBUG statementVolker Lendecke2014-10-031-25/+0
* profiling: Remove some #ifdefsVolker Lendecke2014-10-032-8/+0
* profiling: Only compile profile/profile.c if profiling is enabledVolker Lendecke2014-10-033-19/+40
* profiling: Only compile utils/status_profile.c if profiling is enabledVolker Lendecke2014-10-033-24/+41
* profiling: Fix a typoVolker Lendecke2014-10-031-1/+1
* profiling: Move some #defines to profile.cVolker Lendecke2014-10-032-4/+4
* profiling: Fix a typoVolker Lendecke2014-10-031-1/+1
* profiling: Make "struct profile_header" staticVolker Lendecke2014-10-032-8/+7
* winbind3: Fix pwent variable substitutionJustin Maggard2014-10-031-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