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

12043 Commits

Author SHA1 Message Date
Jeremy Allison
1b343f7105 Fix for #470 - unable to display SIDs in ACLs.
Jeremy.
-
Jeremy Allison
b3b2b3d5e7 Unregister event fix from metze.
Jeremy.
-
Jeremy Allison
640bc276ba Fix coredump from Samba4 torture suite.
Jeremy.
-
Jeremy Allison
f91da7d99b Obviously correct typo bugfix from Lin Li <linl@xandros.com>.
Jeremy.
-
Gerald Carter
8079494aef packaging updates from Buchan -
Jelmer Vernooij
271111d6a7 Fix typo. Found by Aurelien Degremont -
Tim Potter
3266777acb Merge from 3.0:
>Fix OOPS when dealing with mangled names reported by several users.
>This was my bug when removing a redundant strlen.
>Jerry - last showstopper I knew about.
>Jeremy.
-
Tim Potter
914e4be8f7 Merge from 3.0:
>Fix typo.
-
Tim Potter
7bca3b6cc2 Merge from 3.0:
>Remove quotes in smb.conf ldap example - the quotes actually turn
>up in the ldap filter string.
-
Jeremy Allison
07cfce2830 Fix #442 which Alexander considered a showstopper. Allow us to join mixed
mode domains.
Jeremy.
-
Jeremy Allison
a7ef2ce349 Fix from gregory@networksentry.co.za, don't clobber the comment if it
exists.
Jeremy.
-
Jeremy Allison
3b3e19f66f Ensure HEAD is also up to date.
Fix OOPS when dealing with mangled names reported by several users.
This was my bug when removing a redundant strlen.
Jeremy.
-
Christopher R. Hertel
cdfc0fc383 Fixed test and wording for long share names.
The RAP NetShareEnum() call has a length limit of 12 characters (not 8, as
previously tested).  Took DaveCB's suggested and added a note listing some
of the client systems that might be affected.
-
Simo Sorce
0b8f32b7f5 fix online help
-w option need the password on the command line
-
Alexander Bokovoy
f4eb7acc7d Alias charset 646 internally -
Tim Potter
9b6328bcfd Merge from Samba 3.0:
>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
-
Tim Potter
1e60bbff70 Merge from Samba 3.0:
>remove getpwnam() calls from init_sam_from_xxx().
>This means that %u & %g will no longer expand, but %U
>and %G still do.  The payback is that winbindd local
>accounts for users work with 'wbinfo -u' when winbind
>is running on a PDC.

>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
-
Tim Potter
f047e24561 Merge from Samba 3.0:
>remove getpwnam() calls from init_sam_from_xxx().
>This means that %u & %g will no longer expand, but %U
>and %G still do.  The payback is that winbindd local
>accounts for users work with 'wbinfo -u' when winbind
>is running on a PDC.
-
Tim Potter
5b0753bd98 Merge from Samba 3.0:
>Ensure we consistantly translate to/from utf8 for talking to LDAP.
>Jeremy.
-
Tim Potter
1603d0e684 Merge from Samba 3.0:
>fix unitiailized timestamp where merging print_jobs and lpq listing
-
Tim Potter
7951dee600 Merge from Samba 3.0:
>Fix for typo in darwin detection.
>Jeremy.

>Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
>(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>.
>Also add MacOSX/Darwin configure fixes.
>Jerry - can we put this in 3.0 release ? :-).
>Jeremy.
-
Tim Potter
a556637d0b Merge from Samba 3.0:
>Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>,
>ensure the desired access is read from the incoming RPC request.
>Jeremy.
-
Tim Potter
9df18a6c4e Merge from Samba 3.0:
>Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old
>values.
>Jeremy.
-
Tim Potter
258c106e22 Merge from Samba 3.0:
>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
-
Tim Potter
67acde75d3 Merge from Samba 3.0:
>Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
>(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>.
>Also add MacOSX/Darwin configure fixes.
>Jerry - can we put this in 3.0 release ? :-).
>Jeremy.
-
Tim Potter
be91bbd570 Merge from Samba 3.0:
>For some reason testparm runs at debug level 2 which causes the module probe functions to
>display verbose debugs.  Increase the probe debugs to level 3.
-
Tim Potter
a7bbfd6367 Merge from Samba 3.0:
>Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restore
>with filenames > 100 chars.
>Jeremy.
-
Tim Potter
675707c33e Fix another crash bug in samsync. -
Jim McDonough
861f3b0d5f Updated 3.0 schema files for IBM Directory Server 5.1
keeps with IBM convention of separate attributetype and objectclass definitions
-
Tim Potter
1956478dde Merge from samba-3.0:
>Fix for bug #273 - smbd crash on machine account change.
>Someone only half changed the code to use dc_name
>instead of remote machine... Found via back trace from Dariush Forouher
><dariush@forouher.de>.
>Jeremy.
-
Tim Potter
36f7d88edd Merge from samba-3.0:
>Revision 1.8.2.33
>Fix error return path memory leaks in vampire code for creating users.
>
>Display an error if we can't create a posix account for the user
>(e.g no add user/machine script was specified; bug #323).

>Revision 1.8.2.32:
>Use opt_target_workgroup instead of lp_workgroup() in vampire code so
>we can override the value in smb.conf with the -w option.
>
>Migrating accounts from another domain can now be done like:
>
># bin/net join bdc -w nt4dom -Uadministrator%password
># bin/net rpc vampire -w nt4dom -U administrator%password
-
Tim Potter
fe7c8e3968 Merge from samba-3.0:
>Formatting fixups for help output.
-
Tim Potter
1befe17583 Merge from samba-3.0:
>Fix error message when calling namedtogid() fails adding a group map
>entry.  Bug #431.
-
Jelmer Vernooij
3d71340e5c Remove obsolete files. -
Alexander Bokovoy
d2fdc3955f Back out --with-good-getgrouplist patch -
Alexander Bokovoy
69b30ec077 Support for CAN-2003-0689 port from SAMBA_3_0 -
Tim Potter
2ac5ac4950 Remove tags file for distclean. -
Tim Potter
a5656a5756 Remove another dead file. -
Tim Potter
275bdc3ff5 Remove autogenerated file. -
Tim Potter
a7bffe2095 Removed accidentally re-added file. -
Gerald Carter
fa0d4ea150 merge from 3.0 -
Gerald Carter
b5c5a9dc76 remove references to 'strip dot' -
Gerald Carter
04f8cbbca6 version.h is autogenerated now -
Gerald Carter
8c27bfaa3f add missing file from 3.0 -
Gerald Carter
3aaf65d297 another round of syncs for HEAD that I forget -
Gerald Carter
1a9145015d removing unused files -
Gerald Carter
c17a7dc9a1 sync 3.0 into HEAD for the last time -
Gerald Carter
c74c2903fb syncing files -
Gerald Carter
953ada1990 adding files from 3.0 -
Gerald Carter
d31b5df826 syncing examples -