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

10594 Commits

Author SHA1 Message Date
Andrew Bartlett
6bf04c41ed Merge fixes to libsmbclient (fstring/pstring) from HEAD.
Andrew Bartlett
-
Andrew Bartlett
4bec53c8c8 Thanks to volker, merge passdb changes from HEAD:
- pdb_guest (including change defaults)
 - 'default' passdb actions (instead of 'not implemented' stubs in each module)

 - net_rpc_samsync no longer assumes pdb_unix

Andrew Bartlett
-
Andrew Bartlett
dd6516e2e8 Merge from HEAD - patch from Jianliang Lu <j.lu@tiesse.com> to set the
'minimum password age' during a password SET.

Andrew Bartlett
-
Jeremy Allison
331e621b58 Merge of new appliance-head scalable printing fixes.
Jeremy.
-
Andrew Bartlett
536e24ee5b (merge from HEAD)
Give volker a hand, and let domain joins with existing user accounts work
a bit better.

This just sets the minimum possible attributes - if we are 'upgrading' an
LDAP based user account, the attributes will be there anyway.  This matches
NT pretty well to.

This also fixes some use of unitialised values in the desired_access checking.
(found by valgrind).

Andrew Bartlett
-
Volker Lendecke
d59a7bea6b Merge from HEAD -
Jelmer Vernooij
5310447ec6 Patch from Samuel Thibault to convert messages from dos to unix charset
when sending(and vice versa when receiving).
-
Jim McDonough
2e3710f672 use pstrcpy_base() -
Volker Lendecke
62d5a78b02 Merge from HEAD -
Jelmer Vernooij
eccb699811 Make swat use popt -
Tim Potter
0308a0a112 Merge of compiler warning fixups. -
Tim Potter
68b4052281 Merge of removal of py_samba.c -
Jeremy Allison
bf795b684e lib/messages.c: Check return from chainlock before modifying message queue.
Apply the job returned limit across all requests for job queues.
Jeremy.
-
Herb Lewis
55681422e9 void function cannot return a value (besides the function called was
a void)
-
Jim McDonough
5078436d83 use strnlen to prevent coredumps -
Jim McDonough
c5876f9f07 replace pstrcpy -
cvs2svn Import User
6f94672d3d This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jelmer Vernooij
af7bfee0c6 Put in the new modules system. It's now used by passdb and rpc. I will
put a doc about it in dev-doc later today.
-
Volker Lendecke
f420320608 Merge from HEAD.
Volker
-
Volker Lendecke
5eaf9195ee Add paramter 'ldap del only sam attr'.
This patch is heavily based on a patch by SuSE. Thanks
to Guenther Deschner <gd@suse.de> for providing it.

Volker
-
Jelmer Vernooij
051b33e98f Fix some comment typos -
Jelmer Vernooij
41ea416adb Fix some comment typos -
Volker Lendecke
12110a263b merge from HEAD -
Volker Lendecke
aa9b8382d3 Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-) -
Volker Lendecke
a5218499eb If we fail, return an error code :-)
Volker
-
Tim Potter
54000fc3b0 GCC 3.x has deprecated multi-line string constants. -
Tim Potter
74c1cd0040 Fix compiler warning. -
Tim Potter
6326b0f0b4 Removed unused variable. -
Tim Potter
57e5c2007b Add function prototype. -
Tim Potter
e69c061211 Remove py_samba.c experiment - it didn't work. -
Volker Lendecke
da83d97eb5 Put group mapping into LDAP.
Volker
-
Volker Lendecke
f0f1518fc4 Put group mapping into LDAP.
Volker
-
Volker Lendecke
80bfa7efd6 Fix debug message not to use an uninitialized variable.
Volker
-
Martin Pool
ac6027884b Add additional StrCaseCmp test cases.
Doc.
-
Volker Lendecke
71906a5b4e Fix debug message not to use an uninitialized variable.
Volker
-
Martin Pool
a5a2cc9ae9 Add an STF module that defines the tests to be run by "make check". -
Martin Pool
27c1626ae0 Get rid of "make check" targets that call nonexistent code.
Add in new ones that run STF, after setting up a PATH and
LD_LIBRARY_PATH that will let them find samba in the build directory.

LD_LIBRARY_PATH is probably not portable but without libtool I don't
know a portable way to do it.  Perhaps the simple solution is just to
link these things statically?
-
Martin Pool
ef5bdb1700 A new STF test case! This one checks strcasecmp correctness for
various strings.
-
Martin Pool
00b1478822 Add the correct file :-( to ignore .po and .po32 files. -
Martin Pool
a3f90cc6ab Remove this .po file from the repository. I meant to add a cvsignore
file that ignored it, but I slipped.
-
Martin Pool
705db537c5 Ignore t_strcmp test case. -
Martin Pool
9a8d50d45c Ignore .po and .po32 files. -
Martin Pool
e051789ac6 Run test 10000 times to make measurement easier. -
Jeremy Allison
e619c50834 Doin't pstrcpy into fstring.
Jeremy.
-
Jeremy Allison
e8155fade6 Ensure dev in make_connection is const.
Jeremy.
-
Jeremy Allison
1c6ea31b8f Ensure dev in make_connection is const.
Jeremy.
-
Jeremy Allison
f93c64b5ca Removed unused var.
Jeremy.
-
Jeremy Allison
fb925a72a6 Removed unused var.
Jeremy.
-
Jeremy Allison
478a5c654a const warning fix.
Jeremy.
-
Jeremy Allison
da1271a95f Merge mbp's HEAD changes.
Jeremy.
-