summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-10-311-5/+5
* s3: Fix a commentVolker Lendecke2011-10-311-1/+4
* s3-smbldap: use tevent_context in smbldap.Günther Deschner2011-10-281-9/+10
* 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: Add serverids_existVolker Lendecke2011-10-271-0/+34
* s3: Add processes_existVolker Lendecke2011-10-271-0/+66
* s3-ctdb: Make ctdbd_process_exists use ctdbd_processes_existVolker Lendecke2011-10-271-13/+8
* s3-ctdb: Add ctdb_processes_existVolker Lendecke2011-10-271-0/+98
* 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: Fix some type-punned warningsVolker Lendecke2011-10-271-4/+4
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-1/+1
* Include uid_wrapper correctly.Andreas Schneider2011-10-272-2/+1
* s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher2011-10-261-19/+0
* s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2011-10-262-20/+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:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-10-251-1/+1
* 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
* s3-waf: only compile common.c in netapi examples code once.Günther Deschner2011-10-211-2/+8
* s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.Günther Deschner2011-10-211-2/+30
* s3-netapi: fix missing include in examples code.Günther Deschner2011-10-211-0/+2
* s3:include: make smb_setlen() a macroStefan Metzmacher2011-10-211-14/+0
* build: compile (but do not install) netapi examplesAndrew Bartlett2011-10-211-0/+64
* s3-netapi Compile (but do not install) netapi testsAndrew Bartlett2011-10-201-0/+6
* s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher2011-10-191-13/+0
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-1/+1
* s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher2011-10-141-3/+15
* Fix sys_fseek wrapperBrad Smith2011-10-141-0/+2
* s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()Michael Adam2011-10-131-1/+7
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-134-7/+46
* s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck2011-10-122-12/+24
* s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck2011-10-122-2/+4
* s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam2011-10-121-2/+1
* s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverseMichael Adam2011-10-121-1/+1
* s3-dbwrap_ctdb: fix the build.Günther Deschner2011-10-121-1/+4
* s3:dbwrap: remove m_all marshall buffer from ctdb transaction.Gregor Beck2011-10-121-23/+1
* s3:dbwrap: traverse records created within this transaction.Gregor Beck2011-10-121-1/+39
* s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam2011-10-112-4/+6
* s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam2011-10-113-13/+21
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-112-7/+11
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-113-10/+23
* s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael Adam2011-10-115-35/+40
* s3:messages: convert to use only dbwrap wrapper functionsMichael Adam2011-10-111-1/+1
* s3:conn_tdb: convert connections tdb to only use dbwrap wrapper functionsMichael Adam2011-10-111-13/+45