summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-278-10/+29
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-276-0/+6
* Include uid_wrapper correctly.Andreas Schneider2011-10-2712-43/+23
* s3-waf: Don't link uid_wrapper more than once.Andreas Schneider2011-10-271-2/+2
* nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider2011-10-273-0/+5
* uid_wrapper: Add uwrap_setresgid().Andreas Schneider2011-10-272-0/+24
* uid_wrapper: Fix build on UNIX platforms.Andreas Schneider2011-10-271-0/+10
* uid_wrapper: Handle euid and egid 0.Andreas Schneider2011-10-271-7/+29
* uid_wrapper: Make sure we have initialized the wrapper.Andreas Schneider2011-10-271-0/+2
* uid_wrapper: Fix prototypes.Andreas Schneider2011-10-271-2/+2
* replace: Add checks for setreuid and setregid.Andreas Schneider2011-10-272-3/+4
* replace: Make sure we compile without uid_wrapper.Andreas Schneider2011-10-271-1/+1
* s3-netlogon: Fix setting the machinge account password.Andreas Schneider2011-10-271-0/+4
* Factor out the code checking if a parent should override DELETE_ACCESS into a...Jeremy Allison2011-10-261-9/+31
* Remove another level of indentation - deal with !NT_STATUS_OK individually.Jeremy Allison2011-10-261-65/+63
* Add early return on stat open without O_CREAT if file doesn't exist.Jeremy Allison2011-10-261-71/+74
* s3:libsmb: make use of map_nt_error_from_unix_common() in clitrans.cStefan Metzmacher2011-10-261-1/+1
* s3:libsmb: avoid using smb_flg2 in cli_trans.cStefan Metzmacher2011-10-261-1/+3
* s3:libsmb: replace smb_size - 4 with MIN_SMB_SIZE in clitrans.cStefan Metzmacher2011-10-261-1/+1
* s3:libsmb: use 'tevent_' instead of 'event_' in clitrans.cStefan Metzmacher2011-10-262-5/+5
* s3:libsmb: make use of smb_buffer_oob() in clitrans.cStefan Metzmacher2011-10-261-4/+4
* s3:libsmb: use smb_len_nbt() in clitrans.cStefan Metzmacher2011-10-261-2/+2
* s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher2011-10-263-20/+3
* libcli/smb: add smb_buffer_oob() helperStefan Metzmacher2011-10-262-0/+14
* s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2011-10-262-20/+0
* libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.hStefan Metzmacher2011-10-263-12/+6
* s3:lib: make_unix_date3() is the same as pull_dos_date3()Stefan Metzmacher2011-10-261-5/+1
* s3:lib: make_unix_date2() is the same as pull_dos_date2()Stefan Metzmacher2011-10-261-7/+1
* s3:lib: make_unix_date() is the same as pull_dos_date()Stefan Metzmacher2011-10-261-19/+1
* s3-util: dbwrap_tool: fix fetch_string functionBjörn Baumbach2011-10-261-1/+1
* s3:net registry check: fix a case where automatic and read only mode take the...Gregor Beck2011-10-261-3/+5
* s3:net registry check: do not silently replace separatorsGregor Beck2011-10-261-2/+3
* s4:torture:smb2: fix broken indentation/formatting in torture_smb2_connection()Michael Adam2011-10-261-8/+11
* talloc: fix a comment typoMichael Adam2011-10-261-1/+1
* Second attempt to fix bug #8384 - Windows XP clients seem to crash smbd proce...Jeremy Allison2011-10-261-1/+1
* s3:smb2cli_base: make use of [_]smb_[set]len_tcp()Stefan Metzmacher2011-10-251-2/+2
* s3:smb2cli_base: make use of map_nt_error_from_unix_common()Stefan Metzmacher2011-10-251-2/+4
* s3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-10-251-1/+1
* s3:libsmb: s/event_context/tevent_context/ in async_smb.[ch]Stefan Metzmacher2011-10-252-4/+4
* s3:lib/addrchange.h: include libreplace headers before othersStefan Metzmacher2011-10-251-2/+2
* build: always include tevent with <tevent.h>Andrew Bartlett2011-10-251-1/+1
* build: always include talloc with <talloc.h>Andrew Bartlett2011-10-251-1/+1
* torture: Remove unused smbiconvAndrew Bartlett2011-10-254-498/+1
* s3-libsmbclient: make some functions static in testsuite code.Günther Deschner2011-10-25143-159/+159
* s3:libsmb: make use of map_nt_error_from_unix_common() in async_smb.cStefan Metzmacher2011-10-251-2/+2
* s3:libsmb: use HDR_* defines in cli_state_dispatch_smb1()Stefan Metzmacher2011-10-251-7/+8
* s3:libsmb: make use of smb_[set]len_nbt() in async_smb.cStefan Metzmacher2011-10-251-3/+3
* s3:libsmb: use HDR_* defines in cli_pull_raw_error()Stefan Metzmacher2011-10-251-3/+4
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-259-11/+17
* s3:libsmb/smb_signing: make use of HDR_* definesStefan Metzmacher2011-10-251-4/+4