summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ...Jeremy Allison1-2/+2
2013-03-20libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLEDStefan Metzmacher1-0/+9
2013-03-20s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASKStefan Metzmacher1-2/+6
2013-03-20libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK defineStefan Metzmacher1-0/+10
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-17samba-tool group list: add more info to samba-tool group listRicky Nance1-6/+40
2013-03-16Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison1-3/+2
2013-03-15examples/libsmbclient: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+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-15s4-ntvfs: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15lib/util: Cast mode_t result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15ntdb: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2-8/+10
2013-03-15ccan: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-4/+4
2013-03-15torture: Update ndr README.Andreas Schneider1-0/+17
2013-03-15torture: Add ntprinting latin1 test.Andreas Schneider1-0/+217
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-15ndr: Pass down string_flags in ndr_pull_ntprinting_printer().Andreas Schneider1-0/+2
2013-03-15idl: Add flags for strings in ntprinting idl.Andreas Schneider1-27/+42
2013-03-15ndr: Add ndr_ntprinting_string_flags() function.Andreas Schneider2-0/+17
2013-03-15pidl: Add skip option to elements.Andreas Schneider2-2/+11
2013-03-14smbd: Fix a typoVolker Lendecke1-1/+1
2013-03-13tsocket: ENOMEM can be retried on illumos/Solaris.Ira Cooper1-0/+6
2013-03-13vfstest: update the manual pageGuenter Kukkukk1-3/+22
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-12scripting: No longer install samba_upgradeprovisionAndrew Bartlett1-1/+1
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach11-68/+5
2013-03-11Revert "Ensure the masks don't conflict with the ACL checks."Andrew Bartlett3-5/+3
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 Schmitt5-1/+185
2013-03-09packaging(RHEL-CTDB): Add idmap_rfc2307 moduleChristof Schmitt1-1/+1
2013-03-09s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt1-2/+4
2013-03-09s3-docs: Add manpage for idmap_rfc2307 moduleChristof Schmitt2-0/+166
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