summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: add vfs_remove_all_fsp_extensions()Stefan Metzmacher2012-06-062-0/+22
* s3:includes: move struct share_mode_lock to locking.hStefan Metzmacher2012-06-062-4/+4
* s3:smbd: remove typedef for struct write_cacheStefan Metzmacher2012-06-061-9/+9
* s3:smbd: make typedef write_cache private to fileio.cStefan Metzmacher2012-06-062-9/+9
* s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LMAndrew Bartlett2012-06-061-6/+6
* build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett2012-06-067-30/+26
* s3: temporary hack to make the waf build work withouth autotools being requiredBjörn Jacke2012-06-051-0/+1
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-0512-44/+71
* s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()Stefan Metzmacher2012-06-051-1/+1
* s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbufStefan Metzmacher2012-06-051-8/+8
* s3:libsmb: use inhdr instead of inbuf in tree connect related functionsStefan Metzmacher2012-06-051-5/+5
* s3:libsmb: use inhdr instead of inbuf in session setup related functionsStefan Metzmacher2012-06-051-34/+36
* s3:libsmb: remove unused 'inbuf' variableStefan Metzmacher2012-06-055-20/+10
* s3:libsmb: don't require a pinbuf in cli_smb_recv() to keep the memoryStefan Metzmacher2012-06-051-0/+5
* s3: remove dependency on automake for "make everything"Björn Jacke2012-06-052-1/+9
* build: Add newlines for clarityAndrew Bartlett2012-06-051-0/+2
* build: Add test for HAVE_BROKEN_POSIX_FALLOCATE to waf buildAndrew Bartlett2012-06-051-0/+13
* build: Remove unused check for HAVE_UNSIGNED_CHARAndrew Bartlett2012-06-051-8/+0
* Tests for bug #8972 - Add permission checks to run_simple_posix_open_test().Jeremy Allison2012-06-051-0/+27
* Tests for bug #8972 - run the POSIX tests against the posix_share.Jeremy Allison2012-06-051-2/+8
* s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke2012-06-051-16/+16
* VERSION: prepare for beta1 by setting and parsing the beta versionAndrew Bartlett2012-06-051-0/+4
* s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2012-06-052-36/+1
* Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison2012-06-051-2/+4
* s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes2012-06-038-57/+12
* s3:smbd: make conn_close_all() a void functionStefan Metzmacher2012-06-033-8/+3
* s3:smbd/close: call del_share_mode() directly before TALLOC_FREE(lck)Stefan Metzmacher2012-06-031-5/+15
* s3:smbd/close: remove unused goto out from close_directory()Stefan Metzmacher2012-06-031-3/+1
* s3:smbd/close: do an early return in close_directory()Stefan Metzmacher2012-06-031-2/+1
* s3: Fix an assert to trigger in close_remove_share_modeStefan Metzmacher2012-06-031-6/+17
* s3: Do an early return in close_remove_share_modeVolker Lendecke2012-06-031-2/+1
* s3: Make close_remove_share_mode a bit more readableVolker Lendecke2012-06-031-2/+4
* s3: Simplify get_delete_on_close_token moreVolker Lendecke2012-06-031-6/+2
* s3: Simplify get_delete_on_close_token slightlyVolker Lendecke2012-06-031-19/+32
* s3: Slightly simplify close_remove_share_modeVolker Lendecke2012-06-031-10/+15
* s3:smbd/close: avoid procid_is_me()Stefan Metzmacher2012-06-031-1/+2
* s3:smbd/open: avoid procid_is_me()Stefan Metzmacher2012-06-031-4/+5
* s3:smbd/oplock: avoid procid_is_me()Stefan Metzmacher2012-06-031-2/+4
* build: Match autoconf build and disable ACLs on MacOS (darwin)Andrew Bartlett2012-06-031-3/+7
* s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2012-06-032-0/+8
* s3-build: Remove finddeadAndrew Bartlett2012-06-031-9/+0
* libreplace: Link libreplace against attr when requiredAndrew Bartlett2012-06-031-1/+1
* build: Remove check for res_ninit (Revert "s3: Check for res_ninit")Andrew Bartlett2012-06-021-8/+0
* build: Show extra configure results found by WAF as wellAndrew Bartlett2012-06-021-1/+3
* build: Check correctly for sendfile (missing .h in header)Andrew Bartlett2012-06-021-1/+1
* build: Always attempt to build posix ACLsAndrew Bartlett2012-06-021-8/+3
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-025-790/+19
* s3: Same fix as 8576256, this time for fgetxattrVolker Lendecke2012-06-021-1/+1
* s3: Avoid a lot of calls to serverid_exists()Volker Lendecke2012-06-011-1/+1
* waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy2012-06-011-0/+12