Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2177: use the correct counter when copying group rids from the user_info3 st... | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m... | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r2163: converted samba3 to use the new utf-16 aware iconv code. Also changed | Andrew Tridgell | 1 | -64/+208 |
2007-10-10 | r2160: fixed the uuid pack/unpack routines (they could go past the end of the... | Andrew Tridgell | 1 | -52/+14 |
2007-10-10 | r2157: This parameter in loadparm appears compleatly unused. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r2155: Reformat, plus steal from Samba4 :-). | Jeremy Allison | 1 | -233/+259 |
2007-10-10 | r2152: Fix for bug #1674, move the symlinks checks into reduce_name(). | Jeremy Allison | 2 | -40/+20 |
2007-10-10 | r2150: Fix parsing of names ending in dot and a few other error returns | Jeremy Allison | 1 | -16/+11 |
2007-10-10 | r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2137: This is a patch I've been running at Hawker for a while. | Andrew Bartlett | 1 | -19/+29 |
2007-10-10 | r2135: BUG 1464: make sure that printing commands are initialized even if the... | Gerald Carter | 1 | -3/+2 |
2007-10-10 | r2133: Several fixes: | Gerald Carter | 9 | -266/+275 |
2007-10-10 | r2131: Fixup format string. The magic value format specifier was missing, so | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r2116: Ensure statcache has large enough tdb memory hash size (1031). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ... | Jeremy Allison | 5 | -39/+69 |
2007-10-10 | r2112: Simplify the mangle hash code to use an in-memory tdb. | Jeremy Allison | 4 | -167/+59 |
2007-10-10 | r2111: Fix memleak with valid names. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid.... | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r2091: only use sAMAccountName and not userPrincipalName since the breaks win... | Gerald Carter | 1 | -0/+6 |
2007-10-10 | r2090: fix formatting that was bugging me | Gerald Carter | 1 | -36/+18 |
2007-10-10 | r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ... | Gerald Carter | 3 | -4/+13 |
2007-10-10 | r2083: Fix memleak on return code path. | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r2082: lp_path should be lp_pathname. | Jeremy Allison | 2 | -2/+3 |
2007-10-10 | r2080: Remove last traces of static migration to localhost. Needed to allow a | Günther Deschner | 4 | -24/+31 |
2007-10-10 | r2079: Clear the publish-bit from the attributes-mask when migrating | Günther Deschner | 1 | -0/+6 |
2007-10-10 | r2077: fix logic bug in the check for creating a user's home directory in reg... | Gerald Carter | 2 | -11/+18 |
2007-10-10 | r2076: Removed old dir caching code - not being used now we have the | Jeremy Allison | 4 | -127/+3 |
2007-10-10 | r2073: Adding getprinter level 7 to rpcclient. | Günther Deschner | 3 | -0/+40 |
2007-10-10 | r2070: Let's try to overload srnlen and strndup for AIX where they are natly ... | Simo Sorce | 2 | -2/+4 |
2007-10-10 | r2068: Use SMB_ASSERT to track down empty printername (thanks jerry). | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r2067: Prevent nameless $LIBDIR/printing/.tdb from beeing created. | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r2057: Although rarely used, prevent "net lookup kdc" from segfaulting when | Günther Deschner | 2 | -1/+12 |
2007-10-10 | r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope... | Jeremy Allison | 4 | -33/+21 |
2007-10-10 | r2027: Fix for but #1657, used initialized variable, from | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 7 | -493/+100 |
2007-10-10 | r2023: If there's garbage in the pidfile, we should not panic but assume that... | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r2022: Add net_copy_fileattr as a separate function to copy just ACLs, attrs | Günther Deschner | 1 | -101/+198 |
2007-10-10 | r2018: updating syntax for enable-cups check | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2016: Add message to ease access-control-debugging. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r2015: Reverting fix for #1474. | Günther Deschner | 1 | -8/+4 |
2007-10-10 | r2014: BUG 1656: rename auto.a to auto.smb | Gerald Carter | 1 | -5/+1 |
2007-10-10 | r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2009: compile-fix for #1626 (spotted by Olaf Flebbe | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r2007: Fix typo in Jeremy's copyright. From the output of cvs annotate a year | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2006: Fix bug 1653 discovered by Luke Mewburn. The script code to generate the | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2001: Fix bug 1622. Thanks to Qiao Yang for the patch and Sven Thomsen for t... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r1980: Re-apply (remember to remove entry from list on delete this time :-). | Jeremy Allison | 1 | -49/+25 |
2007-10-10 | r1978: Roll it back until I do it right.... :-). | Jeremy Allison | 1 | -24/+49 |
2007-10-10 | r1976: Simplify, use standard dlist interface. | Jeremy Allison | 1 | -49/+24 |
2007-10-10 | r1974: Just use a simple linked list for this. | Jeremy Allison | 1 | -7/+5 |