summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops - opening wrong pipe name in cli_lsa_initialise() helper function.Tim Potter2001-11-221-1/+1
|
* fixing enum_privs and get_dispname server code.Jean-François Micouleau2001-11-221-20/+20
| | | | | | That works as expected now. J.F.
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-223-0/+106
| | | | | | of a privilege. J.F.
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-224-1/+152
| | | | J.F.
* Got positive and negative name caching working correctly with ↵Jeremy Allison2001-11-222-65/+71
| | | | | | | | | 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.
* Fixed +ve caching. Still problems with -ve caching.Jeremy Allison2001-11-221-105/+115
| | | | Jeremy.
* Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison2001-11-221-2/+8
| | | | Jeremy.
* Added debugs to track down sequence lookup problems.Jeremy Allison2001-11-221-4/+10
| | | | Jeremy.
* remove unused variablesGerald Carter2001-11-222-2/+0
|
* merge oops fix from 2.2Gerald Carter2001-11-221-4/+4
|
* sync up with 2.2Gerald Carter2001-11-221-0/+9
|
* merge from 2.2Gerald Carter2001-11-226-64/+685
|
* --with-msdfs wsa removedGerald Carter2001-11-221-1/+0
|
* WITH_MSDFS is not define anywhere. It's built by default.Gerald Carter2001-11-221-3/+0
|
* Made a libsmbclient doxygen group and moved all the libsmbclient groupsTim Potter2001-11-221-13/+21
| | | | under it.
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-216-28/+136
| | | | | | | | | | | 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.
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-217-40/+88
| | | | | lookup uses password server parameter when looking for PDCs. Jeremy.
* More spelling fixes, comment reformatting.Tim Potter2001-11-212-16/+22
|
* Spelling fix, reformatted comment.Tim Potter2001-11-212-8/+12
|
* One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe2001-11-211-0/+7
|
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-213-112/+238
| | | | | | | | 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.
* Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2001-11-212-130/+191
| | | | Jeremy.
* Fix up the build again...Andrew Bartlett2001-11-211-1/+1
| | | | Andrew Bartlett
* Don't scan locking db on closedown.Jeremy Allison2001-11-211-0/+4
| | | | Jeremy.
* Fix up libsmbclient in head.Richard Sharpe2001-11-212-1459/+1509
| | | | | Apply the patches from Tom Jansen, get rid of fprintfs and change them to DEBUGs, etc ...
* Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2001-11-202-4/+4
| | | | Spelling fix.
* Merged in JohnR's ping messaging extension.Jeremy Allison2001-11-202-33/+45
| | | | Jeremy.
* forgot this fileAndrew Tridgell2001-11-201-0/+29
|
* added the beginnings of ADS support in smbdAndrew Tridgell2001-11-207-117/+538
|
* added ANS1 integer defineAndrew Tridgell2001-11-201-0/+1
|
* added strlcpy() and strlcat()Andrew Tridgell2001-11-201-0/+36
|
* add a hook to save the krb5 PACAndrew Tridgell2001-11-201-0/+8
|
* fix maxfd test to start deleting at right fileAndrew Tridgell2001-11-201-0/+1
|
* fix locktest default parametersAndrew Tridgell2001-11-201-2/+3
|
* add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell2001-11-201-0/+26
|
* - make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell2001-11-201-8/+4
| | | | | | | | 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
* We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison2001-11-202-188/+1
| | | | | More deleted code - hurrah ! Jeremy.
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-203-26/+27
| | | | versions defined by libreadline on SCO (!).
* Back out the change in 1.11 that set the poorly-named $pwd variable --Martin Pool2001-11-201-2/+1
| | | | | for the build farm this is actually the root directory for building, or something like that. Thanks a.b.
* Also show $tree in diagnostics.Martin Pool2001-11-191-0/+1
|
* Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool2001-11-191-22/+20
| | | | | shows all the available options, but explains that you must be root to use them. Surely this is less confusing?
* Do satyr work against a copy of the build farm scripts so as not toMartin Pool2001-11-191-2/+2
| | | | | | break them. installcheck has to find smbd in SBINDIR, not BINDIR.
* Fix typo.Martin Pool2001-11-191-1/+1
|
* Move all other paths into dynconfigMartin Pool2001-11-195-22/+26
|
* Merge from 2.2.Tim Potter2001-11-191-1/+1
|
* Cosmetic fix for debug statement.Tim Potter2001-11-191-2/+1
|
* Fix obvious typo.Martin Pool2001-11-191-1/+1
|
* Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
| | | | | waiting for DNS timeouts to occur. The correct place to do this is in the code that displays the session information.
* Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool2001-11-194-495/+559
| | | | | this is only to get the cast right, but it might help with other parts of the API that changed later.
* Ignore .po files.Martin Pool2001-11-191-0/+1
|