Age | Commit message (Expand) | Author | Files | Lines |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 2 | -7/+7 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 4 | -4/+4 |
2011-06-09 | librpc/idr Use the Samba3 notify.idl in common. | Andrew Bartlett | 1 | -1/+1 |
2011-05-08 | s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3 | Andrew Bartlett | 3 | -11/+11 |
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 | 6 | -25/+25 |
2011-03-19 | source4/ntvfs: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+2 |
2011-02-28 | Use <tdb.h> to include tdb, so the system include file gets used when buildin... | Jelmer Vernooij | 4 | -4/+4 |
2011-02-15 | s4: Don't grant level II oplock to a file with byte-range locks. | Pavel Shilovsky | 3 | -1/+41 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -11/+0 |
2010-05-24 | s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDL | Andrew Bartlett | 1 | -1/+1 |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2 | -9/+6 |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -4/+0 |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 1 | -0/+2 |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+10 |
2010-02-13 | s4-ntvfs: use TYPESAFE_QSORT() in notify code | Andrew Tridgell | 1 | -3/+2 |
2009-11-27 | s4-ntvfs: move valid lock range test from smb2 layer to generic code | Andrew Tridgell | 1 | -0/+19 |
2009-02-02 | s4:ntvfs/common: s/private/private_data | Stefan Metzmacher | 3 | -10/+10 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-12-29 | s4:cluster: remove old/broken ctdb code | Stefan Metzmacher | 2 | -6/+1 |
2008-12-29 | s4: Revert "r24284: change brlock_tdb.c to use the dbwrap API. This actually ... | Stefan Metzmacher | 2 | -72/+101 |
2008-12-23 | Use 32-bit smbpid in interface as required by SMB2, in line with | Jelmer Vernooij | 2 | -5/+5 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 4 | -4/+4 |
2008-06-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 3 | -16/+68 |
2008-06-03 | opendb: add write time handling | Stefan Metzmacher | 3 | -16/+68 |
2008-06-02 | smbpid needs to be 32 bit now to cope with SMB2 | Andrew Tridgell | 2 | -5/+5 |
2008-05-18 | Fix a bunch of dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+2 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-17 | Explicitly require event context to be specified. | Jelmer Vernooij | 1 | -0/+4 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -11/+4 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 2 | -15/+15 |
2008-03-27 | Fix references to ntvfs share config | Andrew Bartlett | 1 | -1/+1 |
2008-03-27 | Make oplocks a per-share option. | Andrew Bartlett | 1 | -2/+1 |
2008-03-12 | opendb_tdb: use sys_lease to setup kernel oplocks | Stefan Metzmacher | 2 | -9/+42 |
2008-03-12 | opendb: pass down a pointer to the fd in odb_open_file() | Stefan Metzmacher | 3 | -4/+6 |
2008-03-08 | opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lock | Stefan Metzmacher | 1 | -135/+109 |
2008-03-08 | opendb_tdb: correctly initialize modified to false | Stefan Metzmacher | 1 | -1/+1 |
2008-03-07 | opendb: force odb_can_open() before odb_open_file() | Stefan Metzmacher | 3 | -65/+72 |
2008-03-07 | opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s... | Stefan Metzmacher | 1 | -5/+8 |
2008-03-06 | opendb: add allow_level_II_oplock parameter to odb_open_file() | Stefan Metzmacher | 3 | -12/+25 |
2008-02-29 | opendb: add odb_get_path() | Stefan Metzmacher | 3 | -0/+29 |
2008-02-28 | Merge branch 'v4-0-trivial' into v4-0-test | Jelmer Vernooij | 1 | -4/+6 |
2008-02-28 | opendb: only return delete_on_close on odb_get_delete_on_close() | Stefan Metzmacher | 3 | -18/+6 |
2008-02-28 | opendb: return the path that should be deleted in odb_close_file() | Stefan Metzmacher | 3 | -5/+18 |
2008-02-27 | opendb_tdb: EXCLUSIVE oplock use the same matching logic | Stefan Metzmacher | 1 | -3/+21 |
2008-02-27 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 3 | -115/+314 |
2008-02-26 | opendb_tdb: with break_to_none attribute only opens also break oplocks | Stefan Metzmacher | 1 | -2/+9 |