summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* dbwrap-ctdb: Avoid a talloc_stackframe()Volker Lendecke2013-03-261-4/+2
* ctdb-conn: remove ctdbd_fetchVolker Lendecke2013-03-262-84/+0
* dbwrap-ctdb: Use ctdbd_parse in db_ctdb_parse_recordVolker Lendecke2013-03-261-9/+2
* ctdb-conn: Add ctdbd_parseVolker Lendecke2013-03-262-0/+76
* 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
* 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
* 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
* s3:waf fix build on AIXStefan Metzmacher2013-03-211-1/+1
* 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
* 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
* s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASKStefan Metzmacher2013-03-201-2/+6
* 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
* Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison2013-03-161-3/+2
* s3-lsad: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-epmd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2
* dbwrap: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2
* spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-lib/server_prefork: Cast pid_t result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-net: Add encoding=<CP> to 'net printing dump'.Andreas Schneider2013-03-151-8/+51
* s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider2013-03-154-11/+90
* smbd: Fix a typoVolker Lendecke2013-03-141-1/+1
* vfs_catia: testcase - add missing piecesGuenter Kukkukk2013-03-122-5/+12
* vfs_catia: testcase - implement vfstest additionsGuenter Kukkukk2013-03-113-0/+100
* vfs_catia: write a testcase - add a translate command to vfstestGuenter Kukkukk2013-03-111-0/+75
* vfstest: fix the "-c" multiple-command optionGuenter Kukkukk2013-03-111-1/+6
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-126-13/+0
* smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...Andrew Bartlett2013-03-101-17/+0
* param: Remove incorrectly added defaults in AD DC allowing WORLD WRITABLE filesAndrew Bartlett2013-03-101-2/+0
* Add testcase for idmap_rfc2307 moduleChristof Schmitt2013-03-091-1/+5
* s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt2013-03-091-2/+4
* s3-winbindd: Add new module idmap_rfc2307Christof Schmitt2013-03-095-1/+886
* s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt2013-03-093-62/+52
* s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt2013-03-093-86/+87
* s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt2013-03-093-45/+41
* s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt2013-03-093-24/+27