Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-12-14 | selftest: reenable wbinfo tests and pass --configfile instead of -s | Stefan Metzmacher | 3 | -3/+3 |
2007-12-14 | wbinfo: use POPT_COMMON_CONFIGFILE | Stefan Metzmacher | 1 | -10/+12 |
2007-12-14 | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 2 | -0/+8 |
2007-12-14 | selftest: disable wbinfo tests | Stefan Metzmacher | 1 | -1/+1 |
2007-12-14 | selftest: add a bunch of wbinfo based tests for winbindd | Stefan Metzmacher | 2 | -0/+49 |
2007-12-14 | selftest: move workgroup name into WORKGROUP envvar | Stefan Metzmacher | 1 | -2/+3 |
2007-12-14 | Revert smbclient changes. | Karolin Seeger | 1 | -5/+0 |
2007-12-14 | Make smbclient to display error message and usage in the case of invalid opti... | Karolin Seeger | 1 | -0/+5 |
2007-12-14 | winbindd: move domain child specific stuff into its own file | Stefan Metzmacher | 7 | -114/+133 |
2007-12-14 | Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna... | Stefan Metzmacher | 2 | -60/+22 |
2007-12-14 | debug: fix crash bug when DEBUG() is used before setup_logging() | Stefan Metzmacher | 1 | -0/+4 |
2007-12-13 | Move dns_sd.h include to fix the build. | James Peach | 1 | -3/+4 |
2007-12-13 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 14 | -235/+384 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 4 | -9/+268 |
2007-12-13 | We don't need to call endpwent if we never call getpwent. | Jeremy Allison | 1 | -2/+0 |
2007-12-13 | Add a varient of Steve Langasek <vorlon@debian.org> patch | Jeremy Allison | 1 | -10/+59 |
2007-12-13 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -1/+1 |
2007-12-13 | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2. | Jeremy Allison | 2 | -0/+12 |
2007-12-13 | Fix typo in debug statement. | Michael Adam | 1 | -1/+1 |
2007-12-13 | Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build. | Alexander Bokovoy | 1 | -2/+2 |
2007-12-13 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Alexander Bokovoy | 8 | -214/+308 |