Simo Sorce
162683d2b5
correct init for vfs.conn, thanks Stefan
0001-01-01 00:00:00 +00:00
Jim McDonough
4c52d7bd93
libads/krb5_setpw.c
0001-01-01 00:00:00 +00:00
Jim McDonough
9f1a4809b5
Can't return SAFE_FREE...put on its own line.
0001-01-01 00:00:00 +00:00
Jim McDonough
762b072efb
Correct way to keep fucntion from proto.h
0001-01-01 00:00:00 +00:00
Jim McDonough
9874b233d5
Fix segv in net ads join...an extra & was the culprit
0001-01-01 00:00:00 +00:00
Alexander Bokovoy
747d2d70a9
Improve detection of iconv(3) for various platforms. M4 code is similar to what I use in Midgard for past few years, modified for Samba needs.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
adad4c66fc
Missed one use of SETENV. (Compat macro no longer needed, as we have a
...
replace.c function).
0001-01-01 00:00:00 +00:00
Andrew Bartlett
c4834c4690
Now we have setenv() in replace.c, we don't need a seperate copy here.
...
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
63f5e92536
Check return values of various join-related functions, and ensure we always
...
compare push_* returns with (size_t)-1, not < 0.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
50bced1e26
Move to a in-memory ccache for winbind, and replace setenv() properly.
...
(According to the manpages, you cannot put a stack variable into putenv()).
Yes, this leaks memory.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
4fe8066394
After a talloc_zero(), we don't need to ZERO_STRUCTP too..
0001-01-01 00:00:00 +00:00
Andrew Bartlett
53b8f8a441
Fix logfile formatting, we were missing a "\n"
0001-01-01 00:00:00 +00:00
Andrew Bartlett
6af9ec50e0
Only do a kinit if we got told to use kerberos.
...
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jim McDonough
7e84497882
Get non-krb systems to compile. How the heck do I keep something from being sucked into proto.h?
0001-01-01 00:00:00 +00:00
Jeremy Allison
ac96fa173c
Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default
...
perms.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e8a9bf67cb
Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the
...
jobid is below the UNIX_JOB_START number.
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
45e409fc8d
Try to get heimdal working with HEAD.
...
- Provide generic functions for
- get valid encryption types
- free encryption types
- Add encryption type parm to generic function create_kerberos_key_from_string()
- Try to merge the two versions (between HEAD and SAMBA_3_0) of kerberos_verify.c
I think this should work for both MIT and heimdal, in HEAD. If all goes smooth,
I'll move it over to 3.0 soon...
0001-01-01 00:00:00 +00:00
Jim McDonough
48dcf5b97f
Add support for detecting method of listing encryption types (MIT v Heimdal)
0001-01-01 00:00:00 +00:00
Martin Pool
cab94c8a31
Remove old listproc address; update instructions for subscribing to
...
the mailing list.
0001-01-01 00:00:00 +00:00
Jim McDonough
8c69212eeb
base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().
0001-01-01 00:00:00 +00:00
Martin Pool
7096d5feb2
Remove old listproc address and webmaster mailing address.
...
(Is this file actually still used? Perhaps it would be better to
include something from the web site instead. I'm not going to merge
this across because I think it's dead.)
0001-01-01 00:00:00 +00:00
Martin Pool
92ab401656
Remove tridge's old home address, and old samba-bugs adddress. He can
...
add the new one if he wants.
(I wonder if the new owners of that house wonder why pizza keeps
turning up? :-)
0001-01-01 00:00:00 +00:00
Martin Pool
f2a4c51983
Remove reference to obsolete samba-bugs address. Suggest people
...
report trouble in the first instance to samba@lists.
0001-01-01 00:00:00 +00:00
Martin Pool
8e5f2ac3ca
Remove reference to obsolete samba-bugs address.
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
1ab5a3b17f
Regenerate
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
424cfccec2
Update to current status
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
44a862e55c
Document -k
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
a99e4bd2c0
Few small cosmetic changes
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
73def167a8
Use sgml syntax for warnings
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
847d050851
Move all password database stuff to one document - hope this makes it somewhat
...
more understandable for the user. Comments are welcome!
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
46c99ff855
Update introduction
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
5de622968d
Add -V option (to print out version) to utilities where possible
...
(pdbedit already has a -V option..)
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
3757ed8df0
Use the new modules stuff to load dynrpc modules. Basically this means:
...
- calling the initialization function in the module init_module() instead of rpc_pipe_init()
- calling smb_load_module() to do the dlopen(), dlsym() and init_module() calls
I'll merge this to 3.0, together with the smb_load_module() function.
Discussed with Anthony.
0001-01-01 00:00:00 +00:00
Rafal Szczesniak
e77c44efd9
Fix of two warnings.
...
pull_ucs2_talloc function takes char** pointer, not (here
explicitly casted) void** one.
Rafal
0001-01-01 00:00:00 +00:00
Tim Potter
8d166ae093
We don't use mkproto stuff for the python extensions anymore.
0001-01-01 00:00:00 +00:00
Tim Potter
0659351b25
Cleanup of header files for python extensions.
...
- combine py_foo_proto.h and py_foo.h
- move #include of Python.h into one place so we can get rid of that
annoying compiler warning about HAVE_FSTAT being redefined
0001-01-01 00:00:00 +00:00
Jeremy Allison
e7c4616c45
Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now need
...
to set this for Tru64.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
9a4b7a86fd
set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985
0001-01-01 00:00:00 +00:00
Martin Pool
e22465749d
Remove obsolete comment.
0001-01-01 00:00:00 +00:00
Martin Pool
735c99dadb
Doxygen janitor. No other changes.
0001-01-01 00:00:00 +00:00
Martin Pool
bfb6104521
cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDs
...
which are not valid.
0001-01-01 00:00:00 +00:00
Martin Pool
5a59727278
init_dom_sid2s: Check return code from string_to_sid. Skip tokens
...
that are not valid SIDs.
0001-01-01 00:00:00 +00:00
Martin Pool
fe449328b2
Check return code from string_to_sid.
0001-01-01 00:00:00 +00:00
Martin Pool
bb095dc28d
add_initial_entry should fail if string_to_sid fails.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
bcbc221323
Patch from vorlon@debian.org to split out our -lacl dependency to only smbd
...
and vfstest.
0001-01-01 00:00:00 +00:00
Martin Pool
82414706e6
Doxygen janitor and some doc typo fixes.
0001-01-01 00:00:00 +00:00
Martin Pool
fa38e7956c
Doxygen janitor. No other changes.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
1a723bcda7
The cli_send_tconX code already determines to send \\server\share to port 139
...
and share to 445, so doing this only confuses the issue (sending
\\server\\server\share to 139) and makes debugging specific error codes more
difficult.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Martin Pool
24fe55ea6d
Update config.guess, config.sub to the versions from the GNU autotools
...
2003-01-10 release. This adds or improves detection for many host
platforms.
0001-01-01 00:00:00 +00:00
Martin Pool
90e1d8bdfa
Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.
0001-01-01 00:00:00 +00:00