metze/old/v3-2-winbind-ndr.git
2007-06-13 jerryHere's a small patch that disables the libkrb5.so repla...
2007-06-13 jerryadd missing default setting for 'winbind nss info'...
2007-06-13 jerryHere's a rough patch for expanding domain group membership
2007-06-13 jpeachFix supplementary group list truncation for *BSD. We...
2007-06-13 vlendecFix a comment
2007-06-13 obnoxOpen registry.tdb with sequence number.
2007-06-13 vlendecNext little simplification: In rename_internals it...
2007-06-13 vlendecFix RAW-NOTIFY: by using delete on close the notify...
2007-06-13 obnoxThere was this diff between reg_printing in 3_0 and...
2007-06-13 obnoxRe-add whitespace to reduce diff between branches.
2007-06-13 obnoxRemove one superfluous cast.
2007-06-13 obnoxCosmetic fix in debug output.
2007-06-13 vlendecAfter Jeremy's ack:
2007-06-12 jramax_params_return is complete fiction when getting...
2007-06-12 jraDoh ! Don't call winbind_child_died() *before* the
2007-06-12 jraAdd kill signal to child dead path. After talking
2007-06-12 vlendecRestore Jeremy's original formatting, just fix the...
2007-06-12 jraFix suggested by Volker. Don't call rename_open_files
2007-06-12 obnoxCoorect a comment.
2007-06-12 obnoxremove superfluous semicolon.
2007-06-12 obnoxRemove superfluous comment.
2007-06-12 vlendecOoops, sorry.
2007-06-12 vlendecCorrect a comment. The default timeout is not 1min...
2007-06-12 jraVolker noticed this obvious fix for the wins server
2007-06-11 jraThanks to Jerry, we finally tracked down the :
2007-06-11 jpeachUse the correct structure types in the NT_ACL operation...
2007-06-11 idraWe were missing displayName and that was preventing us
2007-06-10 vlendecMerge the core of the cluster code.
2007-06-10 vlendecRemove a bogus comment
2007-06-09 idraWhile verifying a bug I found out that for some reason
2007-06-09 idraEvn if not strictly currently necessary do check for...
2007-06-09 idraFix wrong (and missing) action on error condition in...
2007-06-09 jraGot bitten by a talloc hierarchy. Make sure we alloc
2007-06-09 jraFix lsa crash bug #4683. The "names" enum struct
2007-06-09 jpeachSupport membership of >16 groups on Darwin by making...
2007-06-08 jpeachMake VFS callbacks static. Mark operations as OPAQUE...
2007-06-08 jpeachSupport BSD group semantics by making sure that the...
2007-06-08 jraSecond part of the patch for Apple.
2007-06-08 jraFirst part of the patch to make Apple's life easier.
2007-06-08 obnoxDisabling ACL support on Darwin/Mac OS X for now.
2007-06-08 obnox1. This unifies the POSIX ACL detection code:
2007-06-08 gdnetr_getdcname returns WERROR not NTSTATUS.
2007-06-08 obnoxWhitespace cosmetics, to reduce irritating diffs...
2007-06-07 jerryPatch from Bjoern Jacke <bjoern@j3e.de> to deal
2007-06-07 vlendecMore warnings
2007-06-07 vlendecFix a 64-bit warning
2007-06-07 jraRemove restriction on string length for rpcclient commands.
2007-06-07 jraFix the misleading comment I added - it really *should*
2007-06-07 jraTraverse in tdb wasn't consistently using the
2007-06-06 vlendecMake "winbind:rpc only" a full blown parameter. Thanks...
2007-06-06 tridgecheck the "use mmap" option for ldb too
2007-06-06 obnoxActivate rep_pread and rep_pwrite in lib/replace/replace.h.
2007-06-06 vlendecRespect "use mmap" in tdb_wrap_open(). Tridge, you...
2007-06-06 jraFix bug #4537, fix from jens.nissen@gmx.net.
2007-06-05 jraFix from Justin Maggard <jmaggard@infrant.com> - ensure...
2007-06-05 jratimespec_current() was returning the wrong ns time
2007-06-05 idraWe missed to add the 'c' character to the list of valid...
2007-06-05 gdFix some more build warnings.
2007-06-05 gdFix build warning.
2007-06-05 jpeachDon't generate stamp-h. AFAICT it is never used.
2007-06-05 jraFix from Steve Langasek <vorlon@debian.org> to
2007-06-04 jraFix connection reporting on SIGUSR2 (noticed by
2007-06-04 jraFix Coverity 363. Dead code elimination.
2007-06-04 jraFix offline caching with XP/Vista. It was an off-by-one
2007-06-04 jraStop Coverity from getting confused.
2007-06-04 vlendecBetter error message
2007-06-04 vlendecFix error return
2007-06-04 jraStop Coverity from getting confused.
2007-06-04 jrapdb interfaces should be versioned. As SAMBA_3_0 and...
2007-06-04 obnoxFix typo in debug ouput. Found by Karolin Seeger <ks...
2007-06-04 metzefix a crash bug...I wonder why only HP-UX 11.00 ans...
2007-06-04 metzeas not all source files include replace.h/config.h
2007-06-04 metzealways include "winbind_client.h" as first header
2007-06-04 metzedon't typedef ber_tag_t when it's already done by openldap
2007-06-04 tridgemerged ldb changes from 3.0.26
2007-06-04 jerryremove unused variable (due to mad merge from Centeris...
2007-06-03 obnoxFix the build: r23315 was a little overeager in removin...
2007-06-03 vlendecOuch... This would not have run in production without...
2007-06-03 metze- don't use the builtin and -liniparser together in...
2007-06-03 metzeFor some systems it's needed to inject replace.h into
2007-06-03 vlendecJanitor for tridge:
2007-06-02 jpeachAs per Volker, rename the "windbind:ads" parameter...
2007-06-02 metzesync lib/replace with SAMBA_4_0
2007-06-02 metzemove readahead stuff out of libreplace and make it...
2007-06-02 metzemerge from samba4:
2007-06-02 abRefactor vfs_gpfs module, fix problems with chmod Tridg...
2007-06-01 jpeachAFAICT these are not needed. Jerry, can you please...
2007-06-01 jpeachFix the build for !WITH_SENDFILE.
2007-06-01 vlendecThis introduces the winbind:ads parameter which default...
2007-06-01 jpeachApply proto_exists and bin/.dummy dependencies consiste...
2007-06-01 obnoxUndo the somewhat naive change of r23279:
2007-06-01 obnoxFix another small and stupid but severe typo.
2007-06-01 obnoxUse talloc_move instead of talloc_steal as this is...
2007-05-31 obnoxOh what a nasty typo! This gave me some headache,
2007-05-31 obnoxUse a temporary talloc context in ads:lookup_groupmem.
2007-05-31 obnoxReplace occurrence of sid_binstring inside lookup_groupmem
2007-05-31 jerrymerge CloseEventlog() pidl conversion from 3.0.26 ...
2007-05-31 jraFix main event loop - reviewed by Volker.
2007-05-31 jerrymerge service control pidl change for CloseServiceHandl...
2007-05-31 jerryRegenerate svcctl files after IDL fixes
next