Age | Commit message (Expand) | Author | Files | Lines |
2007-12-17 | More static fstring removal. | Jeremy Allison | 1 | -33/+116 |
2007-12-18 | Fix logic error in cm_connect_sam(). | Michael Adam | 1 | -1/+0 |
2007-12-18 | Prevent another segfault. | Michael Adam | 1 | -1/+3 |
2007-12-17 | Use the %*s feature of snprintf to remove anothe static fstring. | Jeremy Allison | 3 | -31/+26 |
2007-12-17 | Fix a segv in winbindd caused by trying to free an fstring. | Gerald (Jerry) Carter | 1 | -2/+6 |
2007-12-17 | Do not close netlogon pipe in get_schannel_session_key_common(). | Michael Adam | 1 | -1/+0 |
2007-12-17 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simo | Simo Sorce | 3 | -7/+12 |
2007-12-17 | While 'data' is usually 0 terminated, nothing in the spec requires that. The ... | Simo Sorce | 1 | -1/+4 |
2007-12-17 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 3 | -7/+12 |
2007-12-17 | Merge in J.Layton patch and resolve conflict. | Simo Sorce | 1 | -26/+64 |
2007-12-17 | Remove direct caller of secrets_fetch_trusted_domain_password(). | Michael Adam | 1 | -1/+1 |
2007-12-17 | Reformat: Remove trailing spaces. | Michael Adam | 1 | -47/+47 |
2007-12-17 | Make usage message for net sam rights list a little more precise. | Michael Adam | 1 | -1/+1 |
2007-12-17 | Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. | Michael Adam | 2 | -22/+60 |
2007-12-17 | Fix flags in caller of lookup_name() in create_builtin_administrators(). | Michael Adam | 1 | -1/+2 |
2007-12-17 | Fix flags in all callers of lookup_name() in net_sam.c. | Michael Adam | 1 | -16/+16 |
2007-12-17 | Fix flags in call of lookup_name() in srv_samr_nt.c: can_create(). | Michael Adam | 1 | -2/+2 |
2007-12-17 | Fix flags in call of lookup_name() in pdb_default_create_alias(). | Michael Adam | 1 | -1/+1 |
2007-12-17 | Add combined flag LOOKUP_NAME_LOCAL. | Michael Adam | 1 | -0/+4 |
2007-12-17 | Remove t_doschar.c | Volker Lendecke | 2 | -46/+0 |
2007-12-16 | Remove another static string and static passwd. | Jeremy Allison | 1 | -19/+22 |
2007-12-16 | Remove a static fstring. | Jeremy Allison | 1 | -20/+30 |
2007-12-16 | get rid of doschar_table[] | Volker Lendecke | 1 | -54/+4 |
2007-12-16 | Tiny fixes to init_valid_table() | Volker Lendecke | 1 | -2/+2 |
2007-12-16 | Make init_doschar_table() static | Volker Lendecke | 2 | -2/+3 |
2007-12-16 | Make check_dos_char static | Volker Lendecke | 1 | -1/+1 |
2007-12-16 | make use of unmarshall_sec_desc | Volker Lendecke | 1 | -19/+12 |
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-16 | Cut down memory usage of registry initialization | Volker Lendecke | 2 | -28/+39 |
2007-12-16 | Remove a static fstring | Volker Lendecke | 1 | -12/+20 |
2007-12-16 | Make smb_np_struct talloc'ed | Volker Lendecke | 2 | -9/+12 |
2007-12-16 | Remove unused code | Volker Lendecke | 1 | -14/+0 |
2007-12-15 | Doh, fix typo in error exit. | Jeremy Allison | 1 | -2/+2 |
2007-12-15 | Added patch originally by Andreas Schneider <anschneider@suse.de> | Jeremy Allison | 3 | -8/+118 |
2007-12-15 | Cope with valgrind > 3.2.x. | Jeremy Allison | 1 | -0/+4 |
2007-12-15 | More work on bug #5082, use LC_ALL as this takes | Jeremy Allison | 1 | -2/+2 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 38 | -126/+135 |
2007-12-15 | Use dom_sid_string for sid_string_talloc | Volker Lendecke | 2 | -29/+17 |
2007-12-15 | sid_string_static is no more :-) | Volker Lendecke | 1 | -11/+8 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 13 | -37/+71 |
2007-12-15 | Use sid_to_string directly | Volker Lendecke | 5 | -12/+9 |
2007-12-15 | Replace sid_string_static with sid_string_tos | Volker Lendecke | 12 | -41/+44 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 4 | -34/+41 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 54 | -349/+330 |
2007-12-15 | Add sid_string_dbg | Volker Lendecke | 1 | -0/+5 |
2007-12-15 | Add debug_ctx according to an idea by Tridge | Volker Lendecke | 1 | -0/+14 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 3 | -19/+22 |
2007-12-15 | add sid_string_talloc | Volker Lendecke | 1 | -2/+10 |
2007-12-15 | Fix a segfault | Volker Lendecke | 1 | -2/+2 |
2007-12-14 | Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl... | Jeremy Allison | 1 | -1/+9 |