Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-12-05 | Fix path length limits on cli_list (outgoing. Incoming | Jeremy Allison | 1 | -5/+16 |
2007-12-06 | Improve a debug message. | Michael Adam | 1 | -1/+1 |
2007-12-05 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simo | Simo Sorce | 1 | -79/+178 |
2007-12-05 | pstring removal. | Jeremy Allison | 1 | -79/+178 |
2007-12-05 | Merge commit 'origin/v3-2-test' into v3-2-simo | Simo Sorce | 2 | -212/+347 |
2007-12-05 | Fix warning | Simo Sorce | 1 | -1/+1 |
2007-12-05 | Remove arbitrary 1k limit on pathnames. Malloc them. | Jeremy Allison | 2 | -212/+347 |
2007-12-05 | * helper source for handling cifs kernel module upcall for kerberos | Igor Mammedov | 2 | -0/+347 |
2007-12-05 | * Adds support for cifs.spnego helper into configure and Makefile.in | Igor Mammedov | 2 | -3/+59 |
2007-12-05 | Compile fix to the automount support. Patch from GlaDiaC. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-12-05 | Fix a debug message (missing newline). | Michael Adam | 1 | -1/+1 |
2007-12-05 | There's no point in passing down a 0 | Volker Lendecke | 2 | -19/+27 |
2007-12-05 | remove some statics | Volker Lendecke | 4 | -66/+72 |
2007-12-05 | Remove some globals | Volker Lendecke | 13 | -50/+91 |
2007-12-05 | Make share_info_db_init static | Volker Lendecke | 1 | -1/+1 |
2007-12-05 | Remove a static, and "signal_received" needs to be sig_atomic_t | Volker Lendecke | 1 | -15/+18 |
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 |