summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib/util: provide a dbgtext_va() function which takes va_listStefan Metzmacher2014-12-172-5/+20
* notify: Move path construction to notify_triggerVolker Lendecke2014-12-163-15/+20
* lib: Add ctdbd_messaging_send to ctdb_dummy.cVolker Lendecke2014-12-161-0/+7
* messaging3: Add messaging_handler_send/recvVolker Lendecke2014-12-162-0/+89
* messaging3: Add messaging_send_iov_fromVolker Lendecke2014-12-162-10/+25
* messaging3: Add messaging_names_dbVolker Lendecke2014-12-163-0/+21
* dbwrap: Add code to marshall a db_context's dbVolker Lendecke2014-12-162-0/+175
* lib: Add server_id_dbVolker Lendecke2014-12-163-0/+360
* lib: Add "strv" string handling routinesVolker Lendecke2014-12-163-0/+178
* lib: Add tdb_fetch_tallocVolker Lendecke2014-12-162-0/+36
* lib: Add map_unix_error_from_tdbVolker Lendecke2014-12-162-1/+63
* smbstatus: Tell the user that smbstatus can only be run as root.Andreas Schneider2014-12-161-0/+7
* Revert "script/autobuild.py: build the samba target with --with-profiling-data"Stefan Metzmacher2014-12-161-1/+1
* script/autobuild.py: build the samba target with --with-profiling-dataStefan Metzmacher2014-12-151-1/+1
* ctdb-build: fix build without xsltprocBjörn Baumbach2014-12-151-3/+4
* packaging: Include CTDB man pages in the tarballAmitay Isaacs2014-12-151-0/+3
* ctdb-build: Fix the installation of config files for top-level buildAmitay Isaacs2014-12-151-2/+7
* ctdb-build: Fix the indentationAmitay Isaacs2014-12-151-1/+1
* libcli/smb: only force signing of smb2 session setups when binding a new sessionStefan Metzmacher2014-12-121-1/+6
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-122-5/+4
* libsmb: Simplify netsamlogon_cache_getVolker Lendecke2014-12-121-2/+2
* 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