metze/old/v3-2-winbind-ndr.git
2007-06-27 gdMerge dos error code from samba4 (returned from dfs_Enu...
2007-06-27 gdFix rpcclient and rpc_server with new DFS idl.
2007-06-27 gdregenerate dfs rpc gen_ndr.
2007-06-27 gdMerge samba4 dfs rpc idl.
2007-06-26 jraConvert set_nt_acl to return NTSTATUS. Also fix the...
2007-06-26 jerryFix compile warning in fill_grent_mem() caused by misma...
2007-06-26 jmcdFix bugzilla #4719: must change password is not set...
2007-06-26 vlendecRevert 'net idmap dump' to the 3.0.24 behaviour.
2007-06-26 jpeachFix typo in error message.
2007-06-26 obnoxMove some winbindd_cache specific flags and actions
2007-06-26 gdRemoving more redundant codepaths out of smb_krb5_renew...
2007-06-26 gdJust inline comment cosmetics.
2007-06-26 gdAdd legacy support for Services for Unix (SFU) 2.0.
2007-06-26 kaiMerge Samba4 mkversion.sh to Samba3.
2007-06-26 jerryBUG 4579: Don't mark the SAM domain on a Samba DC as...
2007-06-25 obnoxFirst step in abstracting the winbindd cache validation
2007-06-25 jerryAdd new version of indent script copied from the the...
2007-06-25 jerryAdd script for running indent and remove .indent.pro...
2007-06-25 jerryadd a few utility scripts for code formatting
2007-06-25 vlendecAdd notes about smbfs/cifs to usage() in smb[u]mount
2007-06-24 vlendecOne pstring a day...
2007-06-24 vlendecFix parsing of local pids if cluster support is compile...
2007-06-22 obnoxMention "net conf" in top level net usage.
2007-06-22 obnoxChange a debuglevel to not clutter output when calling
2007-06-22 jraFix bug #4725. Don't crash when no eventlogs specified...
2007-06-22 jraFix realloc leak on failure case from Jim Meyering...
2007-06-22 jraEnsure we will always release any timeout handler
2007-06-22 gdSome more cleanups and error checks in the krb5 renew...
2007-06-22 gdCleanup redundant code in the krb5 renew function.
2007-06-22 gdFix heimdal path in the krb5 renew routine when we...
2007-06-22 obnoxAdd a "drop" function to "net conf" that clears the
2007-06-22 obnoxUse a while loop instead of a for loop without incremen...
2007-06-22 obnoxAdd a utility function to recursively delete a Registry
2007-06-22 gdFix event based krb5 ticket refreshing in winbindd.
2007-06-22 obnoxMove regkey_open_onelevel from reg_frontend to reg_api,
2007-06-21 obnoxUp to now, the "allparameters" argument to lp_next_para...
2007-06-21 obnoxWhen calling DeleteKey for a key that has subkey(s...
2007-06-21 jraFix winbindd (sorry). Ensure I set the new child_pid
2007-06-21 jpeachFix some confusion between HAVE_BROKEN_GETGROUPS and...
2007-06-21 obnoxFix a segfault when lp_load is called before init_registry.
2007-06-21 jraRemove double-null check (I hate people bitching at me
2007-06-21 jraCope with terminating winbindd children on read/write...
2007-06-21 jraEnsure we obey Unicode consortium restrictions. Code
2007-06-21 idraFix, parsing of multi byte share names.
2007-06-21 gdAlso dump fd_event in dump_event_list().
2007-06-21 gdRemove last traces of Heimdal KCM support (and don...
2007-06-21 vlendecFix bug 4721
2007-06-21 obnoxFix the sys_bsd_setgroups function. The actual workarou...
2007-06-21 gdAvoid double NULL pointer checks.
2007-06-21 gdHandle MSG_DUMP_EVENT_LIST only in winbindd for now.
2007-06-21 gdAdd dump-event-list command to smbcontrol.
2007-06-21 gdAdd dump_event_list() for debugging the event list.
2007-06-20 jraFix for error path from Atsushi Nakabayashi <nakabayash...
2007-06-20 jraFix some uninitialiazed variable uses.
2007-06-20 jraFix bug #4711 by makeing cli_connect return an NTSTATUS.
2007-06-20 obnoxAlso ignore "lock directory" in registry global options.
2007-06-20 obnoxUse proper comparison function an fix logic.
2007-06-20 jraAdd more UNIX error -> NT status mappings.
2007-06-19 obnoxMake "net conf setparm" always use registry data type...
2007-06-19 obnoxFix comments.
2007-06-19 obnoxIgnore parameter "include" in regsitry globals.
2007-06-19 obnoxAdjust comments.
2007-06-18 jpeachLinking the LSA pipe module only once is probably enough.
2007-06-18 kaiRemove code duplication and unify behaviour of winbind_...
2007-06-18 vlendecFix for wild-card rename: We can't return directly...
2007-06-18 vlendecRevert the inbuf/outbuf part of r23528: This caused...
2007-06-17 obnoxFix a typo. James: Please check!
2007-06-17 jraFix bugs #4678 and #4697 which had the same root cause.
2007-06-17 vlendecTwo changes to make the valgrind massif (heap profiler...
2007-06-16 idraUse existing escaping function pointed by James
2007-06-16 idraI believe this patch is ok, got no reply of it being...
2007-06-16 idraFix bug 2319.
2007-06-16 vlendecGaa -- had renamed "name" to "path" and apparently...
2007-06-16 vlendecSave us a kilobyte stack space in a hot code path:...
2007-06-16 vlendecRemove the silly assumption that string_replace require...
2007-06-16 vlendecAfter Jeremy has given is ack on irc:
2007-06-16 jraFix bug found & fixed by Doug Rudoff (doug_rudoff@isilo...
2007-06-16 jraEnsure status isn't used uninitialized.
2007-06-16 jraRemove unused function ads_get_dn_from_extended_dn().
2007-06-15 jraFix one more use of VALUE_PREFIX.
2007-06-15 jraFix conflict in #define for SECDESC_PREFIX. Ensure all
2007-06-15 jpeachTidy calls to smb_panic by removing trailing newlines...
2007-06-15 obnoxThis activates the global options from the registry...
2007-06-15 jraFix sync_file() to return NTSTATUS and return this
2007-06-15 obnoxSplit one general function normalize_dbkey from reg_db...
2007-06-15 obnoxUse tdb_wrap_open (instead of usual tdb_open) in reg_db.
2007-06-14 jpeach Restore exit-on-idle. Small refactoring for clarit...
2007-06-14 vlendecMove notify_rename before rename_internals_fsp and...
2007-06-14 vlendecTwo changes to survive the now activated test for renam...
2007-06-14 jerryDisable building of libaddns (no defined API) and
2007-06-14 jerryFix logic error in getgrnam_recv() that broke
2007-06-14 obnoxReplace literal occurrences of libsmb/errormap.o by...
2007-06-14 obnoxSynchronize some occurrences of BINARY_PREREQS and...
2007-06-14 obnox(Re-)Add tdbtorture as a build target to 3_0_26.
2007-06-14 vlendecOk, this time with a hopefully successful make test...
2007-06-14 obnoxThis checkin consists mostly of refactorings in prepara...
2007-06-14 gdWhen chasing AD referrals make sure to honor the base...
2007-06-14 vlendecRevert 23482, I must have run 'make test' in the wrong...
2007-06-14 vlendecSlightly simplify the rename code: Remove two local...
2007-06-14 jpeachFix DEVELOPER_CFLAGS quoting.
next