Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r2125: the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I ↵ | Andrew Tridgell | 1 | -13/+11 | |
have removed it. - lp_use_mmap() is really meant to cope with systems that have broken mmap coherence, but map_file() doesn't need coherence, as its maps read only - map_file() is used to map the charset files before loadparm has loaded, so lp_use_mmap() is always returning false for the major use of map_file() (This used to be commit dbe786f61e3de0758f95f2abd1b15a4c320432ca) | |||||
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit b5378803fdcb3b3afe7c2932a38828e83470f61a) | |||||
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+531 | |
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f) |