lib/param: add "SMB2_22" to enum_protocol
[ira/wip.git] / source3 /
2011-11-18 Jeremy AllisonRemove rawmemchr calls - found by Ira Cooper. These...
2011-11-18 Stefan Metzmachers3:libsmb: verify num_setup for SMBnttrans in cli_pull_...
2011-11-18 Stefan Metzmachers3:libsmb: fix compiler warning in cli_pull_trans()
2011-11-18 Stefan Metzmachers3:libsmb: only align unicode pipe_name (bug #8586)
2011-11-18 Amitay Isaacss3-py-passdb: Fix handling of uninitialized gid values
2011-11-18 Andrew Bartletts4-s3-upgrade now look for -1 as the special 'not set...
2011-11-17 Günther Deschners3-smbldap: move ldap_open_with_timeout out of smb_ldap...
2011-11-17 Günther Deschners3-smbldap: remove duplicate LDAP_OPT_SUCCESS define.
2011-11-17 Günther Deschners3-winbindd: no need to globally include ldap headers...
2011-11-17 Günther Deschners3-smbldap: include talloc.h and tevent.h in smbldap.h
2011-11-17 Günther Deschners3-param: loadparm has no dependency to smbldap.
2011-11-17 Günther Deschners3-smbldap: improve smbldap.h readability and rearrange...
2011-11-17 Günther Deschners3-smbldap: remove duplicate prototype.
2011-11-17 Andrew Bartletts3-nmbd Remove AD netlogon response from s3 nmbd server
2011-11-16 Andrew Bartletts3-net Do not look for a local SID when we are a DC
2011-11-16 Andrew Bartlettparam: Connect lp_security to the lib/param code to...
2011-11-16 Andrew Bartlettparam: Move enum values into a common (included) .c...
2011-11-16 Andrew Bartlettparam: move server role helpers into loadparm.h
2011-11-16 Andrew Bartlettparam: calculate server role from security, and securit...
2011-11-16 Andrew Bartletts3-param remove lp_domain_logons(), always use IS_DC
2011-11-16 Andrew Bartlettparam: make server role list common and include auto...
2011-11-16 Amitay Isaacss3-param: Add "server role" as global parameter
2011-11-16 Amitay Isaacsparam: Add "domain logons" and "domain master" parameters
2011-11-16 Björn Baumbachs3-libsmb/passchange.c: remove some cli_nt_error()...
2011-11-16 Björn Baumbachs3-winbindd/winbindd_cm.c: remove cli_nt_error()
2011-11-16 Björn Baumbachs3-libsmb/clidfs.c: remove cli_nt_error()
2011-11-16 Stefan Metzmachers3:winbindd_cm: remove unused ads_status
2011-11-16 Björn Baumbachs3-torture: remove all cli_nt_error() calls in torture
2011-11-16 Björn Baumbachs3-torture: replace cli_errstr() with nt_errstr()
2011-11-16 Björn Baumbachs3-libsmb: introduce option to disable dos error mapping
2011-11-16 Stefan Metzmachers3:smbd: calculate the negprot signing flags from the...
2011-11-16 Andreas Schneiders3: Fix wbinfo socket dir path.
2011-11-16 Stefan MetzmacherRevert "Fix bug #8453 - smbclient segfaults when dialec...
2011-11-16 Stefan Metzmachers3:libsmb: always init cli->{server_os,server_domain...
2011-11-16 Günther Deschners3-waf: create a smbldap.so library.
2011-11-16 Günther Deschners3-smbldap: remove dependency to secrets subsystem.
2011-11-16 Günther Deschners3-smbldap: extend smbldap_init() with binddn/bindsecre...
2011-11-16 Günther Deschners3-smbldap: remove duplicate prototype of smbldap_init().
2011-11-16 Günther Deschners3-net: use better state variable name for smbldap_state.
2011-11-16 Günther Deschners3-passdb: split out passdb/pdb_ldap_schema.c
2011-11-16 Günther Deschners3: move smbldap_util to pdb_ldap_util.
2011-11-16 Günther Deschners3-smbldap: use include/smb_ldap.h in smbldap.h
2011-11-16 Jeremy AllisonFinal part of patchset to fix bug #8556 - ACL permissio...
2011-11-16 Jeremy AllisonRemove the check for FILE_WRITE_ATTRIBUTES from smb_set...
2011-11-16 Jeremy AllisonAlways set the attribute first, before the time.
2011-11-16 Jeremy AllisonMove handle-based access check into handle codepath.
2011-11-16 Jeremy AllisonWe've already checked fsp must be non-null here.
2011-11-16 Jeremy AllisonRemove unneeded access check. This is done inside smb_s...
2011-11-16 Jeremy AllisonRemove unneeded access check. This is done inside smb_s...
2011-11-16 Jeremy AllisonMove handle based access check into handle code path.
2011-11-15 Jeremy AllisonFix bug #8561 - Password change settings not fully...
2011-11-15 Jeremy AllisonEnsure we correctly calculate reply credits over all...
2011-11-15 Jeremy AllisonRemove unneeded NULL check.
2011-11-15 Stefan Metzmachers3:smbd/aio: handle_aio_completed() should do nothing...
2011-11-15 Stefan Metzmachers3:smbd/aio: pass ECANCELED to the smb2 aio handlers
2011-11-15 Stefan Metzmachers3:smb2_read: make it possible to cancel aio reads
2011-11-15 Stefan Metzmachers3:smb2_write: make it possible to cancel aio writes
2011-11-15 Stefan Metzmachers3:smbd/aio: add cancel_smb2_aio()
2011-11-15 Stefan Metzmachers3:smb2_ioctl: STATUS_PENDING is defered by 1 milliseco...
2011-11-15 Stefan Metzmachers3:smb2_create: defer STATUS_PENDING for 2 seconds...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-11-15 Andreas Schneiders3-winbind: Don't fail on users without a uid.
2011-11-15 Andreas Schneiders3-winbind: Make sure the map is clean.
2011-11-15 Andreas Schneiders3-winbind: Increase the negative cache entry timout.
2011-11-14 Günther Deschners3-modules: remove the last "init_module" traces.
2011-11-14 Stefan Metzmachers3:smb2_flush: outbody only needs 4 bytes
2011-11-11 Amitay Isaacspy_passdb: Cannot steal an item pointer from an array
2011-11-10 Volker Lendeckes3: server_id.pid has turned 64 (bits, that is)
2011-11-10 Volker Lendeckes3: Avoid a race with the async echo handler
2011-11-10 Stefan Metzmachers3:smbd: don't limit the number of open dptrs for smb2...
2011-11-10 Stefan Metzmachers3:smbd: fully construct the dptr before allocating...
2011-11-10 Stefan Metzmachers3:smbd: avoid string_set() in dir.c
2011-11-09 Andrew Bartletts3-py_passdb Ensure that group mapping list input is...
2011-11-09 Andrew Bartletts3-passdb Initialise the correct level of pointer deref...
2011-11-09 Michael Adams3:registry: prevent unnecessary transactions in regdb_init
2011-11-09 Andreas Schneiders3: Use autotools to set the winbind socket directory.
2011-11-09 Stefan Metzmachers3:smb2_server: grant credits in async interim response...
2011-11-09 Stefan Metzmachers3:libsmb: consistently use state->size in cli_write_an...
2011-11-08 Stefan Metzmachers3:libsmb: fix cli_write_and_x() against OS/2 print...
2011-11-08 Stefan Metzmachers3:libsmb: correctly parse the LANMAN2.1 negprot respon...
2011-11-08 Stefan Metzmachers3:libsmb: key_len is 8bit only in the NT1 case
2011-11-08 Volker Lendeckes3: Remove two unused variables
2011-11-07 Jeremy AllisonAdd the SEC_DIR_LIST check to dptr_create().
2011-11-07 Björn Baumbachs3-wafbuild: Fix inotify detection (bug 8580)
2011-11-07 Björn Baumbachs3-build: Fix inotify detection (bug 8580)
2011-11-07 Stefan Metzmachers3:libsmb: return NT_STATUS_OK for if a request is...
2011-11-07 Stefan Metzmachers3:libsmb: make sure have_andx_command() returns false...
2011-11-07 Stefan Metzmachers3:libsmb: remember the seqnum on all chained requests
2011-11-07 Stefan Metzmachers3:libsmb: get cmd of the chained request before changi...
2011-11-06 Stefan Metzmachers3:smb2cli: ignore the NBT/Length header in smb2cli_inb...
2011-11-05 Jeremy AllisonMove the SEC_DIR_LIST check into dptr_create for SMB2...
2011-11-04 Jeremy Allisoncan_write_to_file() does now take share permissions...
2011-11-04 Jeremy AllisonNo longer do the pre-check on DELETE_ACCESS - we're...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRemove can_access_file_data() - make it use the standar...
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-11-04 Jeremy AllisonExpose smbd_check_access_rights() to other modules.
2011-11-04 Jeremy AllisonRename smbd_check_open_rights() to smbd_check_access_ri...
2011-11-04 Jeremy AllisonReplace smb1_file_se_access_check() with just se_access...
next