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

9008 Commits

Author SHA1 Message Date
Jelmer Vernooij
0855e5810a Don't crash when there are no arguments specified -
Jelmer Vernooij
612ea35ab0 Add a DEBUG() that gives the number of successfully loaded modules - useful for debugging -
Jelmer Vernooij
018a44055d Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if
the libs they depend on are available
-
Jelmer Vernooij
98cb778cb7 Don't build Makefile.in in examples/VFS/ -
Jelmer Vernooij
4c05cbbe74 Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vfs_netatalk -
Jelmer Vernooij
14b129e301 Move working VFS modules to source/modules/ -
Andrew Bartlett
e424b08050 Try to bring libsmbclient in line with the new global_myname stuff -
Andrew Bartlett
6da20cd763 Undo the new --enable-developer flags that caused breakage on gcc != 3.2, and
rerun autoconf
-
Jeremy Allison
e57853000a Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()
to ensure the malloc is done.
Jeremy.
-
Jim McDonough
5170a9f7ff Bring smbmount.c in line with jra's global-cide. global_scope was used here... -
Andrew Bartlett
1dbc9eff14 - Add some more warning flags for --enable-developer.
- patch from SUSE for hiemdal headers in /usr/include/heimdal
-
Jeremy Allison
82b8f749a3 Removed global_myworkgroup, global_myname, global_myscope. Added liberal
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
-
Martin Pool
8cbaea2afa Rename unpack_* functions to be consistent
Decode CP850 strings when unpacking

Add variable giving default encoding name
-
Martin Pool
e62baf3a76 Rename pytdbpack_unpack -> pytdbunpack -
Martin Pool
7863c948b7 Just reorder functions to put related ones together -
Martin Pool
001779dffd Remove dead code for packing buffers which has now been reimplemented. -
Martin Pool
62ca27d140 Remove dead code for packing buffers which has now been reimplemented. -
Martin Pool
4a18526257 Remove non-integer Pointer values, which are no longer supported. -
Jelmer Vernooij
5191719eee Don't throw out WEIRD - yet (I committed my local changes together with my last fix. D'oh!) -
Jelmer Vernooij
a20676bc05 Fix segfault with high debug levels -
Jelmer Vernooij
8b65465875 Add smb_register_charset() and use it -
Jeremy Allison
205e8f0301 Fix all returns to be size_t (they are all unsigned). Fixup strlen being
done on ucs2 strings.
Jeremy.
-
Gerald Carter
c6d45216f6 fix for CR 601. Only call addprinter command when the port, driver, comment, or location field changed -
Jelmer Vernooij
21530f06b2 More improvement of DEBUG output -
Jelmer Vernooij
79207d5692 Add extra debug info -
Jim McDonough
101727335f Add getdata and getdataex commands -
Simo Sorce
1645567db3 union is better to avoid problems with pointers -
Jeremy Allison
940b04ddfa First cut of fix for changenotify on a print server handle. Use the connections tdb
with an snum of -1 and a special printername.
Jeremy.
-
Jelmer Vernooij
f4110a0f80 Print the number of returned rows, not the number of fields -
Jelmer Vernooij
ba34be7033 Add $(POPT_LIB_OBJ) to PROTO_OBJ -
Simo Sorce
80086728f2 consolidate error mapping functions into a single file -
Jeremy Allison
c206643baa Fix for scalable printing noticed by tpot. Don't loop infinately
when holding a mutex.... :-).
Jeremy.
-
Andrew Tridgell
20c1cd86ac make sure we don't try to decode any null password buffers during a
SAM sync. This copes with both unset passwords from NT4 DCs and the
null passwords you get from w2k domains.
-
Andrew Tridgell
69dba08c40 make sure that if kerberos fails we can fall back on NTLMSSP for SASL -
Andrew Bartlett
7501b2a518 Kill append_log from smbmount (thanks vance for reminding me).
Andrew Bartlett
-
Jim McDonough
9fc12e6cb2 Add net help join text, from Steve Langasek.
Also update the other commands to his correct example of [<method>], since
it is optional.

Thanks, Steve.
-
Gerald Carter
f20de1f9b0 deldriver fix -
Gerald Carter
e87829b494 re-enable ffpcn on print server handle -
Gerald Carter
d422a51b3a remove accidental debug code.. -
Jeremy Allison
90ac8184a0 Fix bug found by tpot with given password server.
Jeremy.
-
Jeremy Allison
064fa201ab Add chainlock_read functions to get a read lock. Used in *massively*
contended tdb's (and I've got one :-).
Jeremy.
-
Andrew Bartlett
e6837a8560 Fix bug where not specifying '-S PDC' in 'net join' would cause it to attempt
to contact a random IP address.

Andrew Bartlett
-
Martin Pool
2480d385db Rewrite all the packing stuff so that it converts 'f' strings to CP850
on encoding.  (Tough luck if your Samba codepage is not 850.)  It's
much cleaner and possibly more efficient now too: just build one big
list of strings, then zip it up at the end.

Still need to do this for unpacking.
-
Gerald Carter
488e985caa defunct winbindd fix from APP_HEAD -
Andrew Bartlett
81633064dd Compleatly remove support for logfile truncation. All logs are opened for
append writes.

(blessed by jra)

Andrew Bartlett
-
Andrew Bartlett
205209f77f Make smbpasswd use the group mapping, and fix spelling in ldapsam.
This gets user mangler for doamins working again.

Andrew Bartlett
-
Andrew Bartlett
62ee7b7dc0 Make it easier to track things down here - add some debugs on failure. -
Andrew Bartlett
a066bed5a4 Make smbpasswd tell people to use 'net join', not 'net rpc join' now we have
the automagic detection.
-
Jim McDonough
6d1d2849a7 Add enumdataex command -
Jim McDonough
a22fdf26fe Implement enumdata command -