summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23578: When calling DeleteKey for a key that has subkey(s), WindowsMichael Adam1-4/+17
2007-10-10r23577: Fix winbindd (sorry). Ensure I set the new child_pidJeremy Allison1-1/+3
2007-10-10r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.James Peach1-4/+4
2007-10-10r23575: Fix a segfault when lp_load is called before init_registry.Michael Adam1-0/+2
2007-10-10r23574: Remove double-null check (I hate people bitching at meJeremy Allison1-3/+1
2007-10-10r23573: Cope with terminating winbindd children on read/write/timeoutJeremy Allison1-38/+45
2007-10-10r23572: Ensure we obey Unicode consortium restrictions. CodeJeremy Allison1-15/+22
2007-10-10r23571: Fix, parsing of multi byte share names.Simo Sorce1-16/+10
2007-10-10r23569: Also dump fd_event in dump_event_list().Günther Deschner1-1/+10
2007-10-10r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh...Günther Deschner1-25/+4
2007-10-10r23567: Fix bug 4721Volker Lendecke1-1/+1
2007-10-10r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.Michael Adam1-3/+1
2007-10-10r23565: Avoid double NULL pointer checks.Günther Deschner2-18/+6
2007-10-10r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now.Günther Deschner2-0/+42
2007-10-10r23563: Add dump-event-list command to smbcontrol.Günther Deschner2-0/+20
2007-10-10r23562: Add dump_event_list() for debugging the event list.Günther Deschner1-0/+24
2007-10-10r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...Jeremy Allison1-0/+1
2007-10-10r23555: Fix some uninitialiazed variable uses.Jeremy Allison1-2/+6
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison13-42/+89
2007-10-10r23553: Also ignore "lock directory" in registry global options.Michael Adam1-2/+5
2007-10-10r23552: Use proper comparison function an fix logic.Michael Adam1-1/+1
2007-10-10r23550: Add more UNIX error -> NT status mappings.Jeremy Allison1-0/+25
2007-10-10r23549: Make "net conf setparm" always use registry data type "sz".Michael Adam1-7/+4
2007-10-10r23548: Fix comments.Michael Adam1-3/+3
2007-10-10r23547: Ignore parameter "include" in regsitry globals.Michael Adam1-0/+5
2007-10-10r23543: Adjust comments.Michael Adam1-13/+3
2007-10-10r23541: Linking the LSA pipe module only once is probably enough.James Peach1-2/+0
2007-10-10r23539: Remove code duplication and unify behaviour of winbind_nss_*.h filesKai Blin2-6/+1
2007-10-10r23538: Fix for wild-card rename: We can't return directly on error, we need toVolker Lendecke1-2/+2
2007-10-10r23537: Revert the inbuf/outbuf part of r23528: This caused the Solaris CC ma...Volker Lendecke1-10/+54
2007-10-10r23536: Fix a typo. James: Please check!Michael Adam1-1/+1
2007-10-10r23530: Fix bugs #4678 and #4697 which had the same root cause.Jeremy Allison1-0/+54
2007-10-10r23528: Two changes to make the valgrind massif (heap profiler) output readable:Volker Lendecke2-55/+11
2007-10-10r23527: Use existing escaping function pointed by JamesSimo Sorce1-27/+3
2007-10-10r23525: I believe this patch is ok, got no reply of it being not ok.Simo Sorce1-2/+40
2007-10-10r23524: Fix bug 2319.Simo Sorce1-13/+60
2007-10-10r23523: Gaa -- had renamed "name" to "path" and apparently not compiled afterVolker Lendecke1-1/+1
2007-10-10r23522: Save us a kilobyte stack space in a hot code path: I can't see a reasonVolker Lendecke2-33/+28
2007-10-10r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke2-24/+49
2007-10-10r23517: After Jeremy has given is ack on irc:Volker Lendecke1-179/+61
2007-10-10r23516: Fix bug found & fixed by Doug Rudoff (doug_rudoff@isilon.com)Jeremy Allison1-0/+6
2007-10-10r23515: Ensure status isn't used uninitialized.Jeremy Allison1-1/+1
2007-10-10r23514: Remove unused function ads_get_dn_from_extended_dn().Jeremy Allison1-29/+0
2007-10-10r23513: Fix one more use of VALUE_PREFIX.Jeremy Allison1-1/+1
2007-10-10r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure allJeremy Allison2-7/+7
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach33-113/+120
2007-10-10r23509: This activates the global options from the registry in loadparm.Michael Adam5-12/+305
2007-10-10r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison3-13/+69
2007-10-10r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam2-7/+7
2007-10-10r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.Michael Adam1-27/+22