samba.git
2008-06-05 Jeremy AllisonMore correct fix (hopefully :-) for any memory leaks.
2008-06-05 Günther Deschnermailslot: always pull a command 25 type reply.
2008-06-05 Karolin SeegerSamba3-HOWTO: Add improvements/fixes.
2008-06-05 Volker LendeckeFix a memleak caused by a crappy get_sorted_dc_list...
2008-06-05 Volker LendeckeFix a memleak in ads_find_dc() in case get_sorted_dc_li...
2008-06-05 Günther Deschnerbuild: fix build warning.
2008-06-05 Günther Deschnerlibnetjoin: correctly copy returned lsa policy sid.
2008-06-05 Günther Deschnerlibnetjoin: only close existing policy handles while...
2008-06-05 Günther Deschnerlibnetjoin: delete possible "realm" leftover parameter.
2008-06-05 Karolin SeegerWHATSNEW: Update changes since 3.2.0rc1.
2008-06-04 Karolin SeegerWHATSNEW: Update changes since 3.2.0rc1.
2008-06-03 Karolin Seegerman pages: Add documentation for new parameter 'ldap...
2008-06-03 Björn JackeAdd ldap connection timeout for OpenLDAP and Netscape...
2008-06-03 Karolin SeegerWHATSNEW: Update changes since 3.2.0rc1.
2008-06-03 Andreas SchneiderFix empty input fields in SWAT; [#5515].
2008-06-03 Andreas SchneiderFix saving of the config file in SWAT; [#5516].
2008-06-03 Karolin SeegerWHATSNEW: Update changes since 3.2.0rc1.
2008-06-03 Jeremy AllisonFix bug reported by David Eisner <deisner@gmail.com...
2008-06-02 Jeremy AllisonFix by Bo Yang <boyang@novell.com> for bug with winbind...
2008-06-02 Volker LendeckeFix location of smbldap-tools
2008-05-31 Karolin SeegerWHATSNEW: Update changes since 3.2.0rc1.
2008-05-31 Jeremy AllisonSplit the winbindd_passdb backend into a 'builtin'...
2008-05-31 Chere Zhouminor memory leak fix
2008-05-31 Jeremy AllisonFix valgrind bug in debug statement. Don't reference...
2008-05-31 Jeremy AllisonFix bug #5504. winbindd children and parent were handin...
2008-05-30 Jeremy AllisonFrom Michael R Sweet <mike@easysw.com>.
2008-05-30 Karolin SeegerWHATSNEW: Update changes since 3.2.0rc1.
2008-05-30 Karolin SeegerVERSION: Raise version number to 3.2.0rc2.
2008-05-30 Volker LendeckeFix security=server, bug 5502
2008-05-29 Marc VanHeyningenTiny memory leak
2008-05-29 Jeremy AllisonFix winbindd on a PDC by reverting : 83b04c60fac76ccd2d...
2008-05-28 Jeremy AllisonSecurity fix for CVE-2008-1105: Boundary failure when...
2008-05-28 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-05-28 Günther DeschnerFix Bug #5285. (libcap header mismatch)
2008-05-27 Jeremy AllisonA few cleanups from Chere Zhou <chere.zhou@isilon.com>.
2008-05-27 Jeremy AllisonMemory leak fixes from Chere Zhou <czhou@isilon.com>.
2008-05-27 Jeremy AllisonAllow server manager to close open files selected by id.
2008-05-27 Günther Deschnerdsgetdcname: use family (instead of sa_family).
2008-05-27 Günther Deschnerre-run make idl.
2008-05-27 Günther Deschneridl: avoid sa_family as it its a macro on IRIX.
2008-05-27 Jeremy AllisonRe-enable the evil "aio write behind" parameter.
2008-05-26 Karolin SeegerRevert "configure: Kill linker warnings about 32bit...
2008-05-26 Karolin SeegerRevert "configure: Fix comment to match the current...
2008-05-26 Günther DeschnerRevert "Ignore some unneeded autogenerated cli_ and...
2008-05-26 Günther Deschnerdsgetdcname: store client sitename for mailslot and...
2008-05-26 Günther Deschnernet: Fix net lookup dsgetdcname, no need to pull site...
2008-05-26 Günther Deschnerdsgetdcname: add site support.
2008-05-26 Günther Deschnerdsgetdcname: check for invalid sitename/flag combinations.
2008-05-26 Günther Deschnerlibads/cldap: store client sitename also keyed by dns...
2008-05-26 Günther Deschnerdsgetdcname: In case we didn't get a mailslot reply...
2008-05-26 Günther Deschnermailslot: Also pick domain name and pdc name from type...
2008-05-26 Günther Deschnerdsgetdcname: add reminder that we need to support ipv6...
2008-05-26 Günther Deschnerdsgetdcname: make use of nbt_cldap_netlogon_15.
2008-05-26 Günther Deschnerre-run make idl.
2008-05-26 Günther DeschnerIDL: Fix nbt_cldap_netlogon union, removing the default...
2008-05-26 Günther DeschnerIDL: Add nbt_cldap_netlogon_15.
2008-05-26 Günther Deschnerdsgetdcname: use existing messaging_context if possible.
2008-05-26 Günther Deschnerdsgetdcname: the forest name should never be empty.
2008-05-26 Günther DeschnerUse strip_hostname after dsgetdcname/getdcname calls.
2008-05-26 Günther Deschnerutil: add strip_hostname() to strip of leading '\\'.
2008-05-26 Günther Deschnerdsgetdcname: add map_dc_and_domain_names() for consolid...
2008-05-26 Günther Deschnercldap: move out cldap object to fix the build.
2008-05-26 Günther Deschnerdsgetdcname: fix gencache store for dsgetdcname().
2008-05-26 Günther Deschnerdsgetdcname: pure cosmetics.
2008-05-26 Günther Deschnerdsgetdcname: simply call ourself with DS_FORCE_REDISCOV...
2008-05-26 Günther Deschnerdsgetdcname: be more paranoid about the existance of...
2008-05-26 Günther Deschnerdsgetdcname: remove invalid assumption in discover_dc_d...
2008-05-26 Günther Deschnerdsgetdcname: mailslot replies are identical to the...
2008-05-26 Volker LendeckeFix a C++ warning
2008-05-26 Günther Deschnerdsgetdcname: wait a little longer for mailslot replies.
2008-05-26 Günther Deschnerdsgetdcname: map additional flags to nt_version.
2008-05-26 Günther Deschnerdsgetdcname: use make_dc_info_from_cldap_reply() for...
2008-05-26 Günther Deschnerdsgetdcname: add make_dc_info_from_cldap_reply().
2008-05-26 Günther Deschnerdsgetdcname: add get_cldap_reply_server_flags().
2008-05-26 Günther Deschnercldap: let ads_cldap_netlogon() return all possible...
2008-05-26 Günther Deschnerdsgetdcname: add pull_mailslot_cldap_reply().
2008-05-26 Günther Deschnerdsgetdcname: add map_ds_flags_to_nt_version.
2008-05-26 Günther Deschnergencache: add some const.
2008-05-26 Günther Deschnerre-run make idl.
2008-05-26 Günther DeschnerIDL: make nbt_cldap_netlogon_29 public.
2008-05-26 Günther Deschnerre-run make idl.
2008-05-26 Günther DeschnerIDL: add missing case 14 and 15 to nbt_cldap_netlogon...
2008-05-26 Günther Deschnerdsgetdcname: remove invalid assumptions when using...
2008-05-26 Günther Deschnermailslot/cldap: use nt_version bits in queries.
2008-05-26 Günther Deschnerdsgetdcname: use correct dc name for name cache store.
2008-05-26 Günther Deschnerre-run make idl.
2008-05-26 Günther Deschnerbuild: fix make everything.
2008-05-26 Günther DeschnerIDL: add nbt_cldap_netlogon_29 which includes the next_...
2008-05-26 Günther DeschnerIDL: use nbt_netlogon_command in cldap replies.
2008-05-26 Günther Deschnerbuild: fix some build dependencies.
2008-05-26 Günther DeschnerRe-run make idl.
2008-05-26 Günther DeschnerIDL: use nbt_dc_sock_addr.
2008-05-26 Günther DeschnerIDL: move some netlogon DS flags to NBT where they...
2008-05-26 Günther DeschnerIDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.
2008-05-26 Günther DeschnerIDL: add nbt_netlogon_version.
2008-05-23 Gerald W. CarterManually merge Steven Danneman's patch for SPNEGO auth...
2008-05-23 Gerald W. CarterManually port Steven Dannenman fix for using the correc...
2008-05-23 Stefan Metzmacherbuild: make sure LIBWBCLIENT_*_TARGET is never empty
2008-05-23 Karolin SeegerWHATSNEW: Fix typo.
2008-05-23 Karolin SeegerWHATSNEW: Update changes since pre3.
next