Age | Commit message (Expand) | Author | Files | Lines |
2013-03-25 | scripting: Move the list of well known SDs to samba.provision.descriptor | Andrew Bartlett | 2 | -71/+60 |
2013-03-25 | build: Do not pass CPP="" to pidl, skip the env variable entirely | Andrew Bartlett | 1 | -1/+1 |
2013-03-25 | build: Remove the forced use of only the first part of the compiler string | Andrew Bartlett | 1 | -2/+2 |
2013-03-24 | vfs-btrfs: Fix build on 32 bit platforms by using long long types | Andrew Bartlett | 1 | -6/+10 |
2013-03-24 | Revert "vfs_btrfs: fix compile on 32-bit platforms." | Rusty Russell | 1 | -5/+4 |
2013-03-23 | ntdb: don't call open hook when re-opening an existing database. | Rusty Russell | 2 | -13/+22 |
2013-03-23 | vfs_btrfs: fix compile on 32-bit platforms. | Rusty Russell | 1 | -4/+5 |
2013-03-22 | smbd: Tune "dir" a bit. | Volker Lendecke | 1 | -6/+19 |
2013-03-22 | Fix bug #9733 - smbcontrol close-share is not working. | Jeremy Allison | 1 | -0/+3 |
2013-03-22 | Fix tevent testsuite issue on Solaris. | Jeremy Allison | 1 | -1/+6 |
2013-03-22 | Solaris/Illumos/Nexenta creates pipes that are bi-directional by default. | Jeremy Allison | 1 | -10/+16 |
2013-03-22 | BUG 9735: Fix winbind seperator in upn to username conversion. | Andreas Schneider | 1 | -1/+1 |
2013-03-21 | s3:waf fix build on AIX | Stefan Metzmacher | 1 | -1/+1 |
2013-03-20 | s4:torture: let raw.read accept larger reads than 0x10000 | Stefan Metzmacher | 1 | -4/+2 |
2013-03-20 | s4:torture: raw.read fix large reads against windows | Stefan Metzmacher | 1 | -9/+3 |
2013-03-20 | s3:selftest: Add LARGE_READX test into our make test infrastructure. | Jeremy Allison | 1 | -1/+1 |
2013-03-20 | s3:torture: Add new LARGE_READX test to investigate large SMBreadX behavior. | Jeremy Allison | 1 | -1/+337 |
2013-03-20 | s4:smb_server: fix large read_andx requests | Stefan Metzmacher | 1 | -6/+12 |
2013-03-20 | s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l... | Jeremy Allison | 1 | -25/+86 |
2013-03-20 | s3:smbd: Remove server_will_accept_large_read() and erroneous comment. | Jeremy Allison | 1 | -28/+1 |
2013-03-20 | s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf() | Jeremy Allison | 1 | -6/+11 |
2013-03-20 | s3:smbd: add some const to req_is_in_chain() | Stefan Metzmacher | 2 | -2/+2 |
2013-03-20 | s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks | Stefan Metzmacher | 1 | -3/+2 |
2013-03-20 | s3:smbd: keep global_client_caps and max_send from the first successful sessi... | Stefan Metzmacher | 1 | -4/+10 |
2013-03-20 | s3:libsmb: let cli_read_andx_create() accept any length | Stefan Metzmacher | 1 | -7/+0 |
2013-03-20 | libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ... | Jeremy Allison | 1 | -2/+2 |
2013-03-20 | libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED | Stefan Metzmacher | 1 | -0/+9 |
2013-03-20 | s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASK | Stefan Metzmacher | 1 | -2/+6 |
2013-03-20 | libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK define | Stefan Metzmacher | 1 | -0/+10 |
2013-03-20 | s3:registry accept windows like long hivenames | Gregor Beck | 1 | -3/+9 |
2013-03-20 | s3:include bump profile memory area version number | Christian Ambach | 1 | -1/+1 |
2013-03-18 | wkssvc: Fix bug 9727, NULL pointer dereference | Volker Lendecke | 1 | -2/+6 |
2013-03-17 | samba-tool group list: add more info to samba-tool group list | Ricky Nance | 1 | -6/+40 |
2013-03-16 | Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server. | Jeremy Allison | 1 | -3/+2 |
2013-03-15 | examples/libsmbclient: Cast mode_t to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -2/+2 |
2013-03-15 | s3-lsad: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | s3-epmd: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -2/+2 |
2013-03-15 | dbwrap: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -2/+2 |
2013-03-15 | spoolssd: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | s3-lib/server_prefork: Cast pid_t result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | s4-ntvfs: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | lib/util: Cast mode_t result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-03-15 | ntdb: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 2 | -8/+10 |
2013-03-15 | ccan: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -4/+4 |
2013-03-15 | torture: Update ndr README. | Andreas Schneider | 1 | -0/+17 |
2013-03-15 | torture: Add ntprinting latin1 test. | Andreas Schneider | 1 | -0/+217 |
2013-03-15 | s3-net: Add encoding=<CP> to 'net printing dump'. | Andreas Schneider | 1 | -8/+51 |
2013-03-15 | s3-net: Add encoding=<CP> to 'net printing migrate'. | Andreas Schneider | 4 | -11/+90 |