summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-019-273/+273
* s4: torture: Test for incorrect file size returned in the response of "FILE_S...Jeremy Allison2015-04-302-0/+103
* s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Cre...Jeremy Allison2015-04-301-2/+6
* vfp_gpfs: ensure END_PROFILE is always calledRalph Boehme2015-04-301-6/+9
* s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces.Günther Deschner2015-04-301-1/+1
* ctdb-scripts: Add alternative network family monitoring for NFSMartin Schwenke2015-04-301-4/+15
* ctdb-scripts: Run tdb checker under timeout commandAmitay Isaacs2015-04-301-2/+2
* ctdb-scripts: Add new configuration variable CTDB_MAX_OPEN_FILESAmitay Isaacs2015-04-303-1/+17
* s4: torture: Fix uninitialized variable.Gordon Ross2015-04-301-1/+2
* lib: tevent: Fix compile error in Solaris ports backend.Gordon Ross2015-04-291-1/+2
* vfs: kernel_flock and named streamsRalph Boehme2015-04-292-0/+19
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-2915-134/+134
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-2913-88/+88
* s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras2015-04-292-8/+2
* s4: Fix bad review I did in dom_sid_parse_length() code.Jeremy Allison2015-04-291-1/+2
* 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