summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-10-31s3: Fix some nonempty blank linesVolker Lendecke1-5/+5
2011-10-31s3: Fix a commentVolker Lendecke1-1/+4
2011-10-28s3-smbldap: use tevent_context in smbldap.Günther Deschner1-9/+10
2011-10-27s3-ctdb: Fix ctdb_read_reqVolker Lendecke1-23/+17
2011-10-27s3-ctdb: Add debug to ctdb_processes_existVolker Lendecke1-0/+6
2011-10-27s3: Add serverids_existVolker Lendecke1-0/+34
2011-10-27s3: Add processes_existVolker Lendecke1-0/+66
2011-10-27s3-ctdb: Make ctdbd_process_exists use ctdbd_processes_existVolker Lendecke1-13/+8
2011-10-27s3-ctdb: Add ctdb_processes_existVolker Lendecke1-0/+98
2011-10-27s3-ctdb: Allow ctdb_read_req to read any reqidVolker Lendecke1-1/+1
2011-10-27s3-ctdb: Don't hand out 0 as reqidVolker Lendecke1-4/+13
2011-10-27s3: Fix some type-punned warningsVolker Lendecke1-4/+4
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider1-1/+1
2011-10-27Include uid_wrapper correctly.Andreas Schneider2-2/+1
2011-10-26s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher1-19/+0
2011-10-26s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2-20/+0
2011-10-26s3:lib: make_unix_date3() is the same as pull_dos_date3()Stefan Metzmacher1-5/+1
2011-10-26s3:lib: make_unix_date2() is the same as pull_dos_date2()Stefan Metzmacher1-7/+1
2011-10-26s3:lib: make_unix_date() is the same as pull_dos_date()Stefan Metzmacher1-19/+1
2011-10-25s3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher1-1/+1
2011-10-25s3:lib/addrchange.h: include libreplace headers before othersStefan Metzmacher1-2/+2
2011-10-25build: always include tevent with <tevent.h>Andrew Bartlett1-1/+1
2011-10-25build: always include talloc with <talloc.h>Andrew Bartlett1-1/+1
2011-10-21s3-waf: only compile common.c in netapi examples code once.Günther Deschner1-2/+8
2011-10-21s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.Günther Deschner1-2/+30
2011-10-21s3-netapi: fix missing include in examples code.Günther Deschner1-0/+2
2011-10-21s3:include: make smb_setlen() a macroStefan Metzmacher1-14/+0
2011-10-21build: compile (but do not install) netapi examplesAndrew Bartlett1-0/+64
2011-10-20s3-netapi Compile (but do not install) netapi testsAndrew Bartlett1-0/+6
2011-10-19s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher1-13/+0
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm1-1/+1
2011-10-14s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher1-3/+15
2011-10-14Fix sys_fseek wrapperBrad Smith1-0/+2
2011-10-13s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()Michael Adam1-1/+7
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett4-7/+46
2011-10-12s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck2-12/+24
2011-10-12s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck2-2/+4
2011-10-12s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam1-2/+1
2011-10-12s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverseMichael Adam1-1/+1
2011-10-12s3-dbwrap_ctdb: fix the build.Günther Deschner1-1/+4
2011-10-12s3:dbwrap: remove m_all marshall buffer from ctdb transaction.Gregor Beck1-23/+1
2011-10-12s3:dbwrap: traverse records created within this transaction.Gregor Beck1-1/+39
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam2-4/+6
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam3-13/+21
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2-7/+11
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam3-10/+23
2011-10-11s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael Adam5-35/+40
2011-10-11s3:messages: convert to use only dbwrap wrapper functionsMichael Adam1-1/+1
2011-10-11s3:conn_tdb: convert connections tdb to only use dbwrap wrapper functionsMichael Adam1-13/+45
2011-10-11s3:privileges: convert privileges.c to use dbwrap wrapper functions.Michael Adam1-8/+22