ira/wip.git
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer Vernooijselftest: Use platform-specific equivalents of LD_LIBRA...
2008-01-05 Jeremy AllisonFix %d / size_t printf arg missmatch.
2008-01-05 Jeremy AllisonFix missing return - should be void.
2008-01-05 Jeremy AllisonAdd -e to smbget.
2008-01-05 Jeremy AllisonAdd the options smb_encrypt_level to set the requested
2008-01-05 Jeremy AllisonFix -e for smbcquotas.
2008-01-05 Jeremy AllisonUse the common -e option not the custom one.
2008-01-05 Jeremy AllisonFix args to cli_force_encryption.
2008-01-05 Jeremy AllisonAdd general '-e' option to enable smb encryption
2008-01-05 Jeremy AllisonMore logical operation on bool.
2008-01-05 Jeremy AllisonMore logical operations on booleans. IBM checker.
2008-01-05 Jeremy AllisonUsing a bool with a logical operation. IBM checker...
2008-01-05 Jeremy AllisonCan't use logical operations on boolean values.
2008-01-05 Jeremy Allison"Desting" -> "Testing"
2008-01-05 Jeremy AllisonTry and fix scripting errors.
2008-01-05 Jeremy AllisonTry and fix the buildfarm. There's a scripting error and
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-05 Jeremy AllisonAdd missing patch to allow smbcacls to do krb5 auth...
2008-01-05 Jeremy AllisonBetter way of testing enc.
2008-01-05 Jeremy AllisonAdded -e tests for S3 smbtorture.
2008-01-05 Jeremy AllisonAdded -e option to smbtorture to test encrypted versions
2008-01-04 Jeremy AllisonNow conn is part of smb_request, we don't need it as
2008-01-04 Jeremy AllisonFix idle client reading keepalive.
2008-01-04 Jeremy AllisonWe dont' modify the smb header for crypto anymore.
2008-01-04 Volker Lendeckeallocate share_mode_str only when needed
2008-01-04 Günther DeschnerDo not pass emtpy wkssvc_PasswordBuffers to rpc functions.
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonFix interesting bug found with make valgrindtest. When...
2008-01-04 Michael AdamRe-Indent function ldap_open_with_timeout().
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonFix the build.
2008-01-04 Michael AdamAdd a debug message (when the LDAP server has really...
2008-01-04 Michael AdamUntangle assignment and result check.
2008-01-04 Michael AdamEnhance DEBUG-verbosity of ldap_open_with_timeout().
2008-01-04 Michael AdamUnindent function header.
2008-01-04 Michael AdamFix a misleading DEBUG message.
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2008-01-04 Michael AdamFix a DEBUG statement.
2008-01-04 Michael AdamFix spacing - spaces mixed with tabs.
2008-01-04 Michael AdamFix a comment.
2008-01-04 Michael AdamRemove the word "registry" from the help output of...
2008-01-04 Michael AdamUpdate the introductory comment to net_conf.c to mentio...
2008-01-04 Gerald (Jerry... Fix the inherited trust flags when spidering the trust...
2008-01-04 Gerald (Jerry... Add a missing check for dealing with a one-way trust...
2008-01-04 Gerald (Jerry... Ensure that winbindd_getgroups() can deal with a UPN...
2008-01-04 Gerald (Jerry... When connecting to an AD DC, use the DsGetDCName variant.
2008-01-04 Michael AdamMap WERR_NO_SUCH_SERVICE with dos_errstr().
2008-01-04 Michael AdamRemove the final regdb_close() from net_conf.c
2008-01-04 Michael AdamFix the behaviour of "net conf setparm" to create the...
2008-01-04 Günther DeschnerFix build warning.
2008-01-04 Günther DeschnerRename server_name to dc_name in libnet join structures.
2008-01-04 Günther DeschnerSeparate out storing and removing secrets in libnet_joi...
2008-01-04 Günther DeschnerIn libnet_join finally separate the admin from the...
2008-01-04 Michael AdamUse the proper boolean constants.
2008-01-04 Günther DeschnerAdd debug switch to netdomjoin.
2008-01-04 Günther DeschnerMinor cosmetic cleanup for netdomjoin-gui.
2008-01-04 Günther DeschnerFix crash bug in regdb_close() when called with no...
2008-01-04 Günther DeschnerFix some error strings in netdomjoin-gui.
2008-01-04 Günther DeschnerRobustness fix for libnet join when unjoining.
2008-01-03 Günther DeschnerAdd ads_get_joinable_ous().
2008-01-03 Günther DeschnerUse different error code for libnet_conf initialization...
2008-01-03 Günther DeschnerMinor libnetapi join cosmetic cleanup.
2008-01-03 Günther DeschnerAdd some more join related werror codes.
2008-01-03 Michael AdamMake libnet_conf handle opening/initialization of the...
2008-01-03 Michael AdamAdd a comment header and do some slight reformatting.
2008-01-03 Michael AdamUse GLOBAL_NAME constant.
2008-01-03 Michael AdamRename libnet_smbconf_set_global_param() to libnet_conf...
2008-01-03 Michael AdamRename libnet_smbconf_delparm() to libnet_conf_delete_p...
2008-01-03 Michael AdamRename libnet_smbconf_getparm() to libnet_conf_get_para...
2008-01-03 Michael AdamRename libnet_smbconf_setparm() to libnet_conf_set_para...
2008-01-03 Michael AdamRename libnet_smbconf_delshare() to libnet_conf_delete_...
2008-01-03 Michael AdamRename libnet_smbconf_getshare() to libnet_conf_get_sha...
2008-01-03 Michael AdamRename libnet_smbconf_create_share() to libnet_conf_cre...
2008-01-03 Michael AdamRename libnet_smbconf_share_exists() to libnet_conf_sha...
2008-01-03 Michael AdamRename libnet_smbconf_get_share_names() to libnet_conf_...
2008-01-03 Michael AdamRename libnet_smbconf_get_config() to libnet_conf_get_c...
2008-01-03 Michael AdamRename libnet_smbconf_drop() to libnet_conf_drop().
2008-01-03 Michael AdamRename libnet_smbconf_reg_get_values() to libnet_conf_r...
2008-01-03 Michael AdamRename libnet_smbconf_format_registry_value() to libnet...
2008-01-03 Michael AdamRename libnet_smbconf_reg_set_value() to libnet_conf_re...
2008-01-03 Michael AdamRename libnet_smbconf_reg_create_service_key() to libne...
2008-01-03 Michael AdamRename libnet_smbconf_value_exists() to libnet_conf_val...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_basekey() to libnet_conf...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_service_key() to libnet_...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_path() to libnet_conf_re...
2008-01-03 Michael AdamRename libnet_smbconf_add_string_to_array() to libnet_c...
2008-01-03 Michael AdamHappy new year again.
2008-01-03 Günther DeschnerUse -g instead of -gstabs as many have reported gdb...
2008-01-03 Günther DeschnerLet DsGetDCName figure out whether domain_name is a...
2008-01-03 Günther DeschnerFix configure output for libnetapi.
2008-01-03 Günther DeschnerIn libnetjoin don't mix admin password with machine...
2008-01-03 Günther DeschnerIgnore generated pkgconfig files.
2008-01-03 Günther DeschnerSome coding convention pedantism.
2008-01-03 Michael AdamReturn existsing cache_tree if it has already been...
2008-01-03 Michael AdamRename libnet_smbconf_reg_setvalue_internal() to libnet...
2008-01-03 Michael AdamFix a comment.
2008-01-03 Michael AdamRename libnet_smbconf_reg_createkey_internal to libnet_...
2008-01-03 Michael AdamAdd libnet_conf API function libnet_smbconf_create_share().
next