passdb: Add discard_const_p() to pdb_samba_dsdb
[kai/samba.git] / source3 /
2013-01-10 Andrew Bartlettpassdb: Add discard_const_p() to pdb_samba_dsdb
2013-01-10 Andrew Bartlettvfs: Fix compilation of solaris ACL module
2013-01-09 Andreas Schneiders3-lib: Use new strict directory create function in...
2013-01-09 Andreas SchneiderUse the new directory_create_or_exist_strict() function.
2013-01-09 Stefan Metzmachers3:smb2_negprot: set the 'remote_proto' value
2013-01-09 Ira Coopers3: Fix vfs_zfsacl to compile.
2013-01-09 Andrew Bartlettselftest: show that Samba honours "write list" and...
2013-01-09 Jeremy AllisonFixup the change_to_user_by_session() case as called...
2013-01-09 Volker Lendeckesmbd: Remove some ()
2013-01-09 Volker Lendeckesmbd: Simplify an if-expression
2013-01-09 Volker Lendeckesmbd: Fix a typo
2013-01-09 Jeremy AllisonMove create_share_access_mask() from smbd/service.c...
2013-01-09 Jeremy AllisonFix bug #9518 - conn->share_access appears not be be...
2013-01-09 Jeremy AllisonFactor code out of check_user_ok() into a call to check...
2013-01-09 Jeremy AllisonInitialize stack variables. Prelude to factoring out...
2013-01-09 Jeremy AllisonAdd check_user_share_access() which factors out the...
2013-01-09 Jeremy AllisonCorrectly setup the conn->share_access based on the...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() - remove...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() to pass in...
2013-01-09 Jeremy AllisonFix API for create_share_access_mask().
2013-01-09 Jeremy AllisonRemove static from create_share_access_mask().
2013-01-09 Jeremy AllisonAdd uint32_t share_access to vuid_cache_entry.
2013-01-09 Jeremy AllisonClean up struct connection_struct, make struct vuid_cac...
2013-01-09 Jeremy AllisonRemove unneeded variable "const struct auth_session_inf...
2013-01-09 Jeremy AllisonRemove dead code now vuser can no longer be NULL.
2013-01-09 Jeremy AllisonRemove the second set of {} braces, no longer needed.
2013-01-09 Jeremy AllisonRemove one set of enclosing {} braces, no longer needed.
2013-01-09 Jeremy AllisonMove the definition of struct vuid_cache_entry *ent...
2013-01-09 Jeremy AllisonStart to tidy-up check_user_ok().
2013-01-09 Jeremy Allisontorture/vfstest.c: Always use create_conn_struct()...
2013-01-09 Jeremy Allisonsource3/smbd/pysmbd.c: Always use create_conn_struct...
2013-01-09 Jeremy Allisonsmbd/posix_acls.c: Use create_conn_struct(). Don't...
2013-01-09 Jeremy AllisonAllow create_conn_struct() to be called with snum ...
2013-01-09 Andrew Bartlettsmbd: Rework create_conn_struct to use conn_new()
2013-01-08 Volker Lendeckesmbd: Fix bug 9549 -- Memleak in the async echo handler
2013-01-08 Andrew Bartlettpysmbd: Change to keyword based arguments
2013-01-08 Andrew Bartlettpysmbd: Convert pysmbd to take an optional service...
2013-01-08 Andrew Bartlettsmbd: Fix calls to create_conn_struct_cwd to be correct...
2013-01-08 Andrew Bartlettsmbd: Split create_conn_struct into a fn that does...
2013-01-07 Günther Deschnerspoolss: add stubs for new JobNamedProperty dcerpc...
2013-01-02 Andreas Schneiders3-net: Fix rpc_service_list_internal() null pointer...
2013-01-02 Andreas Schneiders3-rpcclient: Fix cmd_eventlog_loginfo() null pointer...
2013-01-02 Andreas Schneiders3-rpcclient: Fix cmd_eventlog_readlog() null pointer...
2013-01-02 Andreas Schneiders3-idmap: Check return value of string_to_sid().
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...
next