Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4217: Fix open_any_socket_out. | Volker Lendecke | 1 | -13/+27 |
2007-10-10 | r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the locale | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's be... | Jeremy Allison | 2 | -12/+6 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 36 | -192/+355 |
2007-10-10 | r4032: Fix bug #2110 - ensure we convert to ucs2 correctly. | Jeremy Allison | 2 | -12/+11 |
2007-10-10 | r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100, | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r3944: Fix the problem we get on Linux where sendfile fails, but we've alread... | Jeremy Allison | 1 | -2/+26 |
2007-10-10 | r3940: typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r3857: Shut up gcc about erroneous "used uninitialised" warning. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r3843: If a connection to a DC is requested, open connections simultaeneously... | Volker Lendecke | 1 | -0/+136 |
2007-10-10 | r3705: Nobody has commented, so I'll take this as an ack... | Volker Lendecke | 2 | -13/+93 |
2007-10-10 | r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nss | Volker Lendecke | 1 | -0/+43 |
2007-10-10 | r3693: Correctly detect errno for no acl/ea support. | Jeremy Allison | 1 | -0/+20 |
2007-10-10 | r3650: Allow to call spoolss-server as "localhost". | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to | Jeremy Allison | 1 | -0/+65 |
2007-10-10 | r3563: During a typical logon a modern workstation makes a lot of anonymous s... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r3561: Since we have tdb_reopen_all() after all forks, the local_pid logic is... | Volker Lendecke | 1 | -4/+1 |
2007-10-10 | r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta... | Gerald Carter | 1 | -3/+5 |
2007-10-10 | r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway... | Andrew Bartlett | 2 | -12/+63 |
2007-10-10 | r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It is | Andrew Tridgell | 2 | -11/+22 |
2007-10-10 | r2813: Fix the build. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r2778: merged the new samba4 ms_fnmatch code to Samba3. Thanks to Rusty | Andrew Tridgell | 1 | -176/+131 |
2007-10-10 | r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re... | Gerald Carter | 1 | -7/+45 |
2007-10-10 | r2729: Fix ldapsam_compat homeDrive. Thanks to jason@env.leeds.ac.uk | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC | Jeremy Allison | 1 | -0/+26 |
2007-10-10 | r2610: Even if we only use the fast-path (ascii only) then | Jeremy Allison | 1 | -0/+21 |
2007-10-10 | r2605: Fix stupid typo in back-port of Samba4 fix. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2599: avoid free()ing our static unalloceted memory that ends up in memory c... | Simo Sorce | 1 | -1/+6 |
2007-10-10 | r2578: Pick up optimisation from Samba4 - thanks tridge ! | Jeremy Allison | 1 | -0/+12 |
2007-10-10 | r2444: Based on jmcd's patch, implement special lists for the ldap user attri... | Volker Lendecke | 1 | -0/+48 |
2007-10-10 | r2392: Steal the nicer error message from Samba4 :-). | Jeremy Allison | 1 | -8/+12 |
2007-10-10 | r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto. | Jeremy Allison | 1 | -5/+8 |
2007-10-10 | r2331: check password script code and example from trunk | Simo Sorce | 1 | -1/+122 |
2007-10-10 | r2258: Attempt to fix Bug 1715. Not sure if all of ldapsam_compat works now, ... | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type,... | Paul Green | 1 | -4/+4 |
2007-10-10 | r2213: Optimisation. Passes masktest against W2K3. | Jeremy Allison | 1 | -0/+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 | r2155: Reformat, plus steal from Samba4 :-). | Jeremy Allison | 1 | -233/+259 |
2007-10-10 | r2133: Several fixes: | Gerald Carter | 1 | -6/+2 |
2007-10-10 | r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ... | Jeremy Allison | 2 | -29/+60 |
2007-10-10 | r2111: Fix memleak with valid names. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r2070: Let's try to overload srnlen and strndup for AIX where they are natly ... | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 1 | -316/+0 |
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 | r1890: Cut down on debug messages from is_in_path. paulg | Paul Green | 1 | -3/+2 |
2007-10-10 | r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ... | Gerald Carter | 1 | -2/+4 |