summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:param: remove the double initialization in add_a_serviceGarming Sam2014-05-071-6/+2
* param: remove instance of lp_parm_ptr to be consistent with lib/paramGarming Sam2014-05-071-1/+1
* s3:param: attempt to fix up some const warningsGarming Sam2014-05-071-11/+11
* lib/param: remove some const warnings from using listsGarming Sam2014-05-071-15/+16
* lib/param: remove duplicated copy service in lpcfg_add_a_serviceGarming Sam2014-05-071-17/+2
* param: make lib/param copy_service use set_param_optGarming Sam2014-05-071-27/+4
* param: move set_param_opt to lib/paramGarming Sam2014-05-072-62/+57
* param: use correct memory contexts for parametric optionsGarming Sam2014-05-071-10/+15
* param: remove lp_string_is_valid_booleanGarming Sam2014-05-072-10/+0
* param: consolidate handle_realm between the two loadparmsGarming Sam2014-05-072-25/+23
* param: attempt to consolidate handle_logfile between the two loadparmsGarming Sam2014-05-072-12/+7
* param: change assignment of lp_string in s3_helpers to be consistent with the...Garming Sam2014-05-071-1/+1
* param: attempt to consolidate handle_debug_level between the two loadparmsGarming Sam2014-05-074-19/+9
* param: allow special functions to be common across the two loadparmsGarming Sam2014-05-071-2/+8
* param: Add an lp_string_set functionGarming Sam2014-05-072-0/+5
* s3:loadparm: fix intermediate string allocations to use tallocGarming Sam2014-05-071-16/+22
* param: change the talloc context attached to globals structure in s3 loadparm...Garming Sam2014-05-071-1/+1
* param: remove string_init and inline it into string_setGarming Sam2014-05-071-26/+12
* s3:loadparm: change memory allocations to use tallocGarming Sam2014-05-071-161/+202
* param: remove unnecessary temporary service in handle copyGarming Sam2014-05-071-8/+3
* messaging: Nobody uses G_LOCK_RETRY anymoreVolker Lendecke2014-05-062-10/+1
* build: find blkcnt_t size via arrayGustavo Zacarias2014-05-061-10/+12
* build: tweak SIZEOF utmp->ut_lineGustavo Zacarias2014-05-061-1/+1
* build: make wafsamba CHECK_SIZEOF cross-compile friendlyGustavo Zacarias2014-05-061-12/+16
* build: unify and fix endian testsGustavo Zacarias2014-05-062-58/+62
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-061-4/+6
* dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett2014-05-061-13/+80
* dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett2014-05-061-8/+8
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-051-1/+1
* Fix an empty if statement.Jose A. Rivera2014-05-051-1/+1
* ctdb-daemon: Move a ZERO_STRUCT() to a better placeMartin Schwenke2014-05-051-3/+12
* ctdb-eventscripts: Add check for invalid policy routing configurationMartin Schwenke2014-05-053-0/+33
* ctdb-eventscripts: Update comment in 11.routingMartin Schwenke2014-05-051-8/+13
* ctdb-eventscripts: Don't check if $iface is emptyMartin Schwenke2014-05-051-13/+15
* poll_funcs: Fix a comment typoVolker Lendecke2014-05-041-1/+1
* ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett2014-05-031-4/+8
* s3:passdb: improve a debug message in pdb_default_sid_to_id()Michael Adam2014-05-031-1/+4
* s3:passdb: fix and improve debug message in pdb_default_sid_to_id().Michael Adam2014-05-031-1/+2
* s4:samr: allow builtin groups for samr_OpenGroup.Michael Adam2014-05-031-7/+16
* selftest: Add tests for dbcheck detection and removal of partial objectsAndrew Bartlett2014-05-0334-3/+80719
* dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2014-05-032-10/+32
* s3: Always cache idmapping results of pdb backend.Alexander Werth2014-05-032-17/+33
* waf: fetch and use some exit codes of called processesBjörn Baumbach2014-05-031-5/+15
* samba-tool ldapcmp: fix a typoBjörn Baumbach2014-05-031-2/+2
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-022-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-021-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-022-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-025-2/+41
* smbd: Fix compile warning in dmapi.cChristof Schmitt2014-05-021-1/+1
* dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistencyAndrew Bartlett2014-05-021-18/+13