Age | Commit message (Expand) | Author | Files | Lines |
2012-06-19 | lib/tdb_wrap: use tdb directly, not tdb_compat. | Rusty Russell | 1 | -2/+1 |
2012-06-13 | s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointers | Stefan Metzmacher | 1 | -31/+31 |
2012-06-10 | s4/pvfs: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFO... | Björn Jacke | 1 | -1/+22 |
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 5 | -15/+12 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 1 | -1/+1 |
2012-05-14 | move the dbwrap library to the top level | Michael Adam | 1 | -3/+3 |
2012-04-18 | s4-python: Add python wrapper for xattr_tdb format xattr storage | Andrew Bartlett | 3 | -21/+185 |
2012-04-03 | s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally useful | Andrew Bartlett | 5 | -38/+100 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 3 | -3/+3 |
2012-02-07 | pyxattr_tdb: Remove pointless check for blob.length < 0. | Jelmer Vernooij | 1 | -1/+1 |
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 2 | -7/+7 |
2011-12-01 | s4-ntvfs: added allow_override check based on use of NT ACL | Andrew Tridgell | 10 | -41/+59 |
2011-12-01 | s4-ntvfs: fixed a unix ACL mapping bug | Andrew Tridgell | 1 | -21/+25 |
2011-10-28 | lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run | Andrew Bartlett | 1 | -2/+2 |
2011-10-28 | lib/util Rename samba_init_module_fn -> samba_module_init_fn | Andrew Bartlett | 1 | -2/+2 |
2011-10-28 | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 2 | -2/+2 |
2011-10-28 | lib/util Rename load_samba_modules -> samba_modules_load | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | lib/util Rename run_init_functions -> samba_init_module_fns_run | Andrew Bartlett | 1 | -2/+2 |
2011-10-28 | lib/util Rename init_module_fn to samba_init_module_fn | Andrew Bartlett | 1 | -2/+2 |
2011-10-27 | Include uid_wrapper correctly. | Andreas Schneider | 1 | -9/+1 |
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 1 | -1/+1 |
2011-10-13 | lib/util: Add back control of mmap and hash size in tdb for top level build | Andrew Bartlett | 2 | -3/+6 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 2 | -1/+2 |
2011-09-23 | python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it... | Matthieu Patou | 1 | -2/+4 |
2011-09-23 | pys4: really return an exception if the status if not correct | Matthieu Patou | 1 | -4/+2 |
2011-09-05 | s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/ | Stefan Metzmacher | 4 | -8/+8 |
2011-09-05 | s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/ | Stefan Metzmacher | 7 | -8/+8 |
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-13 | s4:ntvfs: use tevent_ fn names instead of legacy event_ ones | Simo Sorce | 4 | -5/+5 |
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_delete: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 3 | -3/+3 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -1/+1 |
2011-06-16 | s4:ntvfs subsystems - rework it using concrete enum values | Matthias Dieter Wallnöfer | 2 | -2/+10 |
2011-06-09 | s4:ntvfs subsystem - quiet enum warnings | Matthias Dieter Wallnöfer | 2 | -8/+5 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 2 | -3/+3 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 2 | -2/+2 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_msec | Rusty Russell | 1 | -2/+1 |
2011-05-08 | s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3 | Andrew Bartlett | 4 | -13/+13 |
2011-05-06 | lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbol | Andrew Bartlett | 1 | -4/+4 |
2011-05-06 | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 3 | -3/+3 |
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 2 | -10/+10 |
2011-03-22 | s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create() | Stefan Metzmacher | 1 | -1/+1 |
2011-03-21 | s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILD | Stefan Metzmacher | 1 | -10/+58 |
2011-03-19 | source4/ntvfs/posix: Fix prototypes for all functions. | Jelmer Vernooij | 4 | -0/+8 |
2011-02-28 | ntvfs: Add some missing dependencies on tevent/events. | Jelmer Vernooij | 1 | -3/+4 |
2011-02-28 | Use <tdb.h> to include tdb, so the system include file gets used when buildin... | Jelmer Vernooij | 2 | -2/+2 |
2011-02-15 | s4: Don't grant level II oplock to a file with byte-range locks. | Pavel Shilovsky | 1 | -1/+11 |