Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2444: Based on jmcd's patch, implement special lists for the ldap user attri... | Volker Lendecke | 3 | -6/+77 |
2007-10-10 | r2440: Use sys_fork instead of fork for the dual daemon so that we get the | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r2420: Way back at the 1st SambaXP, Simo pointed out a subtle bug related to the | Christopher R. Hertel | 2 | -18/+81 |
2007-10-10 | r2413: Arggg. Stupid, stupid, stupid me ! I added a paranoia test | Jeremy Allison | 1 | -13/+0 |
2007-10-10 | r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>. | Jeremy Allison | 1 | -5/+3 |
2007-10-10 | r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fix | Jeremy Allison | 1 | -10/+15 |
2007-10-10 | r2392: Steal the nicer error message from Samba4 :-). | Jeremy Allison | 1 | -8/+12 |
2007-10-10 | r2388: fix client quota support | Stefan Metzmacher | 4 | -9/+10 |
2007-10-10 | r2378: Remove two confusing #defines | Volker Lendecke | 2 | -4/+0 |
2007-10-10 | r2374: Fix from Vince Brimhall vbrimhall@novell.com for | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r2373: Fix typo. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <... | Jeremy Allison | 2 | -1/+8 |
2007-10-10 | r2369: Fix from Richard Renard <rrenard@idealx.com> to fix usermgr and trust ... | Jeremy Allison | 1 | -1/+11 |
2007-10-10 | r2364: Include yp_prot.h before ypclnt.h as AIX 5.2 spits the dummy otherwise. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r2363: Fix to make find_workgroup use the same truncation as | Jeremy Allison | 1 | -15/+28 |
2007-10-10 | r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto. | Jeremy Allison | 2 | -8/+13 |
2007-10-10 | r2355: Now we've shipped 3.0.7, add in the DOS fix. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r2351: Fix use of an uninitialized variable. valgrind is sooo useful. | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r2348: fix segmention faults | Stefan Metzmacher | 2 | -8/+11 |
2007-10-10 | r2340: Solve the problem of user sids ending up with gid's and vice versa: This | Volker Lendecke | 2 | -60/+59 |
2007-10-10 | r2338: Remove lonely looking definition of DYNEXP for HPUX in the configure | Tim Potter | 1 | -1/+0 |
2007-10-10 | r2334: Update LDSHFLAGS for HPUX as -Wl is not necessary as we are invoking LD | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2333: check the script is not a 0 lenght string | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r2331: check password script code and example from trunk | Simo Sorce | 4 | -3/+141 |
2007-10-10 | r2317: Fixup error messages and reformat. | Jeremy Allison | 1 | -903/+922 |
2007-10-10 | r2312: Fix for bugid #1667, smbpasswd file could be left locked on | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r2292: changing version to 3.0.8pre1 | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2265: Volkers change to HEAD looks very good. Commit message | Jeremy Allison | 2 | -5/+20 |
2007-10-10 | r2264: Fix for #1741. Define a struct nss_groupsbymem (thanks lukeh!) for | Tim Potter | 1 | -0/+22 |
2007-10-10 | r2263: When testing whether building shared libraries actually works, use | Tim Potter | 1 | -4/+5 |
2007-10-10 | r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0... | Gerald Carter | 1 | -3/+3 |
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 | r2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from samba4. | Tim Potter | 2 | -2/+11 |
2007-10-10 | r2246: Some good fixes for HPUX from JBravo on #samba-technical: | Tim Potter | 1 | -0/+39 |
2007-10-10 | r2245: Typo fix from trunk. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor... | Jim McDonough | 2 | -2/+5 |
2007-10-10 | r2233: fixed 3 places where == is mistakenly used instead of = in bourne | Andrew Tridgell | 1 | -3/+3 |
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 | r2224: Make nmbd more robust against bad netbios packets. | Jeremy Allison | 3 | -7/+146 |
2007-10-10 | r2219: Remember to count bad_components only on pathname boundaries. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2215: I think I'm really close now. The key is to count the number of | Jeremy Allison | 1 | -22/+29 |
2007-10-10 | r2213: Optimisation. Passes masktest against W2K3. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r2198: Correct fix for #1360. Need to use -Wl when passing flags to the linker. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2196: This error code change is incorrect. Still working on it... | Jeremy Allison | 1 | -5/+0 |
2007-10-10 | r2194: Here is the efforts of much pain reproducing W2K3 pathname | Jeremy Allison | 2 | -72/+87 |
2007-10-10 | r2191: ensure that we assign our pid to print jobs (and not our parent's pid)... | Gerald Carter | 1 | -17/+8 |
2007-10-10 | r2190: disable 'winbind enable local accounts' by default (had to be done doc... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2188: adding some initial checks for DragonFly (same as FreeBSD 4.1) | Gerald Carter | 1 | -3/+4 |
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 |