1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

5605 Commits

Author SHA1 Message Date
Richard Sharpe
832227a72b Fix up the problems with calling smbc_init multiple times. 0001-01-01 00:00:00 +00:00
Tim Potter
6bd1ba9a04 Fixed typo in #ifndef at head of file. 0001-01-01 00:00:00 +00:00
Tim Potter
bb01d2151c Added comment about possible optimisation to winbindd_pam_auth() 0001-01-01 00:00:00 +00:00
Tim Potter
9a77f8530f Fixed bug in winbind_sid_to_gid() function. 0001-01-01 00:00:00 +00:00
Tim Potter
73055f3f7d Correction to winbind nss library install process. So how do I update the
manual/html pages???
0001-01-01 00:00:00 +00:00
Jeremy Allison
d0c276c242 Added getconf flags for RH7.1 lfs support. Changed while() to a for()
loop in Simo's code (removes much grp = gep->next code).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5a15831b9a Changes to use new genrand code that got missed while I was in Japan.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
15efbbd2fe Fix for cli_samr_connect() arg change. 0001-01-01 00:00:00 +00:00
Tim Potter
d122568b35 Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of
static arrays.
0001-01-01 00:00:00 +00:00
Tim Potter
e65b486273 Added stub dfs client commands to rpcclient. 0001-01-01 00:00:00 +00:00
Tim Potter
abc294c4a8 Added stubs for dfs rpc client routines. 0001-01-01 00:00:00 +00:00
Tim Potter
6dfe98f602 Prototypes update. 0001-01-01 00:00:00 +00:00
Tim Potter
369c911b44 Indent dodgy function prototype to avoid make proto picking it up and
causing mayhem throughout the tree.
0001-01-01 00:00:00 +00:00
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