Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-12-05 | Fix attribute calculation for ntcreate&x | Volker Lendecke | 1 | -17/+21 |
2007-12-05 | Fix error returns | Volker Lendecke | 1 | -2/+12 |
2007-12-05 | Fix debugs | Volker Lendecke | 1 | -2/+18 |
2007-12-05 | Implement create_file() | Volker Lendecke | 1 | -706/+347 |
2007-12-05 | Reformatting, also allow quotas for transact_create | Volker Lendecke | 1 | -12/+38 |
2007-12-05 | Tiny refactorings | Volker Lendecke | 1 | -17/+12 |
2007-12-05 | Split out sd parsing | Volker Lendecke | 1 | -5/+33 |
2007-12-05 | Reformatting | Volker Lendecke | 1 | -9/+12 |
2007-12-05 | Align formatting, one TALLOC_FREE is enough | Volker Lendecke | 1 | -5/+5 |
2007-12-05 | Move pulling the ea list out of the way | Volker Lendecke | 1 | -14/+8 |
2007-12-05 | Reformatting | Volker Lendecke | 1 | -10/+12 |
2007-12-05 | Put posix semantic calculation in the same place in both routines | Volker Lendecke | 1 | -9/+9 |