s4:drsuapi: add drsuapi_DsReplicaHighWaterMark_cmp()
[kai/samba.git] / source3 /
2013-01-01 Stefan MetzmacherHappy New Year 2013
2012-12-21 Andreas Schneiders3-prefork: Directly fail if tevent_req_is_unix_error...
2012-12-21 Andreas Schneiders3-libsmb: Remove check if array is NULL.
2012-12-21 Andreas Schneiders3-rpc_server: Fix username and remote check.
2012-12-21 Andreas Schneiders3-lib: Cleanup transfer_file_internal() a bit.
2012-12-21 Andreas Schneiders3-rpc_server: Make it clear we want to fall trough...
2012-12-21 Andreas Schneiders3-lib: Make it clear that we want to fall trough here.
2012-12-21 Andreas Schneiders3-netapi: Add missing break in NetUserSetInfo_r().
2012-12-21 Andreas Schneiders3-libsmb: Fix a possible null pointer dereference.
2012-12-21 Andreas Schneiders3-rpc_server: Fix null pointer derefs in rpc_pipe_open...
2012-12-21 Andreas Schneiders3-winbind: Fix null pointer dereference in store_memor...
2012-12-21 Andreas Schneiders3-vfs: Fix a null pointer deferference in vfs_media_ha...
2012-12-21 Andreas Schneiders3-rpc_server: Fix a possible null pointer dereference.
2012-12-21 Andreas Schneiders3-vfs: Fix typo in readonly_connect().
2012-12-21 Andreas Schneiders3-rpc_server: Fix useless check if we still have a...
2012-12-21 Andreas Schneiders3-libads: Fix copy&paste error in ads_keytab_add_entry().
2012-12-21 Andreas Schneiders3-lib: Fix push_ucs2() for-loop.
2012-12-21 Andreas Schneiders3-tldap: Fix dead code in tldap_sasl_bind_send().
2012-12-21 Andreas Schneiders3-utils: Check return value of secrets_init().
2012-12-21 Andreas Schneiders3-net: Check return values of push_reg_sz().
2012-12-21 Andreas Schneiders3-nmbd: Check if we created the directories correctly.
2012-12-21 Andreas Schneiders3-eventlog: Make sure the eventlog directory exists.
2012-12-21 Andreas Schneiders3-winbind: Check if we created the directories correctly.
2012-12-21 Andreas Schneiders3-smbd: Check return code of SMB_VFS_{L}STAT.
2012-12-18 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2012-12-15 Günther Deschners3-rpc_server: use netlogon_creds_encrypt_samlogon().
2012-12-15 Günther Deschnerlibcli/auth: rename netlogon_creds_decrypt_samlogon...
2012-12-12 Andreas Schneiders3-lib: Don't close the listener twice if we goto failed.
2012-12-12 Volker Lendeckes3: Fix a typo in a debug message
2012-12-12 Andreas Schneiders3-printing: Correctly create the printing cache path.
2012-12-12 Andreas Schneiders3-registry: Fix counters_directory() dir creation.
2012-12-12 Andreas Schneiders3-ctdb: Make sure addr.sun_path is null terminated.
2012-12-12 Andreas Schneiders3-libsmb: Fix possible comparsion problems.
2012-12-12 Andreas Schneiders3-utils: Correctly handle getenv() for the later syste...
2012-12-12 Andreas Schneiders3-utils: Cleanup code in wait_replies().
2012-12-12 Andreas Schneiders3-nmbd: Cleanup code to make it more readable.
2012-12-12 Andreas Schneiders3-lib: Remove unsused variable from sys_get_nfs_quota().
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_username_to_alias().
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_alias_to_username().
2012-12-12 Günther Deschners3-selftest: make sure to test rpc.samr.passwords.valid...
2012-12-12 Günther Deschners3-rpc_server: limit allowed transports for samr_Valida...
2012-12-12 Andreas Schneiders3-netapi: Initialize group_handle of NetGroupSetUsers_r().
2012-12-12 Andreas Schneiders4-netapi: Initialize group_handle of NetGroupGetUsers_r().
2012-12-12 Andreas Schneiders3-auth: Make sure we work on valid data_blobs.
2012-12-12 Andreas Schneiders3-netapi: Initialize group_handle of NetUserSetGroups_r.
2012-12-12 Andreas Schneiders3-netapi: Fix zeroing policy handles in NetLocalGroupA...
2012-12-12 Andreas Schneidervfs: Make sure we don't call talloc_free on an uninitia...
2012-12-12 Andreas Schneiders3-printing: Don't call talloc_free on an uninitialized...
2012-12-12 Andreas Schneiders3-net: Check the return value of strlower_m().
2012-12-12 Andreas Schneiders3-net: Check return value of string_to_sid().
2012-12-12 Andreas Schneiders3-rpcclient: Check return value of add_string_to_array().
2012-12-12 Andreas Schneiders3-registry: Check return code of push_reg_sz().
2012-12-11 Jeremy Allisons3:auth: Tidy up some of the API confusion in create_to...
2012-12-11 Michael Adams3:auth: fix dereference level in talloc checks in...
2012-12-10 Michael Adams3:auth: fix function header comment for user_sid_in_gr...
2012-12-10 Michael Adams3:auth: fix create_token_from_sid() to not fail in...
2012-12-10 Michael Adams3:auth: fix header comment for user_sid_in_group_sid()
2012-12-09 Günther Deschners3-auth: remove crypto from serverinfo_to_SamInfoX...
2012-12-09 Günther Deschners3-rpc_server: Remove obsolete process_creds boolean...
2012-12-09 Günther Deschners3-auth: session keys in validation level 6 samlogon...
2012-12-09 Günther Deschners3-rpc_server: support AES for interactive netlogon...
2012-12-09 Günther Deschners3-rpc_server: we need to encrypt OWFs using DES in...
2012-12-09 Günther Deschners3-rpc_server: pass down netlogon cred state in _netr_S...
2012-12-09 Günther Deschners3-rpc_client: use netlogon_creds_aes_encrypt in intera...
2012-12-09 Günther Deschners3-rpc_server: support AES decryption in netr_ServerPas...
2012-12-09 Günther Deschners3-rpc_client: support AES encryption in netr_ServerPas...
2012-12-09 Günther Deschners3-rpc_client: use netlogon_creds_arcfour_crypt() in...
2012-12-07 Andreas Schneiderwinbind: Make the code more readable in trustdom_list_d...
2012-12-07 Volker Lendeckes3: Fix clear_if_first for the async echo handler
2012-12-06 Andrew Bartlettbuild: Install .po files for SWAT intl support
2012-12-06 Scott LovenbergClean up client timeout definitions [rev. 2]
2012-12-06 Michael Adams3:smbd: fix a cut and paste error in a debug message
2012-12-06 Michael Adams3:smbd: don't apply create/directory mask and modes...
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-04 Jeremy AllisonRemove unused append_parent_acl().
2012-12-04 Michael Adams3:smbd:vfs_acl: fix a PANIC when setting an ACL fails...
2012-12-03 Michael Adams3:passdb: fix building pdb_ldap as shared module
2012-12-03 Andreas Schneidersmbget: Use new samba_getpass() function.
2012-12-03 Andreas Schneiderutil: Use new samba_getpass() function for passwd util.
2012-12-03 Andreas Schneiderntlm_auth: Use new samba_getpass() function.
2012-12-03 Andreas Schneidernet: Use samba_getpass() function in net util.
2012-12-03 Andreas Schneidernet: Use new samba_getpass() function for 'net rpc'.
2012-12-03 Andreas Schneidernet: Use new samba_getpass() function for 'net ads'.
2012-12-03 Andreas Schneidertorture: Use new samba_getpass() in masktest.
2012-12-03 Andreas Schneidertorture: Use new samba_getpass() in smbtorture3.
2012-12-03 Andreas Schneidertorture: Use new samba_getpass() in locktest2.
2012-12-03 Andreas Schneiderutil: Use new samba_getpass() function.
2012-12-03 Andreas Schneidersmbclient: Use new samba_getpass() function.
2012-12-03 Andreas Schneiderutil: Add a UNIX platform independent samba_getpass().
2012-12-03 Michael Adams3:selftest: extend sids2xids test script to cope with...
2012-12-03 Michael Adams3:passdb: don't look into group mappings in legacy_sid...
2012-12-03 Michael Adams3:passdb:pdb_ldap: treat "Unix User" and "Unix Group...
2012-12-03 Michael Adams3:passdb:pdb_ldap: pre-validate sid with sid_check_obj...
2012-12-03 Michael Adams3:passdb: add sid_check_object_is_for_passdb()
2012-12-03 Michael Adams3:passdb: factor pdb_sid_to_id_unix_users_and_groups...
2012-12-03 Michael Adams3:passdb: don't bail out in pdb_default_sid_to_id...
2012-12-03 Michael Adams3:winbindd: use the new sid_check_is_for_passdb()...
2012-12-03 Michael Adambuild the new sid_check_is_for_passdb() function into...
2012-12-03 Michael Adams3:lib: add utility function sid_check_is_for_passdb()
2012-12-03 Michael Adams3:winbindd: remove unused function idmap_backends_sid_...
next