1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

17685 Commits

Author SHA1 Message Date
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
Jeremy Allison
c0924a497b r5848: Fix inherit owner to chown directories in a porable and secure way (from
just secure on Linux). Idea from tridge.
Jeremy.
2007-10-10 10:56:05 -05:00
Jeremy Allison
0d3075b2c0 r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDS
schema.
Jeremy.
2007-10-10 10:56:05 -05:00
Jeremy Allison
a4b4766e42 r5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.
Jeremy.
2007-10-10 10:56:05 -05:00
Jeremy Allison
1f988333ec r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #2460.
Jeremy.
2007-10-10 10:56:05 -05:00
Jeremy Allison
d53b5891a7 r5840: Fix findfirst/findnext with protocol level < NT1.
Jeremy.
2007-10-10 10:56:04 -05:00
Jeremy Allison
712ef86ac0 r5836: Correct fix for OS/2 bug #2335. The error return code in this case is protocol
level dependent.
Jeremy.
2007-10-10 10:56:04 -05:00
Jeremy Allison
7cb9618e5d r5835: Make smbclient obey the max protocol argument again.
Jeremy.
2007-10-10 10:56:04 -05:00
Jeremy Allison
a7a7af6815 r5833: Revert change for bug #2335. Tested with a Win9x client and the original
error code is correct. I have some theories as to why this is different,
I'll add some code to the torture tester to confirm.
Jeremy.
2007-10-10 10:56:04 -05:00
Jim McDonough
2312ac9d42 r5831: Along with jra's recent checkins, fix dir/xcopy of empty dirs on OS/2. Bugs
2335, 2337.
2007-10-10 10:56:04 -05:00
Jeremy Allison
19e017a78a r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.
Jeremy.
2007-10-10 10:56:04 -05:00
Jeremy Allison
b5d31b2caf r5822: Actually return an error message if disk_free fails ! Pointed out by Ying Li <ying.li2@hp.com>.
Jeremy.
2007-10-10 10:56:03 -05:00
Jeremy Allison
dc6fbc0268 r5820: Fix bug #2451 - missing functions in full audit vfs module.
Jeremy.
2007-10-10 10:56:03 -05:00
Jeremy Allison
0976793e30 r5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb_nds
handles users with no Universal or Simple Password. Bug #2453.
Jeremy.
2007-10-10 10:56:03 -05:00
Jeremy Allison
479bb6ea95 r5816: Catch the "." resume name case also.
Jeremy.
2007-10-10 10:56:03 -05:00
Jeremy Allison
c03524363f r5813: Fix bug found by Jim McDonough <jmcd@us.ibm.com>
Win9x can send a resume name of "..". This will cause the parser to
complain (it thinks we're asking for the directory above the shared
path). Catch this as the resume name is only compared, never used in
a file access and replace it with "..".
Jeremy.
2007-10-10 10:56:03 -05:00
Jeremy Allison
0b0b8686f3 r5812: We missed some RESOLVE_DFSPATH calls on pathnames for older calls.
Jeremy.
2007-10-10 10:56:03 -05:00
Gerald Carter
f9e9a42c07 r5809: try to catch NULL pointers during developerment for rpcbuf_move() 2007-10-10 10:56:02 -05:00
Gerald Carter
9b0bfd7e6f r5808: removing unneeded structure field from RPC_BUFFER 2007-10-10 10:56:02 -05:00
Gerald Carter
2dae527e21 r5807: fix segfault after compiler warning clean up (and cleanup another warning) 2007-10-10 10:56:02 -05:00
Gerald Carter
13ed08cd2a r5806: * fix a couple more segvs in spoolss
* comment out unused variable after jra's change to revert the 56bit des
  smb signing changes
2007-10-10 10:56:02 -05:00
Gerald Carter
25121547ca r5805: merging spoolss parsing changes from trunk and cleaning up resulting segvs 2007-10-10 10:56:01 -05:00
Jeremy Allison
0abfb67c79 r5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.
Seems to be incorrect (several user reports).
Jeremy.
2007-10-10 10:56:01 -05:00
Jeremy Allison
2e1f727184 r5792: Added new parameter "inherit owner". If set on a share, the created file/directory
will be owned by the same uid as the containing directory. Doing this for directories
in a race-free mannor has only been tested on Linux (it depends on being able to open
a directory and then do a fchown on that file descriptor). If this functionality is
not available then the code silently downgrades to not changing the ownership of a
new directory. This new parameter (docs to follow) finally makes it possible to create
"drop boxes" on Samba, which requires all files within a directory to be commonly owned.
A HOWTO on how to use this will follow.
Jeremy.
2007-10-10 10:56:01 -05:00
John Terpstra
df6f0815af r5790: Added ability to set account description. 2007-10-10 10:56:01 -05:00
Jeremy Allison
c9b5e32650 r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.
Bug #2445.
Jeremy.
2007-10-10 10:56:00 -05:00
Tim Potter
ab79612ac6 r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser. 2007-10-10 10:56:00 -05:00
Günther Deschner
5c578d14ba r5776: Fix typo (found by lieschen).
Guenther
2007-10-10 10:56:00 -05:00
Volker Lendecke
96a0f7d60c r5770: Get rid of some compiler warnings 2007-10-10 10:56:00 -05:00