summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...Ken Harris2010-12-201-17/+17
* From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...Jeremy Allison2010-12-202-3/+3
* s3-printing: fix printer_list_traverse()David Disseldorp2010-12-201-1/+1
* s3: Remove unused "retry" from cli_start_connectionVolker Lendecke2010-12-204-15/+5
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-2016-31/+24
* s3: Always retry the DC connection in auth_domainVolker Lendecke2010-12-201-8/+4
* s3: Remove some unused variablesVolker Lendecke2010-12-202-6/+3
* s3: "make etags" should not grow TAGS infinitely...Volker Lendecke2010-12-191-0/+1
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2010-12-191-3/+5
* s3: Use the right uid winbindd_raw_kerberos_login()Volker Lendecke2010-12-191-1/+1
* wb_reqtrans is not used in libwbclientVolker Lendecke2010-12-197-7/+514
* Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke2010-12-195-3/+948
* libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke2010-12-192-2/+2
* s3: wcache_invalidate_samlogon only needs the SIDVolker Lendecke2010-12-193-12/+15
* s3: netsamlogon_clear_cached_user only needs the SIDVolker Lendecke2010-12-193-10/+4
* s3: Remove two pointless slprintf callsVolker Lendecke2010-12-191-4/+4
* s3: FreeBSD has getpeereid(), use itVolker Lendecke2010-12-192-0/+16
* s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke2010-12-192-0/+10
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-191-22/+22
* s3: Did I say this module is from hell?Volker Lendecke2010-12-191-1/+1
* s3: re-add some debugs to check_reduced_nameVolker Lendecke2010-12-191-0/+2
* s3: Fix some typosVolker Lendecke2010-12-194-6/+6
* s3: Fix serverid_existsVolker Lendecke2010-12-191-0/+4
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-189-42/+65
* Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2010-12-172-19/+21
* file_set_sparse needs to be a handle based call.Jeremy Allison2010-12-173-12/+10
* s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke2010-12-171-5/+43
* Update our attribute flags.Jeremy Allison2010-12-171-1/+6
* s3:smbd: add file_set_sparse() functionBjörn Jacke2010-12-172-0/+52
* s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke2010-12-171-2/+8
* s3: remove set_sparse_flagBjörn Jacke2010-12-171-15/+1
* s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke2010-12-171-0/+2
* s3:net ads dns register: use "cluster addresses" option if configured (bug #7...Stefan Metzmacher2010-12-171-3/+11
* s3:net ads dns register: add support for specifying addresse on the commandli...Michael Adam2010-12-171-3/+40
* s3:net: add net_update_dns_ext() that accepts a list of addresses as paramete...Michael Adam2010-12-171-12/+27
* s3:net: disable dynamic dns updates at the end of "net ads join" in a cluster...Michael Adam2010-12-171-0/+19
* s3-net: fix net sid type build warning.Günther Deschner2010-12-171-1/+1
* s3/net: tz argument should be NULL of courseBjörn Jacke2010-12-171-1/+1
* Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...Jeremy Allison2010-12-161-13/+20
* spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner2010-12-161-9/+9
* Fix old bug in openX code, exposed when "strict allocate" is set to true.Jeremy Allison2010-12-161-5/+9
* Change strict allocate to default to true. (cherry picked from commit 820ea22...Jeremy Allison2010-12-151-1/+1
* Fix bug 7866 - "net" in v3-6-test broken.Jeremy Allison2010-12-153-3/+22
* s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstr...Stefan Metzmacher2010-12-152-400/+38
* s3:rpc_client: implement rpc_transport_sock_init() on top of rpc_transport_ts...Stefan Metzmacher2010-12-151-231/+13
* s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreamsStefan Metzmacher2010-12-151-2/+197
* s3:rpc_client/rpc_transport_tstream: timeout should be unsigned intStefan Metzmacher2010-12-151-1/+1
* s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher2010-12-153-28/+17
* s3:libsmb: add tstream_cli_np_get_cli_state()Stefan Metzmacher2010-12-152-0/+10
* s3:libsmb: add tstream_cli_np_set_timeout()Stefan Metzmacher2010-12-152-0/+18