summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r23565: Avoid double NULL pointer checks.Günther Deschner2007-10-102-18/+6
* r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now.Günther Deschner2007-10-102-0/+42
* r23563: Add dump-event-list command to smbcontrol.Günther Deschner2007-10-102-0/+20
* r23562: Add dump_event_list() for debugging the event list.Günther Deschner2007-10-101-0/+24
* r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...Jeremy Allison2007-10-101-0/+1
* r23555: Fix some uninitialiazed variable uses.Jeremy Allison2007-10-101-2/+6
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-1013-42/+89
* r23553: Also ignore "lock directory" in registry global options.Michael Adam2007-10-101-2/+5
* r23552: Use proper comparison function an fix logic.Michael Adam2007-10-101-1/+1
* r23550: Add more UNIX error -> NT status mappings.Jeremy Allison2007-10-101-0/+25
* r23549: Make "net conf setparm" always use registry data type "sz".Michael Adam2007-10-101-7/+4
* r23548: Fix comments.Michael Adam2007-10-101-3/+3
* r23547: Ignore parameter "include" in regsitry globals.Michael Adam2007-10-101-0/+5
* r23543: Adjust comments.Michael Adam2007-10-101-13/+3
* r23541: Linking the LSA pipe module only once is probably enough.James Peach2007-10-101-2/+0
* r23539: Remove code duplication and unify behaviour of winbind_nss_*.h filesKai Blin2007-10-102-6/+1
* r23538: Fix for wild-card rename: We can't return directly on error, we need toVolker Lendecke2007-10-101-2/+2
* r23537: Revert the inbuf/outbuf part of r23528: This caused the Solaris CC ma...Volker Lendecke2007-10-101-10/+54
* r23536: Fix a typo. James: Please check!Michael Adam2007-10-101-1/+1
* r23530: Fix bugs #4678 and #4697 which had the same root cause.Jeremy Allison2007-10-101-0/+54
* r23528: Two changes to make the valgrind massif (heap profiler) output readable:Volker Lendecke2007-10-102-55/+11
* r23527: Use existing escaping function pointed by JamesSimo Sorce2007-10-101-27/+3
* r23525: I believe this patch is ok, got no reply of it being not ok.Simo Sorce2007-10-101-2/+40
* r23524: Fix bug 2319.Simo Sorce2007-10-101-13/+60
* r23523: Gaa -- had renamed "name" to "path" and apparently not compiled afterVolker Lendecke2007-10-101-1/+1
* r23522: Save us a kilobyte stack space in a hot code path: I can't see a reasonVolker Lendecke2007-10-102-33/+28
* r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke2007-10-102-24/+49
* r23517: After Jeremy has given is ack on irc:Volker Lendecke2007-10-101-179/+61
* r23516: Fix bug found & fixed by Doug Rudoff (doug_rudoff@isilon.com)Jeremy Allison2007-10-101-0/+6
* r23515: Ensure status isn't used uninitialized.Jeremy Allison2007-10-101-1/+1
* r23514: Remove unused function ads_get_dn_from_extended_dn().Jeremy Allison2007-10-101-29/+0
* r23513: Fix one more use of VALUE_PREFIX.Jeremy Allison2007-10-101-1/+1
* r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure allJeremy Allison2007-10-102-7/+7
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-1033-113/+120
* r23509: This activates the global options from the registry in loadparm.Michael Adam2007-10-105-12/+305
* r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison2007-10-103-13/+69
* r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam2007-10-102-7/+7
* r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.Michael Adam2007-10-101-27/+22
* r23502: Restore exit-on-idle. Small refactoring for clarity. Exit ifJames Peach2007-10-101-17/+26
* r23501: Move notify_rename before rename_internals_fsp and call it from there.Volker Lendecke2007-10-101-42/+44
* r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke2007-10-103-6/+17
* r23497: Disable building of libaddns (no defined API) andGerald Carter2007-10-101-38/+8
* r23496: Fix logic error in getgrnam_recv() that brokeGerald Carter2007-10-101-1/+1
* r23495: Replace literal occurrences of libsmb/errormap.o by $(ERRORMAP_OBJ).Michael Adam2007-10-101-2/+2
* r23494: Synchronize some occurrences of BINARY_PREREQS and bin/.dummy.Michael Adam2007-10-101-13/+18
* r23489: (Re-)Add tdbtorture as a build target to 3_0_26.Michael Adam2007-10-101-0/+3
* r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke2007-10-102-22/+33
* r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam2007-10-1010-680/+874
* r23483: Revert 23482, I must have run 'make test' in the wrong subdir.Volker Lendecke2007-10-101-14/+18
* r23482: Slightly simplify the rename code: Remove two local variables that areVolker Lendecke2007-10-101-18/+14