summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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-071-16/+0
* param: attempt to consolidate handle_logfile between the two loadparmsGarming Sam2014-05-071-6/+0
* 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-072-11/+1
* 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-071-0/+4
* 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
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-051-1/+1
* poll_funcs: Fix a comment typoVolker Lendecke2014-05-041-1/+1
* 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
* s3: Always cache idmapping results of pdb backend.Alexander Werth2014-05-032-17/+33
* 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
* torture3: Add a test deleting a different reqVolker Lendecke2014-04-304-0/+106
* torture3: Add local-messaging-read1Volker Lendecke2014-04-305-0/+148
* messaging3: Fix messaging_read_send/recvVolker Lendecke2014-04-302-16/+77
* messaging3: Make "presult" optional in messaging_read_recvVolker Lendecke2014-04-301-1/+3
* torture3: Add a bit more coverage to messaging_readVolker Lendecke2014-04-301-0/+7
* messaging3: Fix formattingVolker Lendecke2014-04-301-1/+2
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-04-301-1/+2
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-291-1/+2
* autorid: Add allocation from above in alloc range for well known sidsMichael Adam2014-04-251-0/+86
* autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-22/+26
* autorid: add high_id to range config and fill it where we also fill range->lo...Michael Adam2014-04-252-0/+3
* autorid: reserve 500 IDs at the top of the ALLOC range.Michael Adam2014-04-251-1/+4
* autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-4/+5
* autorid: introduce idmap_autorid_domsid_is_for_alloc()Michael Adam2014-04-251-2/+14
* autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()Michael Adam2014-04-251-95/+76
* autorid: make the checks for bumping num_mapped identical for alloc and rid caseMichael Adam2014-04-251-2/+2
* autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().Michael Adam2014-04-251-1/+1
* autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...Michael Adam2014-04-251-3/+5
* autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()Michael Adam2014-04-251-2/+3
* autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-5/+5
* autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()Michael Adam2014-04-251-3/+3
* autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...Michael Adam2014-04-251-6/+17
* autorid: fix discard-const warning in idmap_autorid_init_hwm()Michael Adam2014-04-251-1/+1
* autorid: fix uninitialized return code for successful autorid.tdb creation/op...Michael Adam2014-04-251-3/+1