r956: More debian updates:
[samba.git] / source / libcli /
2007-10-10 Andrew Tridgellr950: - added netr_ServerAuthenticate3(). This is used...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr917: - added the start of a LSA server to samba4.
2007-10-10 Andrew Tridgellr898: - remove some unused macros
2007-10-10 Andrew Tridgellr893: a few more _t conversions
2007-10-10 Gerald Carterr891: fix compile
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr874: This patch is a pile of work on NTLMSSP:
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Bartlettr754: Implement the SetPassword operation on the netlog...
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Andrew Bartlettr719: Follow the trend - remove more unused functions.
2007-10-10 Andrew Tridgellr718: removed some more unused code, and two source...
2007-10-10 Andrew Bartlettr708: Clean up copyright headers, to reflect code that...
2007-10-10 Stefan Metzmacherr702: fix krb5 linking
2007-10-10 Stefan Metzmacherr697: make use of SMB_EXT_LIB for LDAP and KRB5
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Andrew Bartlettr611: Fix breakage from my last commit:
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Bartlettr451: More NTLMSSP work.
2007-10-10 Andrew Bartlettr443: Update Samba4 to the auth and NTLMSSP code from...
2007-10-10 Andrew Tridgellr335: added much better handling of servers that die...
2007-10-10 Andrew Tridgellr324: - don't reseed on every password generate
2007-10-10 Andrew Tridgellr305: - added IDL and test code for samr_RidToSid()
2007-10-10 Andrew Tridgellr275: added IDL and test code for samr_QueryDisplayInfo3(),
2007-10-10 Andrew Tridgellr265: fixed a bug in the string to sid conversion code
2007-10-10 Jeremy Allisonr204: Turns out that the string in the SEARCH unix_info...
2007-10-10 Jeremy Allisonr189: Added UNIX search into tests - added client libra...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Andrew Tridgellr101: added lsa_SetSecret() and lsa_QuerySecret()
2007-10-10 Andrew Tridgellr100: remember the user session key during session...
2007-10-10 Gerald Carterr42: importing .cvsignore files
2007-10-10 Andrew Tridgellr23: get rid of def_finfo
2004-03-25 Andrew Tridgellfixed the handling of level II oplocks in samba4, espec...
2004-03-08 Andrew Tridgellfixed two writex client bugs
2004-02-21 Tim PotterThe file descriptor argument to cli_getattrE() is a...
2004-02-21 Andrew Tridgellfixed a problem with the smb client code spinning when...
2004-02-12 Stefan Metzmachermove more code to the config.m4 scheme
2004-02-10 Tim PotterConvert libcli routines to return NTSTATUS instead...
2004-02-10 Andrew Tridgell- modified the dcerpc client security code to be generi...
2004-02-08 Tim PotterConvert libcli routines to use cli_tree instead of...
2004-02-01 Stefan Metzmachermerge:
2004-01-15 Andrew Tridgell* fixed a segv when -U is not used in smbtorture.
2004-01-02 Tim PotterAutodetect service_type in cli_tree_full_connection...
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-15 Andrew Tridgellmake sure we allow clients to negotiate ntlmssp seal...
2003-12-11 Andrew Tridgellthe next step in the dcerpc server code. Added the...
2003-12-04 Andrew Tridgell* patch based on work by Jim Myers to unify the ioctl...
2003-12-02 Andrew Tridgelladded netr_DatabaseSync(). It doesn't work as I haven...
2003-12-02 Andrew Tridgellanother big improvement in the credentials API. I think...
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgell * another small API change in the credentials code
2003-12-01 Andrew Tridgellneater credentials handling in netlogon client code
2003-12-01 Andrew Tridgellfixed NTLMSSP_SIGN_VERSION (which I broke earlier today)
2003-12-01 Andrew Tridgelladded netr_LogonSamLogon() and test code
2003-12-01 Andrew Tridgelladded netr_ServerAuthenticate() and test code
2003-12-01 Andrew Tridgell * got rid of UNISTR2 and everything that depends...
2003-11-26 Andrew Tridgellfixed default port handling pointed out by Tom Jansen
2003-11-26 Andrew Tridgellfixed some memory leaks in the dcerpc use of ntlmssp...
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-23 Andrew Tridgellreduced the number of magic types we need in mkproto.pl
2003-11-20 Andrew Tridgellmake the socket send code a little clearer
2003-11-19 Andrew Tridgellupdated copyright year
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgellsecurity descriptors are no longer a "special" type...
2003-11-17 Andrew Tridgelladded OpenPrinter and a test function. Note that the...
2003-11-08 Andrew Tridgell- corrected some lsa idl
2003-11-06 Andrew Tridgellanother major bit of restructuring of rpc in Samba4...
2003-11-05 Andrew Tridgellfinished off the ndr_sec.c module
2003-11-04 Andrew Tridgellfixed another error found by valgrind
2003-11-04 Andrew Tridgellfixed some error found by valgrind
2003-11-04 Andrew Tridgelllsa_EnumSids() now works
2003-11-04 Andrew Tridgelllsa_OpenPolicy2 now works
2003-11-04 Andrew Tridgellyipee! we can now do lsaOpenPolicy() via the new interf...
2003-11-04 Andrew Tridgelladded support for fragmented sends
2003-11-04 Andrew Tridgelladded fragmentation support on receive for dcerpc packe...
2003-11-03 Andrew Tridgelladded SinkData and SourceData tests for rpcecho
2003-11-03 Andrew Tridgelladded rpcecho EchoData test
2003-11-03 Andrew Tridgellactually use the passed parameters!
2003-11-03 Andrew Tridgelladded a helper function to make building rpc functions...
2003-11-03 Andrew Tridgellstarted adding RPC-ECHO torture cases
2003-11-03 Andrew Tridgellwe only want the per-call stub data
2003-11-03 Andrew Tridgella major revamp of the low level dcerpc code in samba4...
2003-10-30 Andrew Tridgell- a few portability fixes from Jim Myers
2003-10-28 Tim PotterA fix for making transfer syntax a pointer instead...
2003-10-28 Tim PotterCli level code for initial dcerpc client support.
2003-10-28 Tim PotterInitial version of raw dcerpc client support.
2003-10-28 Tim PotterImplement raw SMBtrans by backending the SMBtrans2...
2003-10-10 Andrew Tridgellfixed snprintf.c for systems that have only some of...
2003-09-02 Andrew Tridgellthanks to ntfsd and some google searches I worked out...
2003-08-31 Andrew TridgellI think I've finally got the ascii/unicode issues right...
2003-08-15 Herb Lewisdon't leak memory if cli->tree is NULL
2003-08-15 Herb Lewisdon't dereference null pointer
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-15 Herb Lewiswrong typecast
2003-08-15 Andrew Tridgellfixed some places where we don't brace (flags & STR_UNI...
2003-08-15 Andrew Tridgelltry to cope with servers that return a blank alt_name...
next