summaryrefslogtreecommitdiffstats
path: root/source4/libcli/util
Commit message (Collapse)AuthorAgeFilesLines
...
* r324: - don't reseed on every password generateAndrew Tridgell2007-10-101-1/+5
| | | | | - check for overflow (very unlikely) in random buffer generation (This used to be commit 548ec1efefa6f337a362cbadae74f177774e9e29)
* r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell2007-10-102-15/+36
| | | | | | | | | | | - completed the IDL and test code for the various set user password mechanisms in samr. Three password mechanisms are now working, the UserInfo24 method, the OemChangePasswordUser2() method (which only sets the LM password) and the ChangePasswordUser2() method which sets both the LM and NT passwords. - updated some crypto routines to support the password change tests (This used to be commit 051efa2abf9d1fbbf783df411c02f2714027f813)
* r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell2007-10-101-2/+6
| | | | | | | | | | | | samr_AddMultipleMembersToAlias(), samr_RemoveMultipleMembersFromAlias(), samr_OemChangePasswordUser2(), and samr_ChangePasswordUser2() The password change functions don't actually work yet (but should soon). At this stage I have just completed the IDL for them. Next step is to get the hash verifiers right and the torture test should be able to do password changes. (This used to be commit 849d0d314a2add80f2b2be6b503fea05973f998e)
* r265: fixed a bug in the string to sid conversion codeAndrew Tridgell2007-10-101-6/+7
| | | | (This used to be commit 117aa5cab7783ea741d4840ea5ced00cf34868a3)
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-1/+4
| | | | | | | | | | | | | | | added ldbedit, a _really_ useful command added ldbadd, ldbdel, ldbsearch and ldbmodify to build solved lots of timezone issues, we now pass the torture tests with client and server in different zones fixed several build issues I know this breaks the no-LDAP build. Wait till I arrive in San Jose for that fix. (This used to be commit af34710d4da1841653624fe304b1c8d812c0fdd9)
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-102-1/+91
| | | | | this required some crypto infrastructure and some sid utilities (This used to be commit 37d0efa9c2af8532536bea88412f0dd3ed39ecfc)
* r23: get rid of def_finfoAndrew Tridgell2007-10-101-3/+0
| | | | (This used to be commit 25b7ec390aec3e324c4c7ad8edbc90fc8896b230)
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-14/+16
| | | | | | | | smbtorture to use the new interface. Part 2 will be to eliminate cli_state from smbtorture as this is now the only place where it is used. (This used to be commit db1cc96af62ea42837d60592877fc3f93cef143b)
* * another small API change in the credentials codeAndrew Tridgell2003-12-011-42/+40
| | | | | * don't use static variables in the smbdes code (This used to be commit e6e09064646c347169852fa162c72fc0542c6d5c)
* added netr_ServerAuthenticate() and test codeAndrew Tridgell2003-12-011-21/+0
| | | | | | | | | I would like the netlogon test suite to eventually do a new domain join using a fake workstation name, then remove itself afterwards, but for now I'm assuming we are already joined to the domain when the testsuite runs. This means you need to use the Samba3 net command to do a join before running RPC-NETLOGON (This used to be commit 8c7a9446a0892a4f7722cced5019667f7a9fafdd)
* * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2003-12-011-194/+0
| | | | | | * removed a bunch of code that needs to be rewritten using the new interfaces (This used to be commit 9b02b486ef5906516f8cad79dbff5e3dd54cde66)
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-262-257/+131
| | | | | | | | | | * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms (This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-2/+2
| | | | | | In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. (This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58)
* * add another WERR err codeAndrew Tridgell2003-11-171-0/+1
| | | | | | * use the top-level function argument printing to show more detail in RPC-* tests (This used to be commit 33bb8785625b1845750f28f2d810e7096afe9f8e)
* first public release of samba4 codeAndrew Tridgell2003-08-1312-0/+4516
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)