summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-03-24vfs-btrfs: Fix build on 32 bit platforms by using long long typesAndrew Bartlett1-6/+10
2013-03-24Revert "vfs_btrfs: fix compile on 32-bit platforms."Rusty Russell1-5/+4
2013-03-23vfs_btrfs: fix compile on 32-bit platforms.Rusty Russell1-4/+5
2013-03-22smbd: Tune "dir" a bit.Volker Lendecke1-6/+19
2013-03-22Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison1-0/+3
2013-03-21s3:waf fix build on AIXStefan Metzmacher1-1/+1
2013-03-20s3:selftest: Add LARGE_READX test into our make test infrastructure.Jeremy Allison1-1/+1
2013-03-20s3:torture: Add new LARGE_READX test to investigate large SMBreadX behavior.Jeremy Allison1-1/+337
2013-03-20s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...Jeremy Allison1-25/+86
2013-03-20s3:smbd: Remove server_will_accept_large_read() and erroneous comment.Jeremy Allison1-28/+1
2013-03-20s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()Jeremy Allison1-6/+11
2013-03-20s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher2-2/+2
2013-03-20s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checksStefan Metzmacher1-3/+2
2013-03-20s3:smbd: keep global_client_caps and max_send from the first successful sessi...Stefan Metzmacher1-4/+10
2013-03-20s3:libsmb: let cli_read_andx_create() accept any lengthStefan Metzmacher1-7/+0
2013-03-20s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASKStefan Metzmacher1-2/+6
2013-03-20s3:registry accept windows like long hivenamesGregor Beck1-3/+9
2013-03-20s3:include bump profile memory area version numberChristian Ambach1-1/+1
2013-03-18wkssvc: Fix bug 9727, NULL pointer dereferenceVolker Lendecke1-2/+6
2013-03-16Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison1-3/+2
2013-03-15s3-lsad: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-epmd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-15dbwrap: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-15spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-lib/server_prefork: Cast pid_t result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-net: Add encoding=<CP> to 'net printing dump'.Andreas Schneider1-8/+51
2013-03-15s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider4-11/+90
2013-03-14smbd: Fix a typoVolker Lendecke1-1/+1
2013-03-12vfs_catia: testcase - add missing piecesGuenter Kukkukk2-5/+12
2013-03-11vfs_catia: testcase - implement vfstest additionsGuenter Kukkukk3-0/+100
2013-03-11vfs_catia: write a testcase - add a translate command to vfstestGuenter Kukkukk1-0/+75
2013-03-11vfstest: fix the "-c" multiple-command optionGuenter Kukkukk1-1/+6
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach6-13/+0
2013-03-10smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...Andrew Bartlett1-17/+0
2013-03-10param: Remove incorrectly added defaults in AD DC allowing WORLD WRITABLE filesAndrew Bartlett1-2/+0
2013-03-09Add testcase for idmap_rfc2307 moduleChristof Schmitt1-1/+5
2013-03-09s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt1-2/+4
2013-03-09s3-winbindd: Add new module idmap_rfc2307Christof Schmitt5-1/+886
2013-03-09s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt3-62/+52
2013-03-09s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt3-86/+87
2013-03-09s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt3-45/+41
2013-03-09s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt3-24/+27
2013-03-09s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt4-83/+53
2013-03-09s3-vfs: add vfs_btrfs moduleDavid Disseldorp5-0/+224
2013-03-08s3:idmap: fix a debug message and lower its levelMichael Adam1-1/+2
2013-03-07vfs_catia: add my copyrightGuenter Kukkukk1-0/+1
2013-03-07vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk1-4/+6
2013-03-07vfs_catia: add debug class for that moduleGuenter Kukkukk1-1/+23