summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2004-04-294-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 Lendecke2004-04-291-0/+31
| |
| * r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditingVolker Lendecke2004-04-295-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.4pre1Stefan Metzmacher2004-04-291-2/+2
| | | | | | | | metze
| * r397: BUG 1199: check logfile before writing debug outputGerald Carter2004-04-291-2/+28
| |
| * r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fix Gerald Carter2004-04-283-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 Carter2004-04-281-0/+2
| | | | | | | | names on FreeBSD 5.x
| * r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since the Tim Potter2004-04-282-28/+28
| | | | | | | | license on tdb has changed.
| * r379: Fix syntax error in example mysql tableJelmer Vernooij2004-04-271-1/+1
| |
| * r378: Add an option extd_audit:parseable=True. This gives messages of the formVolker Lendecke2004-04-271-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 Carter2004-04-271-2/+2
| | | | | | | | (0x20)
| * r370: The 'it does never happen -- error on close()' does happen when you exceedVolker Lendecke2004-04-261-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 Metzmacher2004-04-231-1/+3
| | | | | | | | metze
| * r333: other half of fix for winbindd crask from gd@suse.deGerald Carter2004-04-231-3/+7
| |
| * r329: add the shadow_copy vfs moduleStefan Metzmacher2004-04-223-1/+235
| | | | | | | | | | | | I'll add documentation to the Samba-Howto-Collection metze
| * r328: ignore everything in source/bin/Stefan Metzmacher2004-04-220-0/+0
| | | | | | | | metze
| * r319: Fix a segfault in winbind. Thanks to Guenther Deschner for his ↵Volker Lendecke2004-04-211-2/+6
| | | | | | | | | | | | | | | | valgrind log :-) Volker
| * r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke2004-04-212-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 notesGerald Carter2004-04-201-13/+116
| |
* | r580: preparing for release of 3.0.4samba-3.0.4Samba Release Account2004-05-081-1/+1
| |
* | r579: final updates for 3.0.4Gerald Carter2004-05-082-1/+2
| |
* | r572: list bug # for a specific fix.Gerald Carter2004-05-071-1/+1
| |
* | r571: adding a change I missed from 3.0; updating release notesGerald Carter2004-05-073-64/+375
| |
* | r569: setting version and removing empty directoryGerald Carter2004-05-071-1/+1
| |
* | r567: getting ready for 3.0.4 -- still holding for one more bug fixGerald Carter2004-05-0752-392/+363
| |
* | r400: preparing for release of 3.0.3samba-3.0.3Samba Release Account2004-04-291-0/+4
| |
* | r399: updating mount.cifs from 3.0Gerald Carter2004-04-291-5/+4
| |
* | r398: * update release notesGerald Carter2004-04-292-315/+246
| | | | | | | | * svn merge -r 396:397 $SVN_3_0
* | r396: * Merges from 3.0:Gerald Carter2004-04-2915-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.3rc1Gerald Carter2004-04-201-13/+116
| |
* | r301: missed file to sync from 3.0Gerald Carter2004-04-201-5/+3
| |
* | r300: removing duplicate scriptGerald Carter2004-04-201-144/+0
| |
* | r298: merging -r 45:296 in preparation for 3.0.3rc1Gerald Carter2004-04-20118-2826/+6771
|\|
| * r296: patch from j.lu -- don't force an upper case domain name in the ↵Gerald Carter2004-04-201-3/+1
| | | | | | | | ntlmssp code
| * r294: checking in volker's winbindd patches; tested on domain members (Samba ↵Gerald Carter2004-04-2011-129/+239
| | | | | | | | and AD) as well as on a Samba DC
| * r293: keeping a single default smb.conf to maintainGerald Carter2004-04-202-169/+0
| |
| * r292: removing some outdated files and directories (I love subversion!)Gerald Carter2004-04-206-673/+0
| |
| * r291: adding printer and driver migration shell script from Kurt PfeifleGerald Carter2004-04-201-0/+1657
| |
| * r289: BUG 1246 -- fix syntax errorGerald Carter2004-04-201-1/+1
| |
| * r288: combination of BUG 1081 and patch from J. Klinger -- added ↵Gerald Carter2004-04-203-0/+52
| | | | | | | | remove_duplicate_gids() to smbd and winbindd
| * r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter2004-04-194-120/+0
| |
| * r272: mention net rpc group deleteVolker Lendecke2004-04-181-0/+4
| |
| * r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group ↵Volker Lendecke2004-04-184-4/+291
| | | | | | | | | | | | delete'. Volker
| * r252: add backtrace to examples so people know about it (slight change from ↵Gerald Carter2004-04-161-0/+41
| | | | | | | | lars @suse)
| * r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2004-04-165-7/+24
| |
| * r247: Fixup a couple of debug messages.Jeremy Allison2004-04-151-2/+2
| | | | | | | | Jeremy.
| * r242: adding 'cups options' parameter to allow raw printing without changing ↵Gerald Carter2004-04-153-2/+18
| | | | | | | | /etc/cups/cupsd.conf -- documentation to follow
| * r240: I'm pretty happy with the 'ntlm-server-1' helper protocol now, and asAndrew Bartlett2004-04-151-2/+0
| | | | | | | | | | | | | | | | there is now a public patch that uses it, make it always available. (It was #ifdef DEVELOPER) Andrew Bartlett
| * r238: Fix memleakVolker Lendecke2004-04-151-0/+3
| |
| * r229: Don't list domain groups from BUILTIN.Volker Lendecke2004-04-151-0/+7
| | | | | | | | Volker