summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: use 16 zero bytes as channel binding checksum in the gssapi checks...Stefan Metzmacher2010-12-231-20/+10
* All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison2010-12-235-23/+10
* s3: Remove unused open_any_socket_outVolker Lendecke2010-12-222-167/+0
* s3: Use smbsock_any_connect in winbindVolker Lendecke2010-12-221-45/+13
* s3: Retry *SMBSERVER in nb_connectVolker Lendecke2010-12-221-2/+47
* s3: Test smbsock_any_connectVolker Lendecke2010-12-224-0/+49
* s3: Add smbsock_any_connectVolker Lendecke2010-12-222-1/+232
* s3: Add an async smbsock_connectVolker Lendecke2010-12-223-0/+320
* s3: Add async cli_session_requestVolker Lendecke2010-12-222-0/+134
* s3: Add some const to name_mangle()Volker Lendecke2010-12-222-2/+2
* s3-waf: fix the build.Günther Deschner2010-12-221-1/+2
* s3:lib/gencache: fix memory leak in error pathStefan Metzmacher2010-12-221-0/+3
* s3-printing: fix crash bug in print_spool_open().Günther Deschner2010-12-221-1/+3
* s3-spoolss: handle NTTIME(0) as "01/01/1601" REG_SZ in driver dates.Günther Deschner2010-12-221-4/+13
* s3:libsmb/namequery.c: don't leak 'pserver'Stefan Metzmacher2010-12-221-2/+2
* Fix a warning message.Jeremy Allison2010-12-221-1/+2
* My algorithm for determining whan an incoming sequence number can be allowed ...Jeremy Allison2010-12-212-6/+8
* s3:cli_np_tstream: if SMBtrans is desired, the readv needs to wait for the la...Stefan Metzmacher2010-12-211-23/+70
* s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer2010-12-211-3/+1
* Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison2010-12-215-2/+15
* Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison2010-12-215-3/+86
* 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