1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

11146 Commits

Author SHA1 Message Date
Andrew Bartlett
e8b4b13666 Fix compile on IA64 by noting that this should be the integer, not a pointer
to the integer for SIVAL().
-
Andrew Bartlett
b1b4370955 It seems that this causes some problems on some linux platforms - it's a
pity becouse otherwise you need to link a program with it to get the
fstring/pstring bugs.

Andrew Bartlett
-
Andrew Bartlett
552198b9e1 Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'
when setting the password.

Andrew Bartlett
-
Jelmer Vernooij
1002b0bbff FALSE -> False (reported by Paul Green) -
Andrew Bartlett
05a63bd17e Clobber the 'SAFETY_MARGIN' in libsmb.
Andrew Bartlett
-
Andrew Bartlett
191b0ab4d7 Clobber our SMB buffers between packets. I hope this will help find bugs
where we assume the buffer is zero, when it might not be (ie due to, previous
packets).

Andrew Bartlett
-
Andrew Bartlett
23c7342bc4 Patch from colo (on IRC) to get libsmbclient building due to pstring/fstring
issues.

Also pick up these link failures at compile time (rather than runtime).

Andrew Bartlett
-
Jeremy Allison
301f17df51 Merge of new appliance-head scalable printing fixes.
Jeremy.
-
Jelmer Vernooij
72bb5615f3 Add more mappings to the nterr->errno mapping table. It should be fairly
complete now.
-
Andrew Bartlett
929213ff2a 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
-
Jelmer Vernooij
228110e83f Only build pdb_ldap if both ldap libs and headers are found -
Volker Lendecke
d42eb2116d NT4 as well as W2k respond with IPC regardless of what service
type the client requested in the TCONX when connecting to IPC$.

It is very well possible that this also applies to the DISK and PRINTER
share types, not only IPC.

Found this while trying to join a HEAD domain from NT4SP6.

Volker
-
Jelmer Vernooij
ca066502a2 Patch from Samuel Thibault to convert messages from unix to dos charset. Works
on 2000.
sending messages to 9x needs to be fixed, but that didn't work anyway
-
Jelmer Vernooij
05b1681b03 Fix setOtherHelp() - pointed out by metze -
Jelmer Vernooij
3bad73ca87 Fix compile errors - don't use pstrcpy() on a fstring -
Jim McDonough
9387caf3ce use pstrcpy_base() -
Jelmer Vernooij
1d33afdef9 Build samr as well -
Jelmer Vernooij
44e9bf88cc Use True, not TRUE and False, not FALSE -
Volker Lendecke
5c6f5bef30 Fix typo -
Volker Lendecke
e1c275a66a I like debug level 10, but these messages always get into my way
when debugging pdc stuff...

Volker
-
Jelmer Vernooij
0ab40fac3a Update smbcacls.1 for 3.0 -
Jelmer Vernooij
45e5374e89 Convert smbcacls to popt -
Jelmer Vernooij
3cd1650d38 Make swat use popt -
Jelmer Vernooij
06c7a16b2d Update swat docs for 3.0 -
Jelmer Vernooij
c057c6594e Update wbinfo.1 for 3.0 -
Volker Lendecke
e8725913f9 Merge Herb's change.
Volker
-
Martin Pool
aee2ad9c34 If CFLAGS is set when running configure, then just use that.
Otherwise add -O.

(We used to always set -O, which is sometimes annoying when debugging
and anyhow clashes with normal autoconf behaviour.)
-
Jeremy Allison
dee1326a1d lib/messages.c: Check return from chainlock before modifying message queue.
Apply the job returned limit across all requests for job queues.
Jeremy.
-
Tim Potter
45929d1269 Cleanup bogus initialisation in SID_NAME_USE enum.
Added new sid type = 9 for "computer" from MSDN.
-
Jelmer Vernooij
ea85f8ff21 Add make rules for passdb/*.so -
Jelmer Vernooij
6acbb37e4e Fix corrupt memory reading in smb_register_passdb -
Jim McDonough
1960a650c1 use strnlen to prevent coredumps -
Jelmer Vernooij
4ce0e931ab Don't generate a Samba-Developers-Guide.{ps,txt} with the contents
of the Samba HOWTO collection
-
Jelmer Vernooij
730e2a0931 It's init_module(), not module_init() as metze pointed out. I really thought I check this well enough :-/ -
Jelmer Vernooij
dd03aec26d Fix pdb_unix usage - noticed by jmcd -
Jelmer Vernooij
a14b7fcd49 Fix uncompleted sentence -
Jelmer Vernooij
2541288025 Fix build errors and move pdb_guest.so -> guest.so -
Jelmer Vernooij
f0f454129a Add documentation on new modules system -
Jim McDonough
c6eb950b68 replace pstrcpy -
Jelmer Vernooij
fa1c8eee1f Fix module names -
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
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
-
Volker Lendecke
70bf31e1b0 Fix typo.
Thanks to Guenther Deschner <gd@suse.de>

Volker
-
Jelmer Vernooij
65dbd07b30 Update alpha information -
Jelmer Vernooij
0038a31819 Update to current situation - there's nothing about SAM/GUMS/IDMAP in here
currently, should there be?
-
Jelmer Vernooij
41ea416adb Fix some comment typos -
Jelmer Vernooij
a405788540 Regenerate -
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. -