summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:torture/locktest: fix compiler warningStefan Metzmacher2012-06-051-1/+1
* s3: remove dependency on automake for "make everything"Björn Jacke2012-06-052-1/+9
* VERSION: mark as beta2 as we move on to the next releaseAndrew Bartlett2012-06-051-2/+2
* VERSION: Mark release as beta1Andrew Bartlett2012-06-051-1/+1
* 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
* Roadmap: Clarify that 4.0 is our next releaseAndrew Bartlett2012-06-051-1/+1
* WHATSNEW: Add details on NTP and DNS as new protocols we coverAndrew Bartlett2012-06-051-3/+16
* 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
* Tests for bug #8972 - Add a posix_share definition to s4 so we can do raw pos...Jeremy Allison2012-06-051-0/+8
* Tests for bug #8972 - Add a posix_share definition to s3 so we can do raw pos...Jeremy Allison2012-06-051-0/+9
* wintest: Fix test-s3.py to use smbclient3 under the name smbclientAndrew Bartlett2012-06-051-1/+1
* WHATSNEW: mention FreeBSD getaddrinfo() issueAndrew Bartlett2012-06-051-0/+3
* s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke2012-06-052-52/+52
* WHATSNEW: Mention trouble with DNS replicationAndrew Bartlett2012-06-051-0/+5
* WHATSNEW: Note FreeBSD improvementsAndrew Bartlett2012-06-051-0/+2
* s4-provision: Test for posix ACLs in the actual sysvol pathAndrew Bartlett2012-06-051-12/+16
* s4-provision: Place xattr.tdb in the actual state directoryAndrew Bartlett2012-06-051-13/+14
* WHATSNEW: Update for beta1Andrew Bartlett2012-06-051-30/+24
* VERSION: prepare for beta1 by setting and parsing the beta versionAndrew Bartlett2012-06-053-2/+23
* Add '--use-ntvfs' option to 'samba-tool domain join'Andriy Syrovenko2012-06-052-13/+17
* s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2012-06-053-37/+2
* Remove Manifest. The information here was outdatedAndrew Bartlett2012-06-052-78/+0
* libreplace: Add copyrights to ease tracking of this file in futureAndrew Bartlett2012-06-051-0/+2
* libreplace: Remove autoconf build systemAndrew Bartlett2012-06-059-3648/+0
* Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison2012-06-051-2/+4
* libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett2012-06-041-1/+1
* 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
* Revert "s3: Fix bug 8371"Stefan Metzmacher2012-06-031-2/+0
* 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