summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: fix the logic in bsd_statvfsBjörn Jacke2012-06-291-1/+1
* s3:cclean avoid segfault in case of ctdb missbehaviourGregor Beck2012-06-291-3/+8
* s3:cclean: fix memory allocationGregor Beck2012-06-291-2/+2
* s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()Michael Adam2012-06-291-1/+3
* s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()Michael Adam2012-06-291-2/+3
* s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() functionMichael Adam2012-06-291-1/+4
* s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()Michael Adam2012-06-291-3/+3
* s3:dbrwap_ctdb: remove commented out legacy codeMichael Adam2012-06-291-5/+1
* s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdbMichael Adam2012-06-291-4/+3
* s3:smb2_server: remove max_charge check in smbd_smb2_request_verify_creditcha...Stefan Metzmacher2012-06-291-16/+0
* s3:build: tell linker to use corefoundation on all darwin releasesBjörn Jacke2012-06-291-2/+2
* s3: merge bsd_statvfs and darwin_statvfsBjörn Jacke2012-06-291-53/+31
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-3/+2
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-293-11/+38
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-287-71/+85
* s3:param: change "server max protocol" to "SMB2" (SMB2_10)Stefan Metzmacher2012-06-291-1/+1
* s3:smb2_server: make the logic in smbd_smb2_request_verify_creditcharge() sim...Stefan Metzmacher2012-06-291-11/+23
* s3:smb2_server: simplify smbd_smb2_request_verify_creditcharge() a bit.Stefan Metzmacher2012-06-291-6/+1
* s3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everything but port 139Stefan Metzmacher2012-06-291-5/+8
* s3:smb2_server: grant extra credits for multi-credit requestsStefan Metzmacher2012-06-291-2/+10
* s3:smb2_server: implement credit granting similar to windowsStefan Metzmacher2012-06-292-19/+53
* s3:smb2_server: make sure sequence numbers don't wrap at UINT64_MAXStefan Metzmacher2012-06-291-2/+17
* s3:smb2_server: make sure we don't grant more credits than we allowStefan Metzmacher2012-06-292-35/+92
* s3:smb2_server: check the credit_charge against the already granted creditsStefan Metzmacher2012-06-291-7/+12
* s3:smb2_server: split out a smb2_validate_sequence_number() functionStefan Metzmacher2012-06-291-40/+77
* s3:smb2_server: clear sequence window if we got the lowest sequence idStefan Metzmacher2012-06-291-2/+2
* s3:smb2_server: fix calculation of the next bitmap_offsetStefan Metzmacher2012-06-291-1/+1
* s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FA...Stefan Metzmacher2012-06-292-8/+4
* s3:smb2_server: call smbd_smb2_request_validate() also in smbd_smb2_first_neg...Stefan Metzmacher2012-06-291-0/+6
* s3:smb2_server: start the connection with one credit granted to the clientStefan Metzmacher2012-06-291-1/+1
* s3: fine tune and clean up statvfs testsBjörn Jacke2012-06-282-9/+8
* s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke2012-06-281-1/+0
* s3:smbd: change nt_open_pipe() to uint16_t pnum/fnumStefan Metzmacher2012-06-281-3/+3
* s3:smb2_create: add usefull DEBUG() messageStefan Metzmacher2012-06-281-0/+3
* s3:smbd/files: fsp->fnum is uint64_t not int!Stefan Metzmacher2012-06-281-3/+3
* s3:brlock: s/int/uint64_t for fnumStefan Metzmacher2012-06-281-1/+1
* s3:brlock: add some const to print_lock_struct()Stefan Metzmacher2012-06-281-1/+1
* s3:wscript: use LOCKING subsystem for smbtorture3Stefan Metzmacher2012-06-281-1/+2
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-2720-29/+29
* s3-pdb_samba4: Remove dupliate profilePath handlingAndrew Bartlett2012-06-271-6/+0
* s3-pdbtest: Initialise more elements for testingAndrew Bartlett2012-06-271-0/+8
* s3-pdb_samba4: Add support for lastLogon and lastLogoffAndrew Bartlett2012-06-271-2/+10
* s3-pdb_samba4: Fix time handling, use nt_time_to_unix()Andrew Bartlett2012-06-271-1/+1
* s3-pdbtest: show mis-matching timesAndrew Bartlett2012-06-271-4/+12
* s3:registry: change reg_import.c according to coding guidelines.Michael Adam2012-06-271-53/+47
* s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()Michael Adam2012-06-272-2/+2
* s3: add a tool "cclean" to cleanup orphaned entries from connections.tdbGregor Beck2012-06-273-1/+324
* s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck2012-06-272-5/+19
* s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...Gregor Beck2012-06-271-6/+17
* s3-printing: fix broken print_job_get_name() returnDavid Disseldorp2012-06-271-1/+2