summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.3.5tdb-1.3.5Alexander Drozdov2015-04-292-1/+70
* tdb: introduce tdb_chainlock_read_nonblock(), a nonblock variant of tdb_chain...Alexander Drozdov2015-04-282-0/+8
* lib: Remove server_id_str()Volker Lendecke2015-04-2817-79/+87
* lib: Simplify dom_sid_parse_lengthVolker Lendecke2015-04-281-8/+3
* lib: Fix a typoVolker Lendecke2015-04-281-1/+1
* Fix the O3 developer buildVolker Lendecke2015-04-281-3/+3
* lib: Remove procid_str_staticVolker Lendecke2015-04-2811-36/+61
* vfs_gpfs: Fix ENODATA for getacl on .snapshot dirsRalph Wuerthner2015-04-281-0/+8
* lib: Use isspace on unsigned charVolker Lendecke2015-04-271-5/+14
* Add set date to tdb manpages.Jelmer Vernooij2015-04-274-0/+4
* Drop unused and uninstalled SWIG wrapper for talloc.Jelmer Vernooij2015-04-271-31/+0
* pep8: Move to third_party/.Jelmer Vernooij2015-04-2755-1959/+5446
* ctdb-scripts: New configuration variable CTDB_NODE_ADDRESSMartin Schwenke2015-04-272-0/+24
* ctdb-doc: Move --listen documentation from debugging optionsMartin Schwenke2015-04-271-21/+22
* ctdb-scripts: Simplify a command pipelineMartin Schwenke2015-04-271-1/+1
* ctdb-scripts: Replace uses of "ctdb pnn" with ctdb_get_pnn()Martin Schwenke2015-04-274-10/+9
* ctdb-scripts: Changed uses of "ctdb xpnn" to ctdb_get_pnn()Martin Schwenke2015-04-273-9/+9
* ctdb-tests: New function ctdb_set_pnn() to change PNNMartin Schwenke2015-04-274-14/+21
* ctdb-scripts: New function ctdb_get_pnn() does cached retrieval of PNNMartin Schwenke2015-04-271-0/+14
* Revert "wafsamba: flags from enviroment are put before our own internal versi...Ralph Boehme2015-04-261-42/+0
* s4: rpc: Refactor dcesrv_alter() function into setup and send steps.Jeremy Allison2015-04-251-52/+62
* sharesec: Use common parse_ace functionChristof Schmitt2015-04-251-174/+1
* sharesec: Print ACEs in similar format as expected in inputChristof Schmitt2015-04-252-13/+9
* util_sd: Make server conncection optionalChristof Schmitt2015-04-251-1/+5
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-04-253-81/+84
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-04-253-354/+358
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-04-253-62/+62
* smbcacls: Move SidToString to common fileChristof Schmitt2015-04-254-86/+145
* smbcacls: Use defines for security flagsChristof Schmitt2015-04-251-9/+10
* smbcacls: Make 'numeric' a local variableChristof Schmitt2015-04-251-20/+25
* docs: correctly depend on used xsl files and catalog for building manpages.tMichael Adam2015-04-241-1/+3
* s4-setup: Add saltPrincipal to secrets_dns.ldifAndreas Schneider2015-04-241-0/+1
* buildtools: Use all of pyext_PATTERN in map_shlib_extensionPetr Viktorin2015-04-241-1/+1
* buildtools: Honor LDVERSION when looking for Python libraryPetr Viktorin2015-04-241-5/+9
* pytalloc: Add testsPetr Viktorin2015-04-243-1/+260
* wafsamba: Add install argument to SAMBA_PYTHONPetr Viktorin2015-04-241-0/+2
* pytalloc: Fix comparison of disparate typesPetr Viktorin2015-04-241-1/+1
* docs: overhaul the description of "smb encrypt" to include SMB3 encryption.Michael Adam2015-04-241-33/+199
* Make sure we initialize conn to NULL, because a routine we call may give an e...Richard Sharpe2015-04-231-1/+1
* torture: Add smb2.notify.rmdirVolker Lendecke2015-04-231-0/+110
* smbd: Cancel pending notifies if the directory goes awayVolker Lendecke2015-04-225-1/+83
* smbd: Remove bool arg from set_delete_on_close_lckVolker Lendecke2015-04-223-13/+3
* smbd: Use reset_delete_on_close_lck directlyVolker Lendecke2015-04-222-4/+2
* smbd: Introduce reset_delete_on_close_lckVolker Lendecke2015-04-222-26/+37
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-228-25/+8
* s3:smbd: add wrapper around reinit_after_forkRalph Boehme2015-04-222-0/+15
* s4-torture: add one more test for witness_RegisterEx() and invalid sharenames.Günther Deschner2015-04-221-0/+17
* s4-torture: fix invalid dereference of binding handle in mgmt test.Günther Deschner2015-04-221-1/+2
* s4-torture: do some additional length checks for the mgmt_inq_princ_name test.Günther Deschner2015-04-221-0/+57
* s4-torture: use torture_assert() macros in mgmt test.Günther Deschner2015-04-221-28/+15