summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tdb: Fix blank line endingsVolker Lendecke2013-03-265-46/+45
* tdb: Little format changeVolker Lendecke2013-03-261-1/+1
* smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke2013-03-261-1/+8
* dbwrap: Use tdb_null in db_ctdb_deleteVolker Lendecke2013-03-251-4/+1
* scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett2013-03-252-23/+8
* samba-tool ldapcmp: Remove the GUID -> name mappingsAndrew Bartlett2013-03-252-48/+7
* selftest: Add tests for samba-tool dbcheck --reset-well-known-aclsAndrew Bartlett2013-03-254-3/+78
* scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing refe...Andrew Bartlett2013-03-251-2/+2
* samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without ...Andrew Bartlett2013-03-251-0/+41
* samba-tool dbcheck: Add --reset-well-known-aclsAndrew Bartlett2013-03-252-4/+71
* scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett2013-03-254-157/+158
* scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett2013-03-252-50/+59
* scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett2013-03-254-3/+3
* scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett2013-03-252-35/+35
* scripting: Fix documentation comment on upgradehelpers.py:get_clean_sdAndrew Bartlett2013-03-251-8/+3
* scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett2013-03-252-71/+60
* build: Do not pass CPP="" to pidl, skip the env variable entirelyAndrew Bartlett2013-03-251-1/+1
* build: Remove the forced use of only the first part of the compiler stringAndrew Bartlett2013-03-251-2/+2
* vfs-btrfs: Fix build on 32 bit platforms by using long long typesAndrew Bartlett2013-03-241-6/+10
* Revert "vfs_btrfs: fix compile on 32-bit platforms."Rusty Russell2013-03-241-5/+4
* ntdb: don't call open hook when re-opening an existing database.Rusty Russell2013-03-232-13/+22
* vfs_btrfs: fix compile on 32-bit platforms.Rusty Russell2013-03-231-4/+5
* smbd: Tune "dir" a bit.Volker Lendecke2013-03-221-6/+19
* Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison2013-03-221-0/+3
* Fix tevent testsuite issue on Solaris.Jeremy Allison2013-03-221-1/+6
* Solaris/Illumos/Nexenta creates pipes that are bi-directional by default.Jeremy Allison2013-03-221-10/+16
* BUG 9735: Fix winbind seperator in upn to username conversion.Andreas Schneider2013-03-221-1/+1
* s3:waf fix build on AIXStefan Metzmacher2013-03-211-1/+1
* s4:torture: let raw.read accept larger reads than 0x10000Stefan Metzmacher2013-03-201-4/+2
* s4:torture: raw.read fix large reads against windowsStefan Metzmacher2013-03-201-9/+3
* s3:selftest: Add LARGE_READX test into our make test infrastructure.Jeremy Allison2013-03-201-1/+1
* s3:torture: Add new LARGE_READX test to investigate large SMBreadX behavior.Jeremy Allison2013-03-201-1/+337
* s4:smb_server: fix large read_andx requestsStefan Metzmacher2013-03-201-6/+12
* s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...Jeremy Allison2013-03-201-25/+86
* s3:smbd: Remove server_will_accept_large_read() and erroneous comment.Jeremy Allison2013-03-201-28/+1
* s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()Jeremy Allison2013-03-201-6/+11
* s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher2013-03-202-2/+2
* s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checksStefan Metzmacher2013-03-201-3/+2
* s3:smbd: keep global_client_caps and max_send from the first successful sessi...Stefan Metzmacher2013-03-201-4/+10
* s3:libsmb: let cli_read_andx_create() accept any lengthStefan Metzmacher2013-03-201-7/+0
* libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ...Jeremy Allison2013-03-201-2/+2
* libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLEDStefan Metzmacher2013-03-201-0/+9
* s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASKStefan Metzmacher2013-03-201-2/+6
* libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK defineStefan Metzmacher2013-03-201-0/+10
* s3:registry accept windows like long hivenamesGregor Beck2013-03-201-3/+9
* s3:include bump profile memory area version numberChristian Ambach2013-03-201-1/+1
* wkssvc: Fix bug 9727, NULL pointer dereferenceVolker Lendecke2013-03-181-2/+6
* samba-tool group list: add more info to samba-tool group listRicky Nance2013-03-171-6/+40
* Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison2013-03-161-3/+2
* examples/libsmbclient: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2