summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libsmb: Only print decoded netsamlogon cache entriesVolker Lendecke2014-12-121-4/+4
* libsmb: Fix removing invalid samlogon cache entriesVolker Lendecke2014-12-121-1/+1
* testprogs/test_ldb: check rootdse search with extended-dn controlStefan Metzmacher2014-12-121-0/+2
* s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM controlStefan Metzmacher2014-12-121-4/+2
* lib/util: Fix incorrect month in timestampsMartin Schwenke2014-12-121-1/+1
* vfs_streams_xattr: add missing call to SMB_VFS_NEXT_CONNECTRalph Boehme2014-12-121-0/+6
* selftest: Add test for joining a Samba classic DC as a BDCAndrew Bartlett2014-12-112-0/+29
* libsmb: Allow change of BDC trust account passwordAndrew Bartlett2014-12-111-0/+3
* auth: Allow domain join to itself when we are a PDCAndrew Bartlett2014-12-111-1/+3
* selftest: Add 'net dom join' test which fails cause we are a DCAndreas Schneider2014-12-112-0/+27
* netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett2014-12-112-4/+4
* vfs_glusterfs: Set connectpath as snapdir-entry-path.raghavendra talur2014-12-101-0/+11
* vfs_glusterfs: Remember the connect path too for reopening.raghavendra talur2014-12-101-5/+15
* vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd, reduce the number of getxa...Poornima G2014-12-101-10/+32
* torture: Fix raw.open.chained-ntcreatexVolker Lendecke2014-12-091-2/+2
* notify_inotify: Simplify inotify_dispatchVolker Lendecke2014-12-091-15/+17
* smbd: Compile notify_inotify only if availableVolker Lendecke2014-12-092-6/+6
* notify_inotify: inotify_watch now takes a mem_ctxVolker Lendecke2014-12-093-4/+13
* notify: Add "dir" to notify_eventVolker Lendecke2014-12-095-3/+13
* notify_inotify: Make inotify_watch return 0/errnoVolker Lendecke2014-12-093-26/+31
* notify_inotify: Slightly simplify watch_destructorVolker Lendecke2014-12-091-8/+10
* notify_inotify: Slightly simplify inotify_watchVolker Lendecke2014-12-091-15/+13
* notify_inotify: Make inotify_setup return 0/errnoVolker Lendecke2014-12-091-10/+15
* notify_inotify: Add a NULL checkVolker Lendecke2014-12-091-1/+8
* notify_inotify: Simplify filter_matchVolker Lendecke2014-12-091-20/+19
* smbd: Move lp_parm_bool out of notify_inotify.cVolker Lendecke2014-12-092-4/+3
* lib: Use iov_buf in unix_msgVolker Lendecke2014-12-092-24/+3
* lib: Simplify iov_buf[len]Volker Lendecke2014-12-094-32/+31
* messaging3: Avoid self-send complexityVolker Lendecke2014-12-093-112/+5
* lib: Fix blank line endingsVolker Lendecke2014-12-093-55/+55
* lib: Fix a typoVolker Lendecke2014-12-091-1/+1
* s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison2014-12-095-73/+161
* s3:locking: pass down servicepath to leases_db_add()Jeremy Allison2014-12-093-2/+8
* s3:locking: Add new utility function leases_db_copy_file_ids()Jeremy Allison2014-12-092-0/+25
* s3:locking: prepare the data model for leases_db to cope with dynamic path re...Jeremy Allison2014-12-091-0/+7
* s3:locking: pass servicename_new to leases_db_rename()Jeremy Allison2014-12-093-0/+3
* vfs: Add missing include for sys_pread() in cacheprime module.Andreas Schneider2014-12-081-0/+1
* smbd: Add missing include for iov_buflen().Andreas Schneider2014-12-081-0/+1
* socket_wrapper: Add missing prototype check for eventfd.Andreas Schneider2014-12-081-0/+5
* s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki2014-12-081-1/+1
* s4-ldap: Pass on-wire transmitted control down the chainKamen Mazdrashki2014-12-081-1/+1
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-084-15/+16
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-5/+12
* lib: Simplify load_case_tables_library()Volker Lendecke2014-12-081-8/+9
* smbd: Use read_data() in notify_inotifyVolker Lendecke2014-12-071-5/+6
* lib: Add a simple read_data call without NTSTATUSVolker Lendecke2014-12-072-0/+23
* lib: Make write_data take a const void *Volker Lendecke2014-12-072-2/+2
* lib: Split out write_data[_iov]Volker Lendecke2014-12-0718-85/+156
* lib: Split out iov_buf[len]Volker Lendecke2014-12-077-46/+104