Part 4 of bug #7028 - include scannedonly VFS module
[ira/wip.git] / source3 /
2010-01-14 Olivier SessinkPart 4 of bug #7028 - include scannedonly VFS module
2010-01-14 Günther Deschners3-libsmbclient: Fix crash bug in SMBC_parse_path().
2010-01-14 Günther Deschners4-smbtorture: add rather simple libsmbclient torture...
2010-01-14 Michael Adams3:auth: fix account unlock regression introduced with...
2010-01-14 Kai Blins3 selftest: Enable the WINBIND-STRUCT tests
2010-01-14 Kai Blins3 test: Fix WINBINDD-STRUCT tests
2010-01-14 Kai Blins3 winbindd: Return number of groups in data.num_entrie...
2010-01-14 Kai Blins3 winbindd: Get WINBINDD_CHECK_MACHACC torture test...
2010-01-14 Stefan Metzmachers3:pdb_ldap: restore Samba 3.0.x behavior and use the...
2010-01-14 Stefan Metzmachers3:smbldap: add smbldap_talloc_first_attribute()
2010-01-13 Volker Lendeckes3: Fix a winbind segfault in "trusted_domains"
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 SASAJIMA ToshihiroFix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)
2010-01-13 Jeremy AllisonFix two uses of strncat -> strlcat. Ensure proper use...
2010-01-13 Jeremy AllisonMake file access control decisions a lot easier to...
2010-01-13 Jeremy AllisonFix bug #7033 - SMBrmdir call always returns true,...
2010-01-13 Jeremy AllisonFix bug #7033 - SMBrmdir call always returns true,...
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2010-01-12 Jeremy AllisonRemove the global char *LastDir.
2010-01-12 Volker Lendeckes3: Lift the version of the scannedonly VFS module
2010-01-12 Olivier Sessinks3: Add the "scannedonly" vfs virus scanner interface...
2010-01-12 Michael Adams3:auth: add comment to nulling out stolen sampass
2010-01-12 Volker Lendeckes3: Remove a pointless if-statement
2010-01-11 Giovanni Bajos3-lanman: Allow a level2 descriptor for a level1 NetSh...
2010-01-11 Volker Lendeckes3: Add a zfsacl:denymissingspecial parameter
2010-01-10 Volker Lendeckes3: Remove some unused variables
2010-01-10 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-10 Volker Lendeckes3: Use sid_check_is_domain instead of a direct sid_equal
2010-01-10 Volker Lendeckes3: Use sid_check_is_in_our_domain instead of a direct...
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2010-01-10 Volker Lendeckes3: Remove unused samr_make_sam_obj_sd
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2010-01-10 Volker Lendeckes3: Trim libnss_wins.so
2010-01-10 Volker Lendeckes3: Trim down some utilities a bit
2010-01-09 Volker Lendeckes3: Remove a pointless "else" branch from add_ccache_to...
2010-01-09 Volker Lendeckes3: Slightly simplify winbindd_store_creds
2010-01-09 Volker Lendeckes3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()
2010-01-08 Jeremy AllisonRe-fix bug 5202 - cannot change ACLs on writable file...
2010-01-08 Günther Deschners3-time: fix build warnings after we moved to shared...
2010-01-07 Tim Proutys3 torture: Prevent smbcli segfault when running smbtor...
2010-01-07 Michael Adams3:auth: don't update the bad pw count if pw is among...
2010-01-07 Michael Adams3:auth:check_sam_security: introduce a bool var to...
2010-01-07 Michael Adams3:passdb: store the plain nt passwords hashes in histo...
2010-01-07 Michael Adams3:smbd:password_in_history: treat entry with 0 salt...
2010-01-07 Volker Lendeckes3: Remove some code that has become unnecessary
2010-01-07 Volker Lendeckes3: Lock down some srvsvc calls according to what w2k3...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-07 Michael Adams3:auth:check_sam_security: improve calling and logging...
2010-01-07 Michael Adams3:auth:check_sam_security: fix a leading tab/ws mixup
2010-01-07 Michael Adams3:auth:check_sam_security: create (and use) a common...
2010-01-07 Michael Adams3:auth:check_sam_security: null out sampass after...
2010-01-07 Michael Adams3:auth:sam_password_ok: take username, acct_ctrl and...
2010-01-07 Michael Adams3:auth: use data_blob_null instead of data_blob(NULL...
2010-01-07 Michael Adams3:auth:sam_password_ok: fix allocation of a data blob.
2010-01-07 Michael Adams3:auth:sam_password_ok: enhance readability (imho...
2010-01-07 Michael Adams3:check_sam_security: untangle assignment from statement
2010-01-07 Volker Lendeckes3: Factor password_in_history() out of check_passwd_hi...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd: pwHistLen==0...
2010-01-07 Volker Lendeckes3: Add a paranoia check to pdb_set_plaintext_passwd()
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd() by removing...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd: memcpy deals...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd by using talloc_z...
2010-01-07 Volker Lendeckes3: Make use of talloc_array in pdb_set_plaintext_passwd()
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd() a bit
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd() slightly
2010-01-07 Volker Lendeckes3: Fix a typo
2010-01-07 Volker Lendeckes3: Avoid a memset(, 0, ) call
2010-01-07 Michael Adams3:pdb_set_pw_history: free the old history before...
2010-01-07 Michael Adams3:pdb_ldap:init_sam_from_ldap: untangle an assignment...
2010-01-06 Björn Jackes3:lib/time: remove TIME_T_MIN/MAX defines
2010-01-06 Björn Jackeѕ3:lib/time: replace make_dos_ and put_dos_ functions...
2010-01-06 Björn Jackes3:lib/time: remoce null_mtime() - use null_time()
2010-01-06 Björn Jackes3:lib/time: remove unused nt_time_equals
2010-01-06 Jeremy AllisonSecond part of the fix for bug #7020 - smbd using 2G...
2010-01-06 Björn Jackeѕ3:configure: use gettimeofday check from lib/util/
2010-01-06 Björn Jackevfs_commit: print warning when no fsync support is...
2010-01-05 Jeremy AllisonFix bug #7020 - smbd using 2G memory.
2010-01-06 Bo Yangs3: List trusted domains from wcache when domain is...
2010-01-06 Bo Yangs3: Make winbindd_cache.c aware of domain offline to...
2010-01-06 Bo Yangs3: Fix infinite loop in NCACN_IP_TCP asa there is...
2010-01-05 Kai Blins3 net: Fix up a share type translation and translate...
2010-01-05 Kai Blins3 net: Add a few missing gettext calls.
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-04 Stefan Metzmachers3: Happy New Year 2010
2010-01-03 Volker Lendeckes3: Trim down smbcontrol a bit
2010-01-03 Volker Lendeckes3: Fix a shadowed variable warning
2010-01-03 Volker Lendeckes3: Fix an uninitialized variable warning
2010-01-03 Volker Lendeckes3: Convert cli_ulogoff to the async API
2010-01-03 Volker Lendeckes3: Convert cli_tdis to the async API
2010-01-03 Volker Lendeckes3: Slightly simplify winbindd_dual_ccache_ntlm_auth
2010-01-03 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-03 Volker Lendeckes3: Remove some unused code
2010-01-03 Volker Lendeckes3: Convert cli_sesssetup_ntlmssp to the async API
2010-01-03 Volker Lendeckes3: NT_STATUS_MORE_PROCESSING_REQUIRED is a valid sesss...
2010-01-03 Volker Lendeckes3: Convert cli_session_setup_kerberos to the async API
2010-01-02 Volker Lendeckes3: Fix a typo
2010-01-02 Volker Lendeckes3: simplify find_root_domain, find_our_domain() never...
2010-01-02 Volker Lendeckes3: Use global_sid_Builtin in find_builtin_domain
next