summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-12-21s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer1-3/+1
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison5-2/+15
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison5-3/+86
2010-12-20CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...Ken Harris1-17/+17
2010-12-20From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...Jeremy Allison2-3/+3
2010-12-20s3-printing: fix printer_list_traverse()David Disseldorp1-1/+1
2010-12-20s3: Remove unused "retry" from cli_start_connectionVolker Lendecke4-15/+5
2010-12-20s3: Remove unused "retry" from cli_full_connectionVolker Lendecke16-31/+24
2010-12-20s3: Always retry the DC connection in auth_domainVolker Lendecke1-8/+4
2010-12-20s3: Remove some unused variablesVolker Lendecke2-6/+3
2010-12-19s3: "make etags" should not grow TAGS infinitely...Volker Lendecke1-0/+1
2010-12-19s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke1-3/+5
2010-12-19s3: Use the right uid winbindd_raw_kerberos_login()Volker Lendecke1-1/+1
2010-12-19wb_reqtrans is not used in libwbclientVolker Lendecke7-7/+514
2010-12-19Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke5-3/+948
2010-12-19libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke2-2/+2
2010-12-19s3: wcache_invalidate_samlogon only needs the SIDVolker Lendecke3-12/+15
2010-12-19s3: netsamlogon_clear_cached_user only needs the SIDVolker Lendecke3-10/+4
2010-12-19s3: Remove two pointless slprintf callsVolker Lendecke1-4/+4
2010-12-19s3: FreeBSD has getpeereid(), use itVolker Lendecke2-0/+16
2010-12-19s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke2-0/+10
2010-12-19s3: Fix some nonempty blank linesVolker Lendecke1-22/+22
2010-12-19s3: Did I say this module is from hell?Volker Lendecke1-1/+1
2010-12-19s3: re-add some debugs to check_reduced_nameVolker Lendecke1-0/+2
2010-12-19s3: Fix some typosVolker Lendecke4-6/+6
2010-12-19s3: Fix serverid_existsVolker Lendecke1-0/+4
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison9-42/+65
2010-12-17Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2-19/+21
2010-12-17file_set_sparse needs to be a handle based call.Jeremy Allison3-12/+10
2010-12-17s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke1-5/+43
2010-12-17Update our attribute flags.Jeremy Allison1-1/+6
2010-12-17s3:smbd: add file_set_sparse() functionBjörn Jacke2-0/+52
2010-12-17s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke1-2/+8
2010-12-17s3: remove set_sparse_flagBjörn Jacke1-15/+1
2010-12-17s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke1-0/+2
2010-12-17s3:net ads dns register: use "cluster addresses" option if configured (bug #7...Stefan Metzmacher1-3/+11
2010-12-17s3:net ads dns register: add support for specifying addresse on the commandli...Michael Adam1-3/+40
2010-12-17s3:net: add net_update_dns_ext() that accepts a list of addresses as paramete...Michael Adam1-12/+27
2010-12-17s3:net: disable dynamic dns updates at the end of "net ads join" in a cluster...Michael Adam1-0/+19
2010-12-17s3-net: fix net sid type build warning.Günther Deschner1-1/+1
2010-12-17s3/net: tz argument should be NULL of courseBjörn Jacke1-1/+1
2010-12-16Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...Jeremy Allison1-13/+20
2010-12-16spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner1-9/+9
2010-12-16Fix old bug in openX code, exposed when "strict allocate" is set to true.Jeremy Allison1-5/+9
2010-12-15Change strict allocate to default to true. (cherry picked from commit 820ea22...Jeremy Allison1-1/+1
2010-12-15Fix bug 7866 - "net" in v3-6-test broken.Jeremy Allison3-3/+22
2010-12-15s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstr...Stefan Metzmacher2-400/+38
2010-12-15s3:rpc_client: implement rpc_transport_sock_init() on top of rpc_transport_ts...Stefan Metzmacher1-231/+13
2010-12-15s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreamsStefan Metzmacher1-2/+197
2010-12-15s3:rpc_client/rpc_transport_tstream: timeout should be unsigned intStefan Metzmacher1-1/+1