summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* test_idmap_rfc2307: Test wbinfo -r for 35 supplementary group membershipsVolker Lendecke2017-05-081-1/+11
* idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke2017-05-081-1/+1
* idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke2017-05-081-4/+1
* s3/dbwrap_ctdb: free resources in an error code pathRalph Boehme2017-05-071-0/+1
* s3/dbwrap_ctdb: set async_ctx to initializedRalph Boehme2017-05-071-0/+1
* s3-rpcclient: Fix enumdata spoolss display of REG_DWORDGünther Deschner2017-05-071-1/+1
* s3/smbd: update exclusive oplock optimisation to the lease areaRalph Boehme2017-05-061-4/+9
* s3/smbd: update exclusive oplock optimisation to the lease areaRalph Boehme2017-05-061-1/+1
* s3/locking: helper functions for lease typesRalph Boehme2017-05-062-0/+19
* s3/locking: add const to fsp_lease_typeRalph Boehme2017-05-062-2/+2
* s3:printing: Change to GUID dir if we deal with COPY_FROM_DIRECTORYAndreas Schneider2017-05-051-16/+35
* vfs_fruit: Fix the 32-bit buildVolker Lendecke2017-05-051-9/+11
* s3:smbcacls add prompt for passwordChristian Ambach2017-05-041-0/+1
* lib: Fix a commentVolker Lendecke2017-05-031-2/+2
* lib: Fix whitespaceVolker Lendecke2017-05-031-1/+1
* s4: torture: samr: Add test for dcesrc_lsa_valid_AccountRight change.Jeremy Allison2017-05-031-0/+3
* s3:winbindd:idmap_autorid remove a stray commentChristian Ambach2017-05-031-3/+0
* smbd: Fix a 32-bit problemVolker Lendecke2017-05-021-2/+2
* torture3: Make sure dbwrap_parse_record returns NOT_FOUND for invalid watcher...Volker Lendecke2017-05-014-0/+71
* dbwrap_watch: Protect against corrupt recordsVolker Lendecke2017-05-011-1/+4
* selftest: Make sure that LOCAL-DBWRAP-WATCH1 is run in make testVolker Lendecke2017-05-011-0/+1
* torture3: In LOCAL-DBWRAP-WATCH1, open tdb with CLEAR_IF_FIRSTVolker Lendecke2017-05-011-1/+2
* param: Add 'mit kdc command' to change the default.Andreas Schneider2017-04-291-0/+4
* s3-tests: Use common functions in test_smbclient_netbios_aliases.shAndreas Schneider2017-04-291-10/+10
* source3 smdb: fix null pointer dereferenceGary Lockyer2017-04-281-1/+1
* s3: smbd: inotify_map_mask_to_filter incorrectly indexes an array.Doug Nazar2017-04-281-1/+1
* notify: Fix ordering of events in notifydShilpa Krishnareddy2017-04-261-1/+2
* lib: Fix CID 1405493 Error handling issues (CHECKED_RETURN)Volker Lendecke2017-04-251-1/+6
* s3-libgpo: Fix the build of the group policy CSEsGünther Deschner2017-04-243-3/+3
* secrets: Protect against a non-0-terminated ldap passwordVolker Lendecke2017-04-221-0/+7
* vfs_fruit: lp_case_sensitive() does not return a boolRalph Boehme2017-04-221-3/+17
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-22106-170/+175
* vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme2017-04-202-6/+42
* cleanupdb: Fix a memory read errorHanno Böck2017-04-201-1/+1
* smbldap: Bump version numberVolker Lendecke2017-04-202-1/+32
* smbldap: Privatize struct smbldap_stateVolker Lendecke2017-04-202-24/+27
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-203-1/+9
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-203-3/+9
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-207-211/+343
* smbldap: Fix a typoVolker Lendecke2017-04-201-1/+1
* s3-tests: assignement in shell shall have no spaces around equal signAlexander Bokovoy2017-04-191-3/+3
* _netr_ServerPasswordSet2: use info level 26 to set plain text machine passwordAlexander Bokovoy2017-04-181-15/+64
* selftest: also run smb2.compound_find against share with async delay setRalph Boehme2017-04-181-0/+4
* s3/smbd: add "smbd:find async delay usec" to SMB2 FINDRalph Boehme2017-04-181-0/+66
* s3/smbd: make write time fetching asyncRalph Boehme2017-04-181-5/+201
* s3/smbd: enable processing SMB2 requests async internallyRalph Boehme2017-04-182-0/+28
* s3/smbd: ask_sharemode is not needed for info_level SMB_FIND_FILE_NAMES_INFORalph Boehme2017-04-181-4/+12
* s3/smbd: add file_id return arg to smbd_dirptr_lanman2_entryRalph Boehme2017-04-183-3/+11
* s3/locking: add fetch_share_mode_send/recvRalph Boehme2017-04-182-0/+132
* dbwrap_watch: add parse_record_send/recv wrappersRalph Boehme2017-04-181-0/+84