summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r6834: Fix bug #2703, found by John Antonishek <ant@nist.gov>. Add NULLJeremy Allison2005-05-161-6/+8
| | | | | guard for disp_fields[0]. Jeremy.
* r6823: Add deletion confirmation / error message.John Terpstra2005-05-161-0/+5
|
* r6822: Use chsize if we don't have ftruncate. From Steven Edwards ↵Jeremy Allison2005-05-162-9/+12
| | | | | | <steven_ed4153@yahoo.com>. Jeremy.
* r6820: Remove claim that password can be set with account creation (RPC).John Terpstra2005-05-161-1/+1
|
* r6785: deprecating the printer admin parameterGerald Carter2005-05-141-2/+2
|
* r6779: Use the SID in the user token for the %s expansion in 'afs username ↵Volker Lendecke2005-05-131-3/+4
| | | | | | | | | map'. This fixes a rather weird problem where an algorithmic SID ended up as the replacement for %s. Volker
* r6777: Fix vfs_full_audit.c after jra's change.Volker Lendecke2005-05-131-0/+8
| | | | Volker
* r6774: Fix 2 memleaksVolker Lendecke2005-05-131-1/+2
|
* r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.Volker Lendecke2005-05-131-1/+1
| | | | | | | | | Jerry, in query_aliasmem, set_aliasinfo and set_groupinfo (and possibly others) need become_root()/unbecome_root() around the pdb calls. I'm not sure I would do the access checks correctly, I would much rather leave that to you. Volker
* r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke2005-05-131-2/+0
| | | | Volker
* r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader.Tim Potter2005-05-132-6/+3
|
* r6757: test for existence of sys/un.h was missing, thus AF_LOCAL support was ↵Derrell Lipman2005-05-121-0/+1
| | | | not found
* r6755: removing domain_sid() since it is not referenced anymoreGerald Carter2005-05-125-95/+0
|
* r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting orDerrell Lipman2005-05-121-6/+6
| | | | | | parsing the timestamp values correctly. It turns out they were using the incorrect function for formatting and parsing values. Thanks to Satwik Hebbar for reporting this and testing the patch.
* r6748: With reconnects, state->connection->ldap_struct can change in ↵Volker Lendecke2005-05-121-3/+8
| | | | | | | | | smbldap_search and friends. This should be a fix for bug 2701. Thanks to jht for giving me access to his box! Volker
* r6743: Merge r6741 from 4_0Volker Lendecke2005-05-121-1/+1
|
* r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese.Tim Potter2005-05-121-1/+1
| | | | Closes bugzilla 2699.
* r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTAJeremy Allison2005-05-102-6/+10
| | | | | | | as they'll just return ENOSYS if we don't. Add new CAP for POSIX pathnames, prepare to allow FSINFO set for client POSIX caps. Jeremy.
* r6713: another talloc() fix. This time in pdb_xml.cGerald Carter2005-05-101-1/+1
|
* r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger ↵Gerald Carter2005-05-101-14/+14
| | | | <joerg@leaf.dragonflybsd.org>)
* r6706: * fix bug that prevented smbclient from creating directories Gerald Carter2005-05-102-6/+12
| | | | | | on non-dfs paths * add patch from James Peach to remove use of uninitialized variables
* r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-onlyJeremy Allison2005-05-101-6/+21
| | | | | | | excel files). Ensures that any missing user ACL entry will be generated from a union of all group permissions that contain the user. Awaiting feedback from the reporters. Jeremy.
* r6686: strip the directory path from cups printin defaultsGerald Carter2005-05-101-5/+5
|
* r6685: smbclient fixesGerald Carter2005-05-092-8/+80
| | | | | | * BUG 2680: copy files from an MSDFS win2k root share * BUG 2688: re-implement support for the -P (--port) option * support connecting to an 'msdfs proxy' share on a Samba server
* r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra ↵Gerald Carter2005-05-091-21/+203
| | | | <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool
* r6683: remove log messages about unknown specversions since I think we are ↵Gerald Carter2005-05-091-19/+0
| | | | fairly safe at this point
* r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when ↵Gerald Carter2005-05-092-7/+15
| | | | getting the SID for a domain
* r6681: updating copyrights (see bug 2546)Gerald Carter2005-05-091-1/+2
|
* r6680: event log patches from MarcinGerald Carter2005-05-093-69/+233
|
* r6679: BUG 2684: abartlett's patch for check the per service hosts ↵Gerald Carter2005-05-091-0/+5
| | | | allow/deny on printers when connecting via MS-RPC
* r6678: fix python python after talloc() shakeupGerald Carter2005-05-099-13/+14
|
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2005-05-086-75/+87
| | | | | | from Ingo Kilian <ikilian@web.de>. You must do a make clean after updating this. Jeremy.
* r6658: Sorry for the spam... I think now I've got a version that should ↵Volker Lendecke2005-05-072-3/+3
| | | | | | | | compile on trunk, 3_0 and 4_0. Volker
* r6656: Samba 4 is Samba 3.9...Volker Lendecke2005-05-072-3/+3
|
* r6654: Make talloc.c 4.0-readyVolker Lendecke2005-05-071-0/+2
|
* r6652: Next step getting the build farm happy.Volker Lendecke2005-05-071-1/+13
| | | | Volker
* r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in ↵Volker Lendecke2005-05-073-1/+9
| | | | | | | | | | a file that is only included if _SAMBA_BUILD_ is defined... Let's see how far this gets us. Volker
* r6648: do not annoy make protoSimo Sorce2005-05-071-1/+2
|
* r6646: keep samba3 talloc inline with samba4 oneSimo Sorce2005-05-072-0/+10
|
* r6643: fix some build issues on IRIX;l patch from james peachGerald Carter2005-05-074-5/+11
|
* r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to ↵Gerald Carter2005-05-071-0/+5
| | | | alias_setinfo() patch from last week
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2005-05-077-18/+23
| | | | Volker
* r6639: Attempt to fix the build with tallocVolker Lendecke2005-05-071-0/+1
| | | | Volker
* r6635: Fix build of the various sql pdb backends after new talloc.Jelmer Vernooij2005-05-063-91/+101
|
* r6634: merge smbmount malloc checker fixes from trunkGerald Carter2005-05-062-0/+4
|
* r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison2005-05-063-9/+115
| | | | | POSIX pathnames. Not yet used. Jeremy.
* r6631: More typo's. Sorry.Jeremy Allison2005-05-062-3/+3
| | | | Jeremy.
* r6629: Fix stupid typo. Thanks Gunther.Jeremy Allison2005-05-061-3/+3
| | | | Jeremy.
* r6627: Fix debug messageVolker Lendecke2005-05-061-2/+2
|
* r6625: Remove another global variable left over from a long time ago (magic ↵Jeremy Allison2005-05-069-47/+49
| | | | | | char). Jeremy.