summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-3114-50/+164
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2008-12-315-58/+103
* Replace a static variable and alarm() calls by using sys_select()Volker Lendecke2008-12-311-23/+24
* Fix some nonempty blank linesVolker Lendecke2008-12-311-5/+5
* Make a CONST_DISCARD unnecessary by applying some constVolker Lendecke2008-12-311-3/+2
* Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smbVolker Lendecke2008-12-311-11/+13
* Disable the use of splice(2)Volker Lendecke2008-12-311-1/+1
* Try to fix recvfile using splice on LinuxVolker Lendecke2008-12-311-21/+36
* Fix a "nested extern" warningVolker Lendecke2008-12-311-1/+1
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-3112-34/+17
* Remove unused function parent_dirnameVolker Lendecke2008-12-312-14/+0
* Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknodVolker Lendecke2008-12-311-3/+7
* Use parent_dirname_talloc instead of parent_dirname in copy_internalsVolker Lendecke2008-12-311-2/+6
* Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdirVolker Lendecke2008-12-311-1/+6
* Make use of TALLOC_MEMDUP in parent_dirname_talloc()Volker Lendecke2008-12-311-2/+1
* Remove unused function get_numlist()Volker Lendecke2008-12-312-52/+0
* recvfile can't be used for printing so farVolker Lendecke2008-12-311-0/+4
* s3:winbindd: we don't need to call messaging_reinit() twiceStefan Metzmacher2008-12-311-7/+0
* Enable individual smbtorture_s3 subtests in make testVolker Lendecke2008-12-311-0/+4
* Fix an ancient uninitialized variable readVolker Lendecke2008-12-314-8/+10
* s3 build: Revert previous patch to fix the buildTim Prouty2008-12-301-3/+101
* Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison2008-12-304-15/+31
* s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4Tim Prouty2008-12-301-2/+0
* s3 build: Remove redundant #defines that are in idl generated headersTim Prouty2008-12-301-101/+3
* s3 build: Fix warningTim Prouty2008-12-301-0/+2
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-304-13/+27
* Fix a memory leak in cups_pull_comment_locationVolker Lendecke2008-12-301-0/+4
* Fix a spinning smbd when printingVolker Lendecke2008-12-301-1/+1
* Print the vuid in BENCH-SESSSETUPVolker Lendecke2008-12-301-0/+2
* Second part of the bugfix for #5933Volker Lendecke2008-12-301-7/+13
* First part of bugfix for #5933Volker Lendecke2008-12-301-3/+0
* Move a comment to its placeVolker Lendecke2008-12-301-5/+5
* Simplify invalidate_vuid slightlyVolker Lendecke2008-12-301-4/+0
* Simplify is_partial_auth_vuid slightlyVolker Lendecke2008-12-301-5/+1
* Simplify invalidate_all_vuids() slightlyVolker Lendecke2008-12-301-5/+2
* Fix the merged buildStefan Metzmacher2008-12-301-0/+1
* s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...Stefan Metzmacher2008-12-291-75/+47
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-292-2/+19
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-294-667/+679
* Fix SESSSETUP_BENCH torture test for long runtimesVolker Lendecke2008-12-291-6/+9
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-1/+0
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-291-1/+0
* Add code to test write_data_iov a bitVolker Lendecke2008-12-291-0/+11
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2008-12-291-27/+13
* Make write_data use write_data_iovVolker Lendecke2008-12-291-24/+24
* Add write_data_iovVolker Lendecke2008-12-292-0/+70
* Add sys_writevVolker Lendecke2008-12-292-0/+15
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-292-3/+3
* Add -D option to sharesec util to delete the entire security descriptor.Steven Danneman2008-12-281-8/+23
* Change error messages in sharesec util to go to stderr instead of stdoutSteven Danneman2008-12-281-10/+10