Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r408: - replace (conn->admin_user != True) with (current_user.uid != 0) | Stefan Metzmacher | 2004-04-29 | 4 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | because someone changed it in all other places too - fix quotas support from windows explorer we now got the unix file name of a fake_file metze | |||||
| * | r405: Some docs of vfs_full_audit.c as comment :-) | Volker Lendecke | 2004-04-29 | 1 | -0/+31 | |
| | | ||||||
| * | r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing | Volker Lendecke | 2004-04-29 | 5 | -199/+1864 | |
| | | | | | | | | | | | | | | Implement vfs_full_audit.c that can log every vfs.h operation. So if you change vfs.h, from now on you also have to change full_audit :-) Volker | |||||
| * | r403: update version to 3.0.4pre1 | Stefan Metzmacher | 2004-04-29 | 1 | -2/+2 | |
| | | | | | | | | metze | |||||
| * | r397: BUG 1199: check logfile before writing debug output | Gerald Carter | 2004-04-29 | 1 | -2/+28 | |
| | | ||||||
| * | r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fix | Gerald Carter | 2004-04-28 | 3 | -0/+14 | |
| | | | | | | | | | | user/group enumeration on systems whose libc does not call setgrent() before trying to enumerate users (i.e. FreeBSD 5.2) | |||||
| * | r393: BUG 1141: patch from timur@com.bat.ru (Timur Bakeyev) for nss*.so ↵ | Gerald Carter | 2004-04-28 | 1 | -0/+2 | |
| | | | | | | | | names on FreeBSD 5.x | |||||
| * | r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since the | Tim Potter | 2004-04-28 | 2 | -28/+28 | |
| | | | | | | | | license on tdb has changed. | |||||
| * | r379: Fix syntax error in example mysql table | Jelmer Vernooij | 2004-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | r378: Add an option extd_audit:parseable=True. This gives messages of the form | Volker Lendecke | 2004-04-27 | 1 | -95/+198 | |
| | | | | | | | | | | | | | | | | Apr 27 16:05:59 delphin smbd_audit[14946]: 1011|192.168.234.100|unlink|New Folder/TESTDIR.TMP where 1011 is the user's uid, 192.168.234.100 is the client IP etc. Volker | |||||
| * | r376: BUG 1288: resolve any machine netbios name (0x00) and not just servers ↵ | Gerald Carter | 2004-04-27 | 1 | -2/+2 | |
| | | | | | | | | (0x20) | |||||
| * | r370: The 'it does never happen -- error on close()' does happen when you exceed | Volker Lendecke | 2004-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | your quota on an AFS file system. The specific errno was thrown away by close_normal_file(). Thus we returned NT_STATUS_UNSUCCESSFUL and not NT_STATUS_DISK_FULL as we should. Fix that. (Not that this gives more sane Windows app behaviour.... :-( ) Jerry, jra, could you please look over this one, it's been quite a while since I touch file server code. Volker | |||||
| * | r340: fix a segfault in the login_cache code... | Stefan Metzmacher | 2004-04-23 | 1 | -1/+3 | |
| | | | | | | | | metze | |||||
| * | r333: other half of fix for winbindd crask from gd@suse.de | Gerald Carter | 2004-04-23 | 1 | -3/+7 | |
| | | ||||||
| * | r329: add the shadow_copy vfs module | Stefan Metzmacher | 2004-04-22 | 3 | -1/+235 | |
| | | | | | | | | | | | | I'll add documentation to the Samba-Howto-Collection metze | |||||
| * | r328: ignore everything in source/bin/ | Stefan Metzmacher | 2004-04-22 | 0 | -0/+0 | |
| | | | | | | | | metze | |||||
| * | r319: Fix a segfault in winbind. Thanks to Guenther Deschner for his ↵ | Volker Lendecke | 2004-04-21 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | valgrind log :-) Volker | |||||
| * | r316: Fix split_domain_name. This defaulted to get_myname() instead of | Volker Lendecke | 2004-04-21 | 2 | -21/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | get_global_sam_name(). Error case: Adding a domain user to a XP local group did a lsalookupname on the user without domain prefix, and this then failed. Jerry: This is a must-fix before 3.0.3. Volker | |||||
| * | r299: updating release notes | Gerald Carter | 2004-04-20 | 1 | -13/+116 | |
| | | ||||||
* | | r580: preparing for release of 3.0.4samba-3.0.4 | Samba Release Account | 2004-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | r579: final updates for 3.0.4 | Gerald Carter | 2004-05-08 | 2 | -1/+2 | |
| | | ||||||
* | | r572: list bug # for a specific fix. | Gerald Carter | 2004-05-07 | 1 | -1/+1 | |
| | | ||||||
* | | r571: adding a change I missed from 3.0; updating release notes | Gerald Carter | 2004-05-07 | 3 | -64/+375 | |
| | | ||||||
* | | r569: setting version and removing empty directory | Gerald Carter | 2004-05-07 | 1 | -1/+1 | |
| | | ||||||
* | | r567: getting ready for 3.0.4 -- still holding for one more bug fix | Gerald Carter | 2004-05-07 | 52 | -392/+363 | |
| | | ||||||
* | | r400: preparing for release of 3.0.3samba-3.0.3 | Samba Release Account | 2004-04-29 | 1 | -0/+4 | |
| | | ||||||
* | | r399: updating mount.cifs from 3.0 | Gerald Carter | 2004-04-29 | 1 | -5/+4 | |
| | | ||||||
* | | r398: * update release notes | Gerald Carter | 2004-04-29 | 2 | -315/+246 | |
| | | | | | | | | * svn merge -r 396:397 $SVN_3_0 | |||||
* | | r396: * Merges from 3.0: | Gerald Carter | 2004-04-29 | 15 | -60/+313 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -r 299:316 $SVN_3_0 svn merge -r 316:319 $SVN_3_0 svn merge -r 328:329 $SVN_3_0 svn merge -r 329:333 $SVN_3_0 svn merge -r 333:340 $SVN_3_0 svn merge -r 370:376 $SVN_3_0 svn merge -r 378:379 $SVN_3_0 svn merge -r 379:384 $SVN_3_0 svn merge -r 384:393 $SVN_3_0 svn merge -r 393:395 $SVN_3_0 * Setting version to 3.0.3 | |||||
* | | r302: release notes for 3.0.3rc1samba-3.0.3rc1 | Gerald Carter | 2004-04-20 | 1 | -13/+116 | |
| | | ||||||
* | | r301: missed file to sync from 3.0 | Gerald Carter | 2004-04-20 | 1 | -5/+3 | |
| | | ||||||
* | | r300: removing duplicate script | Gerald Carter | 2004-04-20 | 1 | -144/+0 | |
| | | ||||||
* | | r298: merging -r 45:296 in preparation for 3.0.3rc1 | Gerald Carter | 2004-04-20 | 118 | -2826/+6771 | |
|\| | ||||||
| * | r296: patch from j.lu -- don't force an upper case domain name in the ↵ | Gerald Carter | 2004-04-20 | 1 | -3/+1 | |
| | | | | | | | | ntlmssp code | |||||
| * | r294: checking in volker's winbindd patches; tested on domain members (Samba ↵ | Gerald Carter | 2004-04-20 | 11 | -129/+239 | |
| | | | | | | | | and AD) as well as on a Samba DC | |||||
| * | r293: keeping a single default smb.conf to maintain | Gerald Carter | 2004-04-20 | 2 | -169/+0 | |
| | | ||||||
| * | r292: removing some outdated files and directories (I love subversion!) | Gerald Carter | 2004-04-20 | 6 | -673/+0 | |
| | | ||||||
| * | r291: adding printer and driver migration shell script from Kurt Pfeifle | Gerald Carter | 2004-04-20 | 1 | -0/+1657 | |
| | | ||||||
| * | r289: BUG 1246 -- fix syntax error | Gerald Carter | 2004-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | r288: combination of BUG 1081 and patch from J. Klinger -- added ↵ | Gerald Carter | 2004-04-20 | 3 | -0/+52 | |
| | | | | | | | | remove_duplicate_gids() to smbd and winbindd | |||||
| * | r283: removing --with-cracklib after discussion with abartklet @ sambaXP | Gerald Carter | 2004-04-19 | 4 | -120/+0 | |
| | | ||||||
| * | r272: mention net rpc group delete | Volker Lendecke | 2004-04-18 | 1 | -0/+4 | |
| | | ||||||
| * | r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group ↵ | Volker Lendecke | 2004-04-18 | 4 | -4/+291 | |
| | | | | | | | | | | | | delete'. Volker | |||||
| * | r252: add backtrace to examples so people know about it (slight change from ↵ | Gerald Carter | 2004-04-16 | 1 | -0/+41 | |
| | | | | | | | | lars @suse) | |||||
| * | r248: Add support for printing out the MAC address on nmblookup. | Richard Sharpe | 2004-04-16 | 5 | -7/+24 | |
| | | ||||||
| * | r247: Fixup a couple of debug messages. | Jeremy Allison | 2004-04-15 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r242: adding 'cups options' parameter to allow raw printing without changing ↵ | Gerald Carter | 2004-04-15 | 3 | -2/+18 | |
| | | | | | | | | /etc/cups/cupsd.conf -- documentation to follow | |||||
| * | r240: I'm pretty happy with the 'ntlm-server-1' helper protocol now, and as | Andrew Bartlett | 2004-04-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | there is now a public patch that uses it, make it always available. (It was #ifdef DEVELOPER) Andrew Bartlett | |||||
| * | r238: Fix memleak | Volker Lendecke | 2004-04-15 | 1 | -0/+3 | |
| | | ||||||
| * | r229: Don't list domain groups from BUILTIN. | Volker Lendecke | 2004-04-15 | 1 | -0/+7 | |
| | | | | | | | | Volker |