1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

9911 Commits

Author SHA1 Message Date
Tim Potter
7f62309268 Fixed DRIVER_INFO_3 conversion function to check for dependent_files
key.
(This used to be commit 35413be0ac)
2002-10-21 04:12:47 +00:00
Tim Potter
aed3a9f343 Fix a silly memset typo.
Change a int* to a uint32* in the cli_spoolss_enum_ports() function.
(This used to be commit 4663d79d3e)
2002-10-21 04:03:49 +00:00
Andrew Tridgell
66ad44b588 reverted an incorrect fix. What I was trying to do was fix a problem
with filenames with spaces in mangle_hash.c but the real problem is
that mangle_hash.c assumes that the set of valid characters for 8.3
names is the same as the set of valid characters for long names. Thats
an invalid assumption, with space being the obvious example.
(This used to be commit e0065f4db4)
2002-10-21 03:47:51 +00:00
Andrew Tridgell
d51c1e333b a space is a standard valid character in a filename
(This used to be commit 0db79d4a37)
2002-10-21 03:40:18 +00:00
Tim Potter
47cf2825f8 Zero tallocated memory in decode_printer_info, decode_driver_info,
decode_port_info and decode_printerdriver functions.
(This used to be commit bf2d9dd5ba)
2002-10-21 02:48:55 +00:00
Tim Potter
a07df8249d Bugfix for pidfile_create() from Kelledin.
(This used to be commit 4808a95f5f)
2002-10-21 00:05:01 +00:00
Tim Potter
7c6400a78f Added stubs for query/set security descriptors on files. Not even close to
working yet.
(This used to be commit b7ef2e8b41)
2002-10-20 20:43:26 +00:00
Volker Lendecke
605ab78401 Fix full_name for info23 as well. Thanks, Andrew.
Volker
(This used to be commit 382c444225)
2002-10-19 08:09:28 +00:00
Volker Lendecke
0c35d78632 This fixes some bugs for NT4 usrmgr.exe
Volker
(This used to be commit 32d6bcf3ac)
2002-10-19 07:50:48 +00:00
Herb Lewis
955003ebce must add one to the extra_data size to transfer the 0 string terminator.
This was causing "wbinfo --sequence" to access past the end of malloced
memory.
(This used to be commit 4125c582aa)
2002-10-18 23:52:05 +00:00
Jelmer Vernooij
9cfa18208b Don't encourage people to use -P - it's obsolete
(This used to be commit 59ecac901a)
2002-10-18 23:27:49 +00:00
Andrew Bartlett
d00d56faea It seems that I'm meant to be using the helper function here, not the struct
directly...

Andrew Bartlett
(This used to be commit 0abeb8725e)
2002-10-18 22:27:55 +00:00
Jelmer Vernooij
e9368b1d20 Document parameters that have been added in 3.0
(This used to be commit 1fb6353c39)
2002-10-18 22:16:08 +00:00
Jelmer Vernooij
19eb4688cf Update for 3.0 (document -B, -s, -n options). Is now current
(This used to be commit 9f388e15b0)
2002-10-18 21:43:31 +00:00
Jelmer Vernooij
8e8d6da1ce smb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION section
(This used to be commit 28fb5f00c0)
2002-10-18 21:14:55 +00:00
Jelmer Vernooij
e5d7c4f150 Try to put some questions from the mailinglist in
(This used to be commit 1bf8ca3c89)
2002-10-18 21:01:42 +00:00
Jelmer Vernooij
14a2b338ff Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of all the files I touch!'
(This used to be commit e8d7f8eb43)
2002-10-18 20:36:43 +00:00
Jelmer Vernooij
010e444fd9 Document %D. Make a difference between sub_basic and sub_advanced substitutions
(This used to be commit 7fe52d378d)
2002-10-18 20:31:13 +00:00
Jim McDonough
e042a93cce Format objectGUIDs on ads dumps.
(This used to be commit 7eaf7e7115)
2002-10-18 20:11:29 +00:00
Jeremy Allison
e13dd2f302 Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy.
(This used to be commit f6103f866a)
2002-10-18 19:46:28 +00:00
Jelmer Vernooij
0fc3596a95 Add note to HP-UX: use gcc or HP's ansi C compiler and not the freely supplied C compiler
(which isn't ansi C compatible)
(This used to be commit 853558151e)
2002-10-18 18:30:49 +00:00
Gerald Carter
e1096e6936 NULL enum_local_groups for ads winbindd (temporary workaround).
(This used to be commit 06eea39abd)
2002-10-18 17:42:41 +00:00
Jim McDonough
fb3d215b39 Add extra parm to cli_full_connection call. Tim, you should probably look at this.
(This used to be commit a9f632ed5d)
2002-10-18 17:29:20 +00:00
Jelmer Vernooij
9cd6f05f2b Remove note about the howto being in 'htmldocs' - this notice has
been in since 2.2 so people should know by now...
(This used to be commit 744615f13f)
2002-10-18 15:54:02 +00:00
Jim McDonough
6ed415f4f5 Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c.
(This used to be commit 51e0f5c2dd)
2002-10-18 15:09:17 +00:00
Jeremy Allison
389a16d9d5 Added new error codes. Fix up connection code to retry in the same way
that app-head does.
Jeremy.
(This used to be commit b521abd86b)
2002-10-17 17:10:29 +00:00
Volker Lendecke
8cb53d56f2 Revert changes
(This used to be commit 975fd17f8a)
2002-10-17 08:12:20 +00:00
Volker Lendecke
41a427b6ba Revert changes
(This used to be commit 84b62f6d96)
2002-10-17 07:08:43 +00:00
Tim Potter
b1aba7b03b When unmarshalling a relstr, don't unmarshall the string data if the
offset is zero.  Previously we were jumping to the start of the
parse buffer (i.e offset zero) and reading string data until we hit
a terminating NULL.

Test case: in a PRINTER_INFO_0 structure, the servername field may be
NULL when doing an enumprinters with flags = PRINTER_ENUM_LOCAL.
(This used to be commit e62c6bf066)
2002-10-17 06:39:44 +00:00
Tim Potter
2d51ada527 Ignore python build directory.
(This used to be commit 36681c1c27)
2002-10-17 05:26:06 +00:00
Tim Potter
e7c011412b Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is out
of range instead of silently failing.
(This used to be commit b5111f47b5)
2002-10-17 05:08:34 +00:00
Tim Potter
4af2e30ecf make proto
(This used to be commit 86c884c3a1)
2002-10-17 04:48:08 +00:00
Tim Potter
14df81590c open_pipe_creds() now takes a pipe index instead of a pipe name.
(This used to be commit 3a0a30beda)
2002-10-17 04:45:25 +00:00
Tim Potter
dae2b02f78 Fix for new arguments of cli_nt_session_open()
(This used to be commit cfb0c12eb6)
2002-10-17 04:40:53 +00:00
Jeremy Allison
33b9cc3f67 Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy.
(This used to be commit 0d989a911d)
2002-10-16 20:09:22 +00:00
Gerald Carter
a0fbdc3d64 fix from APP_HEAD to commit a re-init'd printer to disk
(This used to be commit 64a1591444)
2002-10-16 18:21:55 +00:00
Volker Lendecke
9e19e9e9c1 No functional change. I'm trying to understand pdb_ldap.c and
found an unecessary parameter to ldapsam_search_one_user.

Volker
(This used to be commit a085670c7e)
2002-10-16 15:49:58 +00:00
Volker Lendecke
4f001512cd Create group mappings on the fly.
Volker
(This used to be commit e2fc1de34a)
2002-10-16 09:41:42 +00:00
Jeremy Allison
f55eb87af5 SMB_ASSERT to check list terminates.
Jeremy
(This used to be commit 25f6a9247e)
2002-10-16 01:28:11 +00:00
Andrew Tridgell
d0c11644dc - we need to rescan the trusted domain list regularly to cope with
transitive trusts, and trusts that are added while winbindd is running

- removed an unnecessary call to time()
(This used to be commit 14489ff30b)
2002-10-15 23:44:15 +00:00
Jeremy Allison
909ac9ed0d Change default of max_xmit to match W2K. Ensure NT negprot uses it.
Jeremy.
(This used to be commit e5fbfbcc9d)
2002-10-15 21:35:41 +00:00
Jeremy Allison
04b02e86ac Fix spelling of background_process.
Jeremy.
(This used to be commit 94fc0ea9f9)
2002-10-15 21:34:40 +00:00
Jeremy Allison
2e86b6bcc8 Change to use sys_read/sys_write.
Jeremy.
(This used to be commit 042890056d)
2002-10-15 21:33:20 +00:00
Jeremy Allison
598ebaa2b3 Added cli_set_timeout() call.
Jeremy.
(This used to be commit 94a5c58994)
2002-10-15 21:29:37 +00:00
Jelmer Vernooij
71b7f1bd75 These utilities aren't in HEAD
(This used to be commit 6bfd71ec20)
2002-10-15 20:57:33 +00:00
Jelmer Vernooij
89114dd5d7 These utilities are not in HEAD
(This used to be commit aacdde1fcb)
2002-10-15 20:56:37 +00:00
Jelmer Vernooij
0a12f1af0b make_smbcodepage and make_unicodemap are gone in HEAD
(This used to be commit ef40bde434)
2002-10-15 20:53:27 +00:00
Jelmer Vernooij
03a709902c Add info on chpass on *BSD systems (thanks Krzysztof Kowalik <kkowalik@uci.agh.edu.pl>)
(This used to be commit 5a81ac79db)
2002-10-15 20:13:43 +00:00
Jelmer Vernooij
ca5759f796 make html
(This used to be commit 3903420756)
2002-10-15 18:14:31 +00:00
Jelmer Vernooij
af73334255 Convert BROWSING-Config.txt to SGML
(This used to be commit 0b34832e33)
2002-10-15 18:02:23 +00:00