Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 2 | -2/+1 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 2 | -4/+8 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 2 | -4/+2 |
2007-10-10 | r15797: fixed a notify bug, where a notify_remove() is beyond the current max | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r15614: the byte range locking error handling caches the last failed lock | Stefan Metzmacher | 1 | -43/+89 |
2007-10-10 | r15613: the snum doesn't identify the tcon, but the brl_context pointer does | Stefan Metzmacher | 1 | -10/+9 |
2007-10-10 | r15612: look at the lock_type and not at the notify_ptr being NULL or not | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15048: started on the server side implementation of oplocks. The code is not | Andrew Tridgell | 1 | -22/+83 |
2007-10-10 | r14993: Make subsystems again | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r14966: make more functions _PUBLIC_ | Stefan Metzmacher | 1 | -19/+19 |
2007-10-10 | r14964: - move sidmap code from ntvfs_common to SAMDB | Stefan Metzmacher | 4 | -574/+43 |
2007-10-10 | r14960: don't declare variables mid-function | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14959: allow change notify to be disabled completely using | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r14956: change the notify search to be much more efficient by using a | Andrew Tridgell | 1 | -83/+167 |
2007-10-10 | r14951: - remove unused var 'path' | Stefan Metzmacher | 1 | -12/+7 |
2007-10-10 | r14945: allow the notify backend to be specified per share | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14939: don't use a void pointer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14920: allow a notify backend to separately specify if it has handled the | Andrew Tridgell | 1 | -21/+40 |
2007-10-10 | r14918: cleaner handling of systems without inotify | Andrew Tridgell | 1 | -24/+33 |
2007-10-10 | r14877: added support for the kernel inotify mechanism. This passes basic | Andrew Tridgell | 1 | -48/+89 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14838: fix the build. Looks like I still haven't quite got the hang of the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14835: split out the config rules for the ntvfs/common/ directory | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r14822: if we use the snum used by the lp_* functions instead of the wire TID, | Stefan Metzmacher | 1 | -10/+10 |
2007-10-10 | r14805: use tdb_lock_bystring() to prevent race conditions in notify add/remove | Andrew Tridgell | 1 | -5/+56 |
2007-10-10 | r14803: copy with the root directory, which has /. on the end of the path | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r14800: use tdb_get_seqnum() in the change notify code to avoid reloading the | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r14797: added checking of the filter in notify requests | Andrew Tridgell | 1 | -5/+9 |
2007-10-10 | r14755: the change notify code now passes most of the RAW-NOTIFY test. Still | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 2 | -2/+1 |
2007-10-10 | r14616: added notify change support to the posix backend | Andrew Tridgell | 1 | -0/+402 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE | Andrew Tridgell | 1 | -233/+241 |
2007-10-10 | r13708: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r13701: removed some unnecessary casts | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r13658: More moving around of files: | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r13281: Use TALLOC_CTX * not a void *, and use tmp_ctx as the name for consis... | Andrew Bartlett | 1 | -58/+59 |
2007-10-10 | r13276: start to work towards the BASE-DELETE test passing. This change | Andrew Tridgell | 1 | -11/+22 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 2 | -2/+3 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10148: Use samdb_base_dn() to find the local domain. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -71/+26 |
2007-10-10 | r7621: Trivial reformatting while trying to understand share modes. Still sur... | Volker Lendecke | 1 | -21/+16 |