Tim Potter
8fc772c9e5
Removed TimeInit() call from every client program (except for one place
...
in smbd/process.c where the timezone is reinitialised. Was replaced with
check for a static is_initialised boolean.
-
Tim Potter
8f01a8b078
Fixed check machine account function.
-
Tim Potter
5d343b4065
Ignore *.po files.
-
Martin Pool
fa7367a973
Rename $pwd to $test_root to avoid future confusion.
-
Jean-François Micouleau
646651018a
added lsa_enum_sids to rpcclient
...
fixed lsa_enum_rpivs server code. This time it works as W2K.
fixed smbgroupedit to compile and work.
J.F.
-
Tim Potter
d1dee2d032
Removed unused variable.
-
Tim Potter
d2034bc5f7
Oops - opening wrong pipe name in cli_lsa_initialise() helper function.
-
Jean-François Micouleau
f2766932d6
fixing enum_privs and get_dispname server code.
...
That works as expected now.
J.F.
-
Jean-François Micouleau
84035ae72f
add another command to rpcclient: getdispname. Show the full description
...
of a privilege.
J.F.
-
Jean-François Micouleau
fa63cb78e3
add a command to rpcclient: enumprivs
...
J.F.
-
Jeremy Allison
9f8c644abc
Got positive and negative name caching working correctly with lookupname/lookupsid.
...
There was a bug in cli_lsa_lookup_name/lookup_sid where NT_STATUS_NONE_MAPPED was
being mapped to NT_STATUS_OK, and also the *wrong* number of entries mapped
was being returned. The correct field is mapped_count, *NOT* num_entries.
Jeremy.
-
Jeremy Allison
7883a2288a
Fixed +ve caching. Still problems with -ve caching.
...
Jeremy.
-
Jeremy Allison
d039d4fa50
Fixed caching of lookupname/lookupsid. Error in check of success !
...
Jeremy.
-
Jeremy Allison
d3f5d5a4ac
Added debugs to track down sequence lookup problems.
...
Jeremy.
-
Gerald Carter
90ed3d47e1
remove unused variables
-
Gerald Carter
48f2da440f
merge oops fix from 2.2
-
Gerald Carter
0c0f322373
sync up with 2.2
-
Gerald Carter
96b3a65a73
merge from 2.2
-
Gerald Carter
f1143cd02c
--with-msdfs wsa removed
-
Gerald Carter
b51e5b07d9
WITH_MSDFS is not define anywhere. It's built by default.
-
Tim Potter
43c496598f
Made a libsmbclient doxygen group and moved all the libsmbclient groups
...
under it.
-
Jean-François Micouleau
bfbe7f377e
samr_querydom_info level 1: found the meaning of the unknow fields. And
...
discovered that our reply is short by 4 bytes since day 1 of this code.
Added a decode function to rpcclient too.
splitted the STRING2 fields filling while trying to understand the win9x
userlist bug. (didn't fix the bug, but the reply looks closer to NT).
J.F.
-
Jeremy Allison
54c968913d
W2K doesn't seem to respond to *#0 names in node status. Ensure name
...
lookup uses password server parameter when looking for PDCs.
Jeremy.
-
Tim Potter
edb556b474
More spelling fixes, comment reformatting.
-
Tim Potter
096868bd35
Spelling fix, reformatted comment.
-
Richard Sharpe
6d7c0f0bb4
One more patch from Tom Jansen. Hope I didn't break the tree :-)
-
Jeremy Allison
b16bb21d37
Added transparent +ve caching for lookupname/lookupsid. -ve caching can
...
be easily added (a one liner) once we know the correct error codes returned
by a W2K DC.
All other winbindd calls should go through a similar transparent caching layer
(and will soon).
Jeremy.
-
Jeremy Allison
1f6cc536b2
Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.
...
Jeremy.
-
Andrew Bartlett
a34c07377b
Fix up the build again...
...
Andrew Bartlett
-
Jeremy Allison
59cfcd8a6c
Don't scan locking db on closedown.
...
Jeremy.
-
Richard Sharpe
7ac404c853
Fix up libsmbclient in head.
...
Apply the patches from Tom Jansen, get rid of fprintfs and change them to
DEBUGs, etc ...
-
Tim Potter
3d87c1a244
Fixed sizeof vs array length bug in make_user_info_winbind_crap()
...
Spelling fix.
-
Jeremy Allison
694372b2c4
Merged in JohnR's ping messaging extension.
...
Jeremy.
-
Andrew Tridgell
1dd255b06d
forgot this file
-
Andrew Tridgell
c7f6116919
added the beginnings of ADS support in smbd
-
Andrew Tridgell
1e833f3564
added ANS1 integer define
-
Andrew Tridgell
233fe71fbb
added strlcpy() and strlcat()
-
Andrew Tridgell
1cbc18ae73
add a hook to save the krb5 PAC
-
Andrew Tridgell
e4fb073af0
fix maxfd test to start deleting at right file
-
Andrew Tridgell
f6a4b00aab
fix locktest default parameters
-
Andrew Tridgell
74303b75e4
add asn1 integer handling ready for the ldap netjoin code
-
Andrew Tridgell
618989b386
- make sure we use a non-zero session id so we can have multiple conns
...
open to w2k
- fix the string handling in the device name to match NT and smbd
- don't pull the domain from negprot if CAP_EXTENDED_SECURITY is set
-
Jeremy Allison
48a848f748
We don't actually use the horror that was lib/util_array.c :-).
...
More deleted code - hurrah !
Jeremy.
-
Martin Pool
32480d7aff
Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the
...
versions defined by libreadline on SCO (!).
-
Martin Pool
309b718842
Back out the change in 1.11 that set the poorly-named $pwd variable --
...
for the build farm this is actually the root directory for building,
or something like that. Thanks a.b.
-
Martin Pool
af65a01d0d
Also show $tree in diagnostics.
-
Martin Pool
19f5f81399
Make the smbpasswd options/usage message a little less bizarre: it now
...
shows all the available options, but explains that you must be root to
use them. Surely this is less confusing?
-
Martin Pool
1be6139e14
Do satyr work against a copy of the build farm scripts so as not to
...
break them.
installcheck has to find smbd in SBINDIR, not BINDIR.
-
Martin Pool
2c1e68d4ce
Fix typo.
-
Martin Pool
d51ef6bfa3
Move all other paths into dynconfig
-