1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

17713 Commits

Author SHA1 Message Date
Jeremy Allison
08616ad80d r5975: Re-arrange code and comments to make more sense.
Jeremy.
2007-10-10 10:56:14 -05:00
Jeremy Allison
b0de2d761f r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).
Jeremy.
2007-10-10 10:56:14 -05:00
Günther Deschner
90e2383bc5 r5971: Check for the correct cli-struct when copying files.
Good catch from Lars Mueller <lmuelle@suse.de>.

Guenther
2007-10-10 10:56:13 -05:00
Jeremy Allison
2ed7e30cbb r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused a
filename to be processed twice.
Jeremy.
2007-10-10 10:56:13 -05:00
Gerald Carter
85be4c5df3 r5968: derrell's large file fix for libsmbclient (BUG 2505) 2007-10-10 10:56:13 -05:00
Jeremy Allison
214a2cbe5a r5967: Fix typo bug where flags overwrote info level.
Jeremy.
2007-10-10 10:56:13 -05:00
Jim McDonough
e2117bcb09 r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids. Gives us
again up to ~6x improvement on group membership lookups.
2007-10-10 10:56:13 -05:00
Gerald Carter
9e77da9320 r5961: final round of compiler warning fixes based on feedback from Jason Mader 2007-10-10 10:56:13 -05:00
Jeremy Allison
e61f7a6b72 r5960: Integer wrap paranoia when reading EA buffers.
Jeremy.
2007-10-10 10:56:12 -05:00
Gerald Carter
aeb3cea54e r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) on IRIX 2007-10-10 10:56:12 -05:00
Gerald Carter
b0f4346082 r5957: BUGS 2478, 2093: compiler warning patches from Jason Mader 2007-10-10 10:56:12 -05:00
Gerald Carter
f3f315b14d r5956: more compile warngin fixes from the Mr. Mader 2007-10-10 10:56:11 -05:00
Gerald Carter
77734120d3 r5955: BUG 2517: use the realm from smb.conf for 'net ads info' when 'disable netbios = yes' 2007-10-10 10:56:11 -05:00
Günther Deschner
45a2a7bedb r5954: Fix some compiler warnings and add missing exclude-block in "net rpc
share migrate" (found by Lars Mueller <lmuelle@suse.de>).

Guenther
2007-10-10 10:56:11 -05:00
Gerald Carter
7dfafa712d r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to cleanup the name space 2007-10-10 10:56:11 -05:00
Gerald Carter
19a639ac46 r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not using krb5 2007-10-10 10:56:11 -05:00
Gerald Carter
e84d070275 r5951: gotta love that SGI compiler :-) (thanks Jason) 2007-10-10 10:56:10 -05:00
Gerald Carter
27c6e85ad5 r5950: more compiler warning's from Jason Mader 2007-10-10 10:56:10 -05:00
Gerald Carter
cc6c769c3c r5948: more compile cleanups from Jason Mader 2007-10-10 10:56:10 -05:00
Gerald Carter
1f00602786 r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete all versions of a driver 2007-10-10 10:56:10 -05:00
Gerald Carter
5205949dac r5945: BUG 2516: fix compile issue on True64 2007-10-10 10:56:10 -05:00
Gerald Carter
8f87d9c5b6 r5944: cleaning up compiler warnings reported by Jason Mader 2007-10-10 10:56:10 -05:00
Gerald Carter
2db04a90c4 r5943: remove unneccessary se_priv_copy() 2007-10-10 10:56:09 -05:00
Jeremy Allison
8aa2b2617b r5936: Fix bugs in earlier work in progress commit. Closer to properly supporting EA's now.
Jeremy.
2007-10-10 10:56:09 -05:00
Jeremy Allison
22fca74657 r5933: We were handling setting of EA's incorrectly - we should be able to set
a list. Also not converting names from DOS CP to UNIX CP correctly. This
code doesn't quite work yet but it's a work in progress to be fixed
tomorrow (don't want to lose it).
Jeremy.
2007-10-10 10:56:09 -05:00
Jim McDonough
bf3ce651ff r5927: Fix ldapsam trusted enum_group_members. We were searching in the user
suffix instead of the group suffix.

Thanks to John Janosik (jpjanosi@us.ibm.com).
2007-10-10 10:56:09 -05:00
Gerald Carter
59b07eb012 r5926: setting version to 3.0.14pre1-svn 2007-10-10 10:56:09 -05:00
Jeremy Allison
e32a58742e r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.
Stops Win98 from looping doing findnext on a singleton directory. More
testing very welcome.
Jeremy.
2007-10-10 10:56:09 -05:00
John Terpstra
0d38d5f610 r5918: Fix typo. 2007-10-10 10:56:08 -05:00
Tim Potter
e446f16a40 r5916: Only one C++ guard is necessary, not one around each smbc function. 2007-10-10 10:56:08 -05:00
Jelmer Vernooij
d41e790b4b r5915: Remove --with-manpages-languages= from configure (we only have them in one
lanuage, English, at the moment). Fixes #2261. If other languages
might are added in the future, this parameter will still not be needed.
2007-10-10 10:56:08 -05:00
Simo Sorce
9797b33f23 r5912: - Enhance net rpc rights utility
- Make it possible to list users that are given a specific privilege
- Make the lisitng interface a bit more usable by distinguishing
  between "keys" and "names", using user names directly still
  supported for backward compatibility
2007-10-10 10:56:08 -05:00
Volker Lendecke
ab8991c384 r5910: Partial fix for bug 2438. I'll leave the debug message in place, that fix is a
bit more effort.

The real fix for this would be to open an schannel netlogon connection to the
remote DC and change the trust account password...

Volker
2007-10-10 10:56:08 -05:00
Tim Potter
ede9fd08cf r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468. 2007-10-10 10:56:08 -05:00
Jeremy Allison
f6db0f5e8a r5907: Fix compile warning noticed by Jason Mader <jason@ncac.gwu.edu>.
Bug #2483.
Jeremy.
2007-10-10 10:56:08 -05:00
Volker Lendecke
f7218d1c66 r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit
platforms.

Volker
2007-10-10 10:56:07 -05:00
Steve French
72eda746c2 r5897: Fix domain name parsing for cifs mount util 2007-10-10 10:56:07 -05:00
Steve French
d98417b2cf r5896: Fix cifs mounts to handle commas embedded in prompted password, and password and credential files.
Fix cifs mounts to handle domain name and user name in username field (in form domain\user)
2007-10-10 10:56:07 -05:00
Jeremy Allison
8b2b652c0a r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to be
working - need to valgrind it to be sure.
Jeremy.
2007-10-10 10:56:07 -05:00
Günther Deschner
dec1ab3606 r5891: Make enum- and getform use the same form_display-function.
Guenther
2007-10-10 10:56:07 -05:00
Herb Lewis
2461a8e482 r5888: fix incorrect test - don't print anything if user is not in any groups 2007-10-10 10:56:07 -05:00
Gerald Carter
dd7237f50a r5884: require cups to build and install; remove restruction from winbindd.init to have 'idmap [g|u]id' range set in smb.conf 2007-10-10 10:56:06 -05:00
Volker Lendecke
8c0148df81 r5880: From the comment....
* Implement a fixed mapping of forbidden NT characters in filenames that are
 * used a lot by the CAD package Catia.
 *
 * Yes, this a BAD BAD UGLY INCOMPLETE hack, but it helps quite some people
 * out there. Catia V4 on AIX uses characters like "<*$ a *lot*, all forbidden
 * under Windows...

Volker
2007-10-10 10:56:06 -05:00
Jeremy Allison
b033a302b5 r5874: Work in progress. EA list infolevel.
Jeremy
2007-10-10 10:56:06 -05:00
Jeremy Allison
0e399422f7 r5872: Restructure ea list code to start to fix the EA_LIST calls. This does not
work yet but it's a work in progress.
Jeremy.
2007-10-10 10:56:06 -05:00
Jeremy Allison
a417feaa41 r5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EA
support.
Jeremy.
2007-10-10 10:56:06 -05:00
Volker Lendecke
dc442ea7a0 r5862: And some more const 2007-10-10 10:56:06 -05:00
Volker Lendecke
d89b40e9b1 r5861: Apply some const 2007-10-10 10:56:05 -05:00
Jim McDonough
c137362871 r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).
Bugzilla 2338.

Thanks to Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
2007-10-10 10:56:05 -05:00
Gerald Carter
300150a1be r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my fault); should fix some builds with non-gcc compilers 2007-10-10 10:56:05 -05:00