Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | Some C++ fixes | Volker Lendecke | 1 | -3/+3 |
2007-12-21 | Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-12-21 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-12-21 | Add a global cache | Volker Lendecke | 1 | -0/+6 |
2007-12-20 | Fix typo in filesystem capabilities bits. | James Peach | 1 | -3/+1 |
2007-12-20 | Attempt to fix the build | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Fix a couple of warnings in mDNS registration. One of these is an | James Peach | 1 | -2/+1 |
2007-12-19 | Add filesystem capabilities bitmask to statfs info. | James Peach | 1 | -0/+85 |
2007-12-19 | Expose per-fsp extension talloc context. | James Peach | 1 | -2/+14 |
2007-12-19 | Release per-fsp data on file closure. | James Peach | 1 | -0/+5 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 3 | -64/+7 |
2007-12-19 | Split get_nt_acl() into two functions: fsp- and non-fsp variant. | Michael Adam | 1 | -63/+148 |
2007-12-19 | Remove the "is_directory" parameter from canonicalise_acl(): | Michael Adam | 1 | -7/+9 |
2007-12-19 | Change canonicalise_acl() to not take an fsp. | Michael Adam | 1 | -8/+15 |
2007-12-19 | Change ensure_canon_entry_valid() to not take and fsp. | Michael Adam | 1 | -10/+11 |
2007-12-19 | Change apply_default_perms() to not take an fsp. | Michael Adam | 1 | -14/+15 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 4 | -6/+18 |
2007-12-18 | Remove last_message completely as it's no longer used. | Jeremy Allison | 2 | -9/+0 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 4 | -200/+112 |
2007-12-17 | Remove more static fstrings (yes this little cache should be | Jeremy Allison | 1 | -19/+49 |
2007-12-17 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 1 | -7/+7 |
2007-12-16 | Remove a static fstring. | Jeremy Allison | 1 | -20/+30 |
2007-12-16 | make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdesc | Volker Lendecke | 1 | -87/+46 |
2007-12-15 | More work on bug #5082, use LC_ALL as this takes | Jeremy Allison | 1 | -2/+2 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 5 | -20/+20 |
2007-12-14 | Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl... | Jeremy Allison | 1 | -1/+9 |
2007-12-13 | Move dns_sd.h include to fix the build. | James Peach | 1 | -3/+4 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 2 | -9/+253 |
2007-12-11 | separate out create_file_unixpath() | Volker Lendecke | 1 | -171/+242 |
2007-12-11 | Move more stuff out of the way | Volker Lendecke | 1 | -7/+7 |
2007-12-11 | Move INTERNAL_OPEN_ONLY calculation out of the way | Volker Lendecke | 1 | -4/+4 |
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -9/+8 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2 | -4/+4 |
2007-12-10 | Simplify add_session_user | Volker Lendecke | 1 | -33/+25 |
2007-12-10 | Increase debug level | Volker Lendecke | 1 | -1/+1 |
2007-12-10 | Move stuff from data to text | Volker Lendecke | 1 | -2/+2 |
2007-12-10 | int->bool | Volker Lendecke | 1 | -2/+2 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-09 | Get rid of the msgbuf[1600] | Volker Lendecke | 1 | -98/+132 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 3 | -38/+81 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 2 | -4/+4 |
2007-12-07 | Attempt to fix make test :-) | Volker Lendecke | 1 | -2/+2 |
2007-12-07 | Pass only internal oplock request values to create_file | Volker Lendecke | 2 | -46/+71 |
2007-12-07 | More parameter shuffling | Volker Lendecke | 2 | -5/+5 |
2007-12-07 | Re-arrange create_file() parameters | Volker Lendecke | 2 | -5/+5 |
2007-12-07 | Make fname arg to create_file a "const char *" | Volker Lendecke | 1 | -6/+15 |
2007-12-05 | There's no point in passing down a 0 | Volker Lendecke | 2 | -19/+27 |
2007-12-05 | Move create_file to open.c | Volker Lendecke | 2 | -477/+475 |
2007-12-05 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-12-05 | Fix debug | Volker Lendecke | 1 | -2/+8 |