Jeremy Allison
dac22352cf
Added include guards around file.
...
Jeremy
0001-01-01 00:00:00 +00:00
Jim McDonough
a70bc077a1
Add RAP net share add support
0001-01-01 00:00:00 +00:00
Jean-François Micouleau
255b197a5c
print in a human readable format when the password expired.
...
J.F.
0001-01-01 00:00:00 +00:00
Jim McDonough
53247f5880
Add build of net utility
0001-01-01 00:00:00 +00:00
Jim McDonough
50c243518a
Add command-line remote management utility
0001-01-01 00:00:00 +00:00
Jim McDonough
b94427ddd5
Add additional client RAP calls
0001-01-01 00:00:00 +00:00
Jim McDonough
3545de4773
Add rap.h for net utility and libsmb
0001-01-01 00:00:00 +00:00
Jim McDonough
7c38daa54a
Add header for common RAP definitions
0001-01-01 00:00:00 +00:00
Jeremy Allison
ce59e4a772
Fixed issues with changenotify only being called once in VC++.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7707c5e073
Tidy up debug in notify code.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
d52cd1854f
Fixed some memory leaks introduced by connection handling rewrite, as well
...
as one memory leak that has been there for ages!
Changed the way talloc is used in get{pw,gr}nam routines.
0001-01-01 00:00:00 +00:00
Tim Potter
46fe5a8fb9
Converted some more functions to create and dispose of a talloc context on a
...
per-call basis rather than per-connection.
Had a bit more of a reformatting fest.
Still need to run it through insure and handle downed connections.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7c1688fd67
Restored old Bmpx code - actually used by OS/2.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
c2e06ed221
client : Fixed error return.
...
uid.c: Added missing void.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
8d23a7441b
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
...
Ensure make_conection() can only be called as root.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d8262286dd
Merge Gerry's %G change from 2.2.2.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
04479db879
got rid of start_background_queue()
...
THIS WAS A DISASTER!
it created hundreds of processes on the build farm machines, which we
can't kill.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
353c290f05
the beginnings of kerberos support in smbd. It doesn't work yet, but
...
it should give something for others to hack on and possibly find what
I'm doing wrong.
0001-01-01 00:00:00 +00:00
Tim Potter
7c3542ba87
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
0001-01-01 00:00:00 +00:00
Tim Potter
5392b3fc12
Now compiles under head branch.
...
Funny, I don't remember using libtool in the original Makefile...
0001-01-01 00:00:00 +00:00
Andrew Tridgell
b9e1f05393
removed some debug code
0001-01-01 00:00:00 +00:00
Andrew Tridgell
b74fda69bf
added basic NTLMSSP support in smbd. This is still quite rough, and
...
loses things like username mapping. I wanted to get this in then
discuss it a bit to see how we want to split up the existing
session setup code
0001-01-01 00:00:00 +00:00
Jeremy Allison
f5781f11eb
Fixed inconsistent definitions of InBuf/OutBuf/last_char.
...
Noticed by albert chin (china@thewrittenword.com ) .
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
234943c066
charset_initialise() doesn't exist anymore.
...
Why don't we build smbwrapper on a build farm machine to spot this sort of
thing earlier?
0001-01-01 00:00:00 +00:00
Jeremy Allison
3807c747a4
Optimisation to send only to correct processid.
...
Jeremy
0001-01-01 00:00:00 +00:00
Jean-François Micouleau
8ef9dff307
very simple asynchronous "lpq" thread patch
...
To speed up operations with the lpq command, it's now run in a separate
asynchronous process.
Opening the Printers folder on NT is now fast ;-) I think even faster than
with a ** server
Jeremy, you should look at that patch to include it in 2.2.3
J.F.
0001-01-01 00:00:00 +00:00
Jean-François Micouleau
6be8ea28f9
Fix some unicode string error.
...
I'm wondering if I have to audit *all* the rpc code for that kind of
trouble ;-) Oh well I've done it twice already, I can do it a third time
;-)
J.F.
0001-01-01 00:00:00 +00:00
Jeremy Allison
21f776df59
Don't core dump when using spinlocks on a read-only tdb. Unfortunately this
...
means that a read-write opener and a read-only opener are using different
locking mechanisms - this needs to be addressed, but it's hard as the
read-write opener using the spinlocks is usually first, so there's no
way to force them to change down to the fcntl method.
Read only access is less important anyway and can never corrupt the
tdb anyway, so errors in read-only record reads are more tolerable.
Jeremy
0001-01-01 00:00:00 +00:00
Motonobu Takahashi
810272fe44
added Italian message file from Simo Source
0001-01-01 00:00:00 +00:00
Andrew Tridgell
888183a17c
fix heimdal compilation
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2667dea146
fix linking of k5crypto library on openbsd
0001-01-01 00:00:00 +00:00
Jeremy Allison
f1f1a14598
Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@home.com>
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
7bb99a9e89
fixed finding the resolv library
0001-01-01 00:00:00 +00:00
Motonobu Takahashi
77806c3178
remove zh_CN.msg because there is no maintainer.
...
and correct some strings in ja.msg
0001-01-01 00:00:00 +00:00
Andrew Tridgell
1f4c8a1d9f
updated copyright notices
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2fbeedeb16
- renamed *.po message files to *.msg
...
- fixed minor bug in lang_tdb.c
the msg files are still in a po/ directory, but unfortunately that is
not easy to fix given the terrible handling of directories in CVS.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
38a43d75e2
split session setup code out of reply.c in preparation for adding
...
NTLMSSP and kerberos support in smbd
0001-01-01 00:00:00 +00:00
Andrew Tridgell
f283011c28
always install swat language files
0001-01-01 00:00:00 +00:00
Andrew Tridgell
aaa1e9315e
removed unused gettext code
0001-01-01 00:00:00 +00:00
Andrew Tridgell
dd3ad91724
include more libs needed for kerberos5 on some systems (eg. solaris)
...
removed some no longer needed i18n stuff from configure.in
0001-01-01 00:00:00 +00:00
Andrew Tridgell
5a6774c438
fixed the --with-krb5=dir option.
...
thanks to monyo for pointing out the problem
0001-01-01 00:00:00 +00:00
Andrew Tridgell
bef729741e
fixed typo
0001-01-01 00:00:00 +00:00
Andrew Tridgell
6c61c50d4f
forgot to add intl.h
0001-01-01 00:00:00 +00:00
Andrew Tridgell
acd84ed762
return of vsnprintf doesn't include termination
...
thanks to simo for spotting this
0001-01-01 00:00:00 +00:00
Andrew Tridgell
5296b20ad8
the next step in the intl changeover. This should get us compiling agian,
...
and also completes the switch to lang_tdb.c. SWAT should now work
with a po file in the lib/ directory
also removed useless SYSLOG defines in many files
0001-01-01 00:00:00 +00:00
Andrew Tridgell
8ca8875cd9
bit neater talloc_asprintf() implementation
0001-01-01 00:00:00 +00:00
Andrew Tridgell
1bcdf9106a
minor Realloc() fix - pedantic
0001-01-01 00:00:00 +00:00
Tim Potter
5fc97e72eb
Some reformatting.
0001-01-01 00:00:00 +00:00
Tim Potter
c6338d7eae
Pass domain structure around in cache code rather than the domain name.
0001-01-01 00:00:00 +00:00
Tim Potter
295dd2a581
Resurrected sam sequence number code.
...
Pass domain structure around in cache code rather than the domain name.
Some misc reformatting to make things look prettier.
0001-01-01 00:00:00 +00:00