Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2007-12-05 | Tiny refactoring | Volker Lendecke | 1 | -6/+8 |
2007-12-05 | Tiny refactoring | Volker Lendecke | 1 | -3/+3 |
2007-12-05 | TALLOC_FREE early | Volker Lendecke | 1 | -4/+10 |
2007-12-05 | consolidate srvstr_get_path in ntcreate_and_X | Volker Lendecke | 1 | -89/+59 |
2007-12-05 | Tiny refactoring | Volker Lendecke | 1 | -3/+2 |
2007-12-05 | tiny refactoring | Volker Lendecke | 1 | -4/+5 |
2007-12-05 | add SESSSETUP_BENCH | Volker Lendecke | 1 | -0/+41 |
2007-12-04 | More pstring removal. | Jeremy Allison | 1 | -6/+15 |
2007-12-04 | Fix sample gtk code. Does this compile ? | Jeremy Allison | 1 | -38/+40 |
2007-12-04 | Ok, down to just the client/*.c code now. | Jeremy Allison | 2 | -35/+52 |
2007-12-04 | Remove pstring from automount lookups. Remove premature optimization. | Jeremy Allison | 2 | -72/+60 |
2007-12-04 | Remove tok pstring from util_str.c | Jeremy Allison | 2 | -44/+40 |
2007-12-04 | pull_ascii_pstring is gone. | Jeremy Allison | 4 | -20/+21 |
2007-12-04 | The usual !pstring... | Jeremy Allison | 5 | -57/+61 |
2007-12-04 | More pstring elimination. | Jeremy Allison | 1 | -2/+3 |
2007-12-04 | Remove pstrings. | Jeremy Allison | 1 | -84/+166 |
2007-12-04 | Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc(). | Jeremy Allison | 2 | -15/+40 |
2007-12-04 | Remove pstr_sprintf. Replace with snprintf. | Jeremy Allison | 1 | -46/+72 |
2007-12-04 | Back to pstring removal. | Jeremy Allison | 1 | -12/+27 |
2007-12-04 | Fix signing bug found by Volker. That one was *subtle*. | Jeremy Allison | 2 | -88/+5 |
2007-12-04 | Fix crash bug with vl's new trans handling in old transs | Jeremy Allison | 1 | -5/+6 |
2007-12-03 | Gone from usershare. | Jeremy Allison | 1 | -61/+151 |
2007-12-03 | Don't forget to delete the stackframe. | Jeremy Allison | 1 | -0/+1 |
2007-12-03 | Getting to the home stretch for elimination of pstrings... | Jeremy Allison | 9 | -159/+238 |
2007-12-03 | Remove more pstrings, from the winbindd protocol def and | Jeremy Allison | 4 | -15/+16 |
2007-12-03 | Make strhex_to_str clear on string limits. Remove pstring from web/*.c | Jeremy Allison | 7 | -98/+138 |
2007-12-03 | Fix the build. fstrterminate was used in one place. | Jeremy Allison | 1 | -2/+2 |
2007-12-03 | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 4 | -81/+35 |
2007-12-03 | Change tdb_unpack "P" to return a malloc'ed string rather | Jeremy Allison | 4 | -15/+29 |
2007-12-03 | Last pstring here. | Jeremy Allison | 1 | -4/+6 |
2007-12-03 | Remove pstring from clirap2 by completely rewriting the damn | Jeremy Allison | 2 | -1687/+2216 |
2007-12-03 | Fix shutdown callers. | Günther Deschner | 1 | -6/+7 |
2007-12-03 | Fix wkssvc callers. | Günther Deschner | 2 | -8/+7 |
2007-12-03 | Fix dfs callers. | Günther Deschner | 1 | -42/+56 |
2007-12-03 | Fix svcctl callers. | Günther Deschner | 2 | -11/+11 |