1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

379 Commits

Author SHA1 Message Date
Gerald Carter
9d507b218d r8387: moving wins_hook to scripts directory 2007-10-10 11:00:04 -05:00
Gerald Carter
cbe74c0910 r8384: merging clutter fixes from release branch 2007-10-10 10:59:56 -05:00
John Terpstra
65cfa2a950 r8188: Update from Dave Collier-Brown. 2007-10-10 10:58:17 -05:00
Günther Deschner
ba0ca4c0c6 r8143: Fix generate_parm_table.py:
* Correctly substitute "\" as default winbind separator.
* Use default testparm-location.

Guenther
2007-10-10 10:58:11 -05:00
Gerald Carter
79d03b1919 r8140: adding missing module 2007-10-10 10:58:11 -05:00
John Terpstra
aaca9ea8a3 r8031: Adding contributed mklogon scripts. 2007-10-10 10:58:09 -05:00
John Terpstra
97ee7c970c r7976: Adding debugging info. 2007-10-10 10:58:05 -05:00
Jeremy Allison
1de27da470 r7963: Add aio support to 3.0.
Jeremy.
2007-10-10 10:58:05 -05:00
Jeremy Allison
f3c4d5a957 r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.
Wrong return val for symlink and readlink.
Jeremy.
2007-10-10 10:58:04 -05:00
Jeremy Allison
0f03a6bdcd r7893: Add in the extra parameters to opendir() to fix the large directory/insane app
problem. Rev vfs version. Doesn't change the normal codepath.
Jeremy.
2007-10-10 10:58:02 -05:00
Jeremy Allison
9506b8e145 r7882: Looks like a large patch - but what it actually does is make Samba
safe for using our headers and linking with C++ modules. Stops us
from using C++ reserved keywords in our code.
Jeremy
2007-10-10 10:58:00 -05:00
Derrell Lipman
bab0bf7f4f r7168: Updating file times from libsmbclient was not working for win98. Although
the function that was being used to set attributes is a core protocol
function (SMBsetatr = 0x09), it does not appear to work on win98.  As a
temporary measure, when file times are to be set, this version opens the
file and uses SMBsetattrE = 0x22 instead.  (The other advantage of this
function over the original one is that it supports setting access time as
well as modification time.)

The next step, the proper solution if it can be made to work, is to write
functions that use TRANS2_SET_PATH_INFO instead.
2007-10-10 10:57:04 -05:00
Derrell Lipman
fce48fa1b4 r7156: file was missing; svn isn't smart enough to even notify me. sigh. 2007-10-10 10:57:03 -05:00
Derrell Lipman
d763c739a6 r7153: add better test facilities to testutime 2007-10-10 10:57:03 -05:00
Gerald Carter
86724c5c5f r6782: rename for consistency 2007-10-10 10:56:54 -05:00
Derrell Lipman
6d22c3c343 r6501: correct deprecated lvalue casts in testsuite/libsmbclient 2007-10-10 10:56:43 -05:00
Derrell Lipman
fa0294ddbf r6157: 'editorial changes' to example code 2007-10-10 10:56:25 -05:00
Derrell Lipman
a3bd496c92 r6151: additional examples/tests for libsmbclient 2007-10-10 10:56:25 -05:00
Derrell Lipman
994694f7f2 r6149: Fixes bugs #2498 and 2484.
1. using smbc_getxattr() et al, one may now request all access control
   entities in the ACL without getting all other NT attributes.
2. added the ability to exclude specified attributes from the result set
   provided by smbc_getxattr() et al, when requesting all attributes,
   all NT attributes, or all DOS attributes.
3. eliminated all compiler warnings, including when --enable-developer
   compiler flags are in use.  removed -Wcast-qual flag from list, as that
   is specifically to force warnings in the case of casting away qualifiers.

Note: In the process of eliminating compiler warnings, a few nasties were
      discovered.  In the file libads/sasl.c, PRIVATE kerberos interfaces
      are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED
      kerberos interfaces are being used.  Someone who knows kerberos
      should look at these and determine if there is an alternate method
      of accomplishing the task.
2007-10-10 10:56:24 -05:00
Derrell Lipman
e1df648ea1 r6126: added utility for testing smbc_stat() 2007-10-10 10:56:23 -05:00
Derrell Lipman
15736b97c8 r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; provided more complete libsmbclient testbrowse utility 2007-10-10 10:56:22 -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
Günther Deschner
31bd709a41 r5743: Add perl-script to check for multiple LDAP-entries on request of Richard
Sharpe.

Users my run this script after they have vampired a windows domain
controller to verify their system has no double sids, double uids, etc.

Guenther
2007-10-10 10:55:59 -05:00
Jelmer Vernooij
710ce847a7 r5705: Have unknown_6 default to 1260 (fixed #892) 2007-10-10 10:55:56 -05:00
Jim McDonough
dafdd8d074 r5689: Allow for better protection of sensitive attributes in IBM Directory Server. 2007-10-10 10:55:55 -05:00
Jim McDonough
639de6afc0 r5600: Bring IBM Directory Server schema up to date with openldap schema 2007-10-10 10:55:49 -05:00
Günther Deschner
fd947b5ee0 r5444: Add adssearch.pl utility (on volkers request).
Added to samba3 due to some header and machine-account dependencies,
although it's possibly of more interest to samba4 developers.

adssearch.pl is a kind of ldapsearch + dump-filters for various
ADS-attributes. It can also register asynchronous change notifications.

./adssearch.pl -h w2k3host -D administrator@MY.REALM.NET -x -w mypass -n

and *any* change in your entire DIT will show up immediately (after a
second change of an object even as object diff). It's very interesting
to see the interaction of GPOs, the various steps of account
modification with dsa.msc, etc.

Gracefully ignore some parts of adssearch.pl that are rather immature...

Guenther
2007-10-10 10:55:40 -05:00
Gerald Carter
33ac88c6a7 r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com> 2007-10-10 10:55:29 -05:00
Gerald Carter
2ddcb64381 r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this directory 2007-10-10 10:55:28 -05:00
Tim Potter
8e5db6f08c r5112: Fix for shared object creation in examples. Bugzilla #2058. 2007-10-10 10:55:15 -05:00
Tim Potter
3317482020 r5111: Fix up changed prototype for setsampwent pdb function. 2007-10-10 10:55:15 -05:00
Gerald Carter
e2ce048654 r5060: BUG 2286: fix typoe on sambaConfig oc definition 2007-10-10 10:55:13 -05:00
Gerald Carter
d95c9c4d74 r4965: comment out some unused attributes and oc's 2007-10-10 10:55:09 -05:00
Günther Deschner
75af83dfcd r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Does automated migration from account_policy.tdb v1 and v2 and offers a
pdbedit-Migration interface. Jerry, please feel free to revert that if
you have other plans.

Guenther
2007-10-10 10:55:08 -05:00
Gerald Carter
c646829e32 r4873: example delete printer script for use with cups 2007-10-10 10:55:06 -05:00
Gerald Carter
f745e5119f r4867: Removing smbldap-tools from the svn tree. I'll include
the latest version in the actual release tarballs.
Have spoken to the idealx developers about this.

Updated README to reflect the changte for people using svn.

Removed ldapsync.pl since it is no longer needed when using
the smbldap-tools (only keep things you support).
2007-10-10 10:55:03 -05:00
Gerald Carter
073592b7ad r4855: add some smb.conf script for add/delete/change share and addprinter hooks 2007-10-10 10:54:00 -05:00
Jelmer Vernooij
95c8727045 r4653: Output file of "test" pdb backend should be called test.so 2007-10-10 10:53:50 -05:00
Jeremy Allison
2ed86ac584 r4092: Bring into line with new *alloc rules.
Jeremy.
2007-10-10 10:53:33 -05:00
Jeremy Allison
5b0da25796 r3855: Sync up with the one in the main source dir (yes, this should probably
be a symlink...).
Jeremy.
2007-10-10 10:53:21 -05:00
Jeremy Allison
dfa910e4ab r3644: Fixup examples VFS compile.
Jeremy.
2007-10-10 10:53:11 -05:00
Gerald Carter
3e28c57695 r3088: update nds schema file from Uli Iske <iske@elkb.de> 2007-10-10 10:53:01 -05:00
Gerald Carter
80d591f8cc r2567: Patches from Lars Mueller <lmuelle at suse dot de>:
trivial fix for autoconf and autoheader versions with a
letter in the version string.  This happens in our current beta named
distribution tree.

trivial patch to fix the build with the upcoming libtool
version.  It will be mandatory to use --mode while using libtool.
2007-10-10 10:52:46 -05:00
Simo Sorce
f836be323a r2331: check password script code and example from trunk 2007-10-10 10:52:39 -05:00
Simo Sorce
3a88ee4c44 r2210: Fix misleading comment found by Heinrich Mislik <Heinrich.Mislik@univie.ac.at> 2007-10-10 10:52:36 -05:00
Gerald Carter
1438c2960f r2189: adding some comments to the schema file 2007-10-10 10:52:35 -05:00
Gerald Carter
2f4a699631 r2014: BUG 1656: rename auto.a to auto.smb 2007-10-10 10:52:27 -05:00
Gerald Carter
49fba32217 r1964: more schema fixes syncing between branches 2007-10-10 10:52:25 -05:00
Gerald Carter
f1a0fae13f r1962: fixing schema file; synching with trunk; trying to prevent this from happening again 2007-10-10 10:52:25 -05:00
Simo Sorce
9368f0c1d2 r1960: sambaPasswordHistory had a duplicate OID
bump up the attribute number to 52 to avoid conflicts
2007-10-10 10:52:25 -05:00