summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-torture remove unused t_push_ucs2.c t_strcmp.c t_strstr.cAndrew Bartlett2011-10-284-133/+0
* s3-torture remove unused t_asn1.cAndrew Bartlett2011-10-281-65/+0
* s3-passdb: use tevent_context in passdb.Günther Deschner2011-10-283-8/+9
* s3-smbldap: use tevent_context in smbldap.Günther Deschner2011-10-282-12/+13
* s3-ctdb: Fix ctdb_read_reqVolker Lendecke2011-10-271-23/+17
* s3-ctdb: Add debug to ctdb_processes_existVolker Lendecke2011-10-271-0/+6
* s3: Use serverids_exist in parse_share_modesVolker Lendecke2011-10-271-1/+23
* s3: Add serverids_existVolker Lendecke2011-10-272-0/+39
* s3: Add processes_existVolker Lendecke2011-10-272-0/+68
* s3-ctdb: Make ctdbd_process_exists use ctdbd_processes_existVolker Lendecke2011-10-271-13/+8
* s3-ctdb: Add ctdb_processes_existVolker Lendecke2011-10-272-0/+101
* s3-ctdb: Allow ctdb_read_req to read any reqidVolker Lendecke2011-10-271-1/+1
* s3-ctdb: Don't hand out 0 as reqidVolker Lendecke2011-10-271-4/+13
* s3: Use talloc_tos() in parse_share_modes()Volker Lendecke2011-10-271-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-10-271-3/+3
* s3: Fix some type-punned warningsVolker Lendecke2011-10-271-4/+4
* s4-torture: Add a samr privilege check.Andreas Schneider2011-10-271-0/+1
* s3:rpc_client: remove references to auth_ntlmssp_stateStefan Metzmacher2011-10-271-13/+14
* s3: Enable uid wrapper.Andreas Schneider2011-10-271-3/+0
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-273-3/+2
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-276-0/+6
* Include uid_wrapper correctly.Andreas Schneider2011-10-275-3/+4
* s3-waf: Don't link uid_wrapper more than once.Andreas Schneider2011-10-271-2/+2
* 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
* 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-261-6/+0
* 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
* 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