Tim Potter
2ca5ea16bd
Fixups for new args to cli_samr_connect()
...
Added samlookupnames and samlookuprids rpcclient commands.
0001-01-01 00:00:00 +00:00
Tim Potter
79710a3ab3
Fixed bug in cli_samr_create_dom_user()
...
Added cli_samr_lookup_names()
Removed redundant argument to cli_samr_connect()
0001-01-01 00:00:00 +00:00
Tim Potter
35d2794114
Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()
...
to use tallocated memory instead of dodgy static arrays.
0001-01-01 00:00:00 +00:00
Jeremy Allison
6d65556ae8
Set correct reply word in large writeX (greater than 64k) replies.
...
Also added smbtorture test for this.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
810dae29b8
Deal with incorrect large writes from old NT4.x clients.
...
We still need to set the large write reply correctly.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
dbb770ecc6
don't use c++ style comments
0001-01-01 00:00:00 +00:00
Andrew Tridgell
f3c70e4248
fixed solaris compilation error (don't add to a void*)
0001-01-01 00:00:00 +00:00
Tim Potter
84a22d5f0a
Merge of lsa_lookup_names() i18n bugfix from appliance.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
8ec9c87b5d
use LDSHFLAGS not -shared in several places
0001-01-01 00:00:00 +00:00
Tim Potter
6c9796286c
Added add domain user to rpcclient.
...
Added cli_ functions for set userinfo and userinfo2.
0001-01-01 00:00:00 +00:00
Tim Potter
086f332bb1
More compile fixups for winbind portability.
0001-01-01 00:00:00 +00:00
Tim Potter
7a1929b6ca
Compile fix for Solaris.
0001-01-01 00:00:00 +00:00
Tim Potter
b44d3f912c
Compile fix for solaris.
...
Fixed some compiler warnings.
0001-01-01 00:00:00 +00:00
Tim Potter
cae6958f08
Compile fix for wbinfo on solaris.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
02a3a782b8
removed SHLIBS until someone has time to get it to compile on more platforms (Richard?)
0001-01-01 00:00:00 +00:00
Tim Potter
bdb76938e2
Update prototype file.
0001-01-01 00:00:00 +00:00
Tim Potter
e7a4dd7612
Merge of i18n domain name fix for lsa_query_info_policy() from appliance
...
branch.
0001-01-01 00:00:00 +00:00
Tim Potter
b49c4cd441
Removed irritating and unecessary debug message.
0001-01-01 00:00:00 +00:00
Tim Potter
73eb539da6
i18n bugfix merge from appliance.
0001-01-01 00:00:00 +00:00
Gerald Carter
a25f6694d2
final sync with SAMBA_2_2
0001-01-01 00:00:00 +00:00
Gerald Carter
a4bf39e3dd
more syncs with SAMBA_2_2
0001-01-01 00:00:00 +00:00
Gerald Carter
720ec55c17
sync with SAMBA_2_2
0001-01-01 00:00:00 +00:00
Tim Potter
9e1d9a3a44
Oops.
0001-01-01 00:00:00 +00:00
Gerald Carter
3daa174cba
beginning of merge with SAMBA_2_2
0001-01-01 00:00:00 +00:00
Gerald Carter
95f5a5dc53
forgot one
0001-01-01 00:00:00 +00:00
Tim Potter
391e7caf76
If a debug class was explicitly set to zero the debug system would not
...
recognise it as there was no distinction made between zeroing a debug
class and just not setting it to anything. I've added a
debuglevel_isset array in parallel with the debuglevel_class array to
fix this.
Added a couple of new debug classes which I might start filling out
to get smb, rpc header and rpc marshall/unmarshalling debugs tidied
up.
Fixed a bunch of cut&paste bugs in include/debug.h
Modified smbcontrol and the messaging system debug handler to like the
debuglevel_isset stuff.
0001-01-01 00:00:00 +00:00
Gerald Carter
81b3af71d5
sync with SAMBA_2_2
0001-01-01 00:00:00 +00:00
Tim Potter
de46428d05
Added a --with/without winbind option to configure. The default is to
...
compile winbind on supported systems but this may be disabled using
--without-winbind. Using --with-winbind on unsupported systems has
no effect.
0001-01-01 00:00:00 +00:00
Gerald Carter
1bc58c21b1
syncing up with SAMBA_2_2
0001-01-01 00:00:00 +00:00
Tim Potter
870e9e4e89
Added *.po to .cvsignore files.
0001-01-01 00:00:00 +00:00
Tim Potter
b2e5dc606b
Added a comment.
0001-01-01 00:00:00 +00:00
Gerald Carter
c827787d67
merge from 2.2
0001-01-01 00:00:00 +00:00
Gerald Carter
e30a3be954
merge from 2.2
0001-01-01 00:00:00 +00:00
Gerald Carter
7e23ed4890
merge from 2.2
0001-01-01 00:00:00 +00:00
Jeremy Allison
6594a59263
Rename bzero -> memset.
...
Check returns from *all* mallocs (including strdups).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
18e652a5e0
Fix debug statement so it doesn't use lp_workgroup() either.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fbf03c89e6
fixed asprintf declaration
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ab24652394
- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add
...
tests for a fn or variable being defined in headers
- used this to add prototypes for asprintf and vasprintf on systems
that don't have them
0001-01-01 00:00:00 +00:00
Andrew Tridgell
200b682e9b
merged fix for tdb_unpack from 2_2
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c20838c635
added list function to tdbtool
0001-01-01 00:00:00 +00:00
Andrew Tridgell
823ba34342
new proto.h
0001-01-01 00:00:00 +00:00
Andrew Tridgell
045d7e1b16
make swat recover from previously bad umask from xinetd
0001-01-01 00:00:00 +00:00
Andrew Tridgell
68c0dcec3d
use the new tdb_open_log() fn on connections database
0001-01-01 00:00:00 +00:00
Andrew Tridgell
6e1277df9d
- fixed an off-by-1 bug in the delayed deletion code that I believe
...
was the initial cause of the connections database becoming corrupt.
Note that this bug only happens when doing deletions within a
traversal, which is why it has only showed up now
- added delete within traversal testing to tdbtorture
- added a lot more logging to tdb
0001-01-01 00:00:00 +00:00
Andrew Tridgell
3ab770484c
added a tdb_open_log() function that opens a tdb and enables logging
...
of messages from the tdb code into the Samba DEBUG() system
just call tdb_open_log() instead of tdb_open() to enable this on
any tdb
0001-01-01 00:00:00 +00:00
Tim Potter
16031364a8
Add border=0 in included swat images to get rid of the link border stuff.
...
Much prettier looking.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ba106b9b07
more portable TDB_LOG macro
0001-01-01 00:00:00 +00:00
Tim Potter
adb61490af
Fixed compiler warning.
0001-01-01 00:00:00 +00:00
Simo Sorce
97dbb54a13
4 new functions to retrieve single linked list of group and passwd entries
...
+ a fix to an infinite loop in srv_samr_nt.c caused by misuse of
setgrent/getgrent/endgrent solved by these new functions
0001-01-01 00:00:00 +00:00
Tim Potter
ab05c8cf1b
The manual page for swat referred to nmblookup in the synopsis.
0001-01-01 00:00:00 +00:00