Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r22406: this dependencies should also be private | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22258: make ntvfs a library again | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r22200: make ntvfs a subsystem as linking ntvfs.so.1 uses | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r19676: Fix some more dependencies. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r18564: update for cifs unix/posix extensions stub version to build and begin... | Steve French | 1 | -5/+5 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r18137: more LIBREPLACE deps | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r15716: disable the cifs_posix ntvfs backend as it will not be updated | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple... | Steve French | 1 | -1/+13 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r14964: - move sidmap code from ntvfs_common to SAMDB | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r14877: added support for the kernel inotify mechanism. This passes basic | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14835: split out the config rules for the ntvfs/common/ directory | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r14640: Fix dependency | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14616: added notify change support to the posix backend | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14569: Make more functions public. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13899: Get the shared library build building again. Just compiles for now, | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13658: More moving around of files: | Jelmer Vernooij | 1 | -11/+4 |
2007-10-10 | r13210: Revert my named pipes patch until it passes not just 'make quicktest'... | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r13208: Clearly separate named pipes from the IPC$ NTVFS type. | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -11/+9 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11534: Consider ntvfs as a library | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -15/+17 |
2007-10-10 | r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2573: - added a configure test for nanosecond time resolution in struct stat | Andrew Tridgell | 1 | -24/+1 |
2007-10-10 | r2524: a simple pvfs rename implementation to make testing easier | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2436: the second big lump of posix vfs code. | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r2404: the first large lump of posix vfs stuff. | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r1470: Get the smb_trans2 structure out of the rap_cli_call struct. | Volker Lendecke | 1 | -1/+4 |
2007-10-10 | r766: convert ntvfs/* to a config.mk file | Stefan Metzmacher | 1 | -0/+65 |