summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* spnego: share spnego_parse.Günther Deschner2009-09-174-369/+10
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-1/+1
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-128/+0
* Second part of bug fix for 6606.Volker Lendecke2009-09-141-0/+6
* Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_crea...Jeremy Allison2009-09-141-1/+1
* s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handledVolker Lendecke2009-09-141-4/+118
* s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.Günther Deschner2009-09-131-0/+1
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-09-111-0/+1
* s3-errors: add NT_STATUS_RPC_NT_PROCNUM_OUT_OF_RANGE.Günther Deschner2009-09-111-0/+1
* s3-nterr: add NT_STATUS_RPC_NT_PROTOCOL_ERROR to nt_errstr().Günther Deschner2009-09-111-0/+1
* s3-nterr: add NT_STATUS_RPC_NT_CALL_FAILED.Günther Deschner2009-09-081-0/+1
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-061-1/+1
* s3:libsmb: Convert (state->received) to (state->received != 0)Volker Lendecke2009-09-051-1/+1
* s3:libsmb: Attempt to fix bug 6665Volker Lendecke2009-09-031-0/+6
* s3-smbpasswd: Fix Bug #6584: allow DOM\user when changing passwords remotely.Simo Sorce2009-09-021-3/+16
* s3-ntlmssp: use generated ntlmssp code for debugging purpose.Günther Deschner2009-08-281-0/+69
* s3-ntlmssp: add NDR helper routines for ntlmssp.Günther Deschner2009-08-282-0/+189
* s3-ntlmssp: use interface constants in TargetInfo blob.Günther Deschner2009-08-281-5/+5
* s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-16/+14
* s3-ntlmssp: remove trailing whitespace.Günther Deschner2009-08-272-125/+125
* s3-credentials: remove unused code.Günther Deschner2009-08-271-293/+0
* s3/debug: make SPENGO OID list appear under one debug headerSteven Danneman2009-08-261-1/+4
* s3-netlogon: let get_md4pw() return a struct samr_Password.Günther Deschner2009-08-261-3/+1
* Add some const to dsgetdcnameVolker Lendecke2009-08-251-5/+5
* s3:dsgetdcname: Fix a crash in dsgetdcnameVolker Lendecke2009-08-201-0/+2
* s3:dsgetdcname: Inline dsgetdcname_cache_refreshVolker Lendecke2009-08-201-26/+7
* Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165Jeremy Allison2009-08-191-1/+1
* Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou2009-08-111-1/+1
* Unable to browse DFS when using kerberosBo Yang2009-08-071-8/+14
* s3: Remove invalid constantMatthias Dieter Wallnöfer2009-07-311-1/+0
* (Hopefully) fix the problem Kai reported withJeremy Allison2009-07-281-2/+3
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-283-9/+62
* Fix a valgrind error in cli_ctemp_doneVolker Lendecke2009-07-271-1/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-3/+3
* Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb....Jeremy Allison2009-07-201-2/+1
* More conversions of NULL -> talloc_autofree_context()Jeremy Allison2009-07-163-19/+24
* Replace more long-lived contexts with talloc_autofree_context().Jeremy Allison2009-07-161-1/+1
* s3:libsmb: we need to include "includes.h" as first header to let code build ...Stefan Metzmacher2009-07-151-1/+1
* Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison2009-07-151-64/+206
* Consolidate string and data_blob routines in gencacheVolker Lendecke2009-07-151-8/+7
* Remove gencache_init/shutdownVolker Lendecke2009-07-155-93/+0
* Fix some nonempty blank linesVolker Lendecke2009-07-151-21/+20
* Remove gencache_[un]lock_keyVolker Lendecke2009-07-151-6/+0
* Make cli_posix_lock/unlock asynchronous.Jeremy Allison2009-07-131-58/+215
* s3: QNX doesn't know uint - replace with uint_tBjörn Jacke2009-07-071-4/+4
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-301-14/+38
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-06-171-1/+1
* s3/libsmb: Fix debug message.Karolin Seeger2009-06-151-1/+1
* Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison2009-06-101-36/+135
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-052-73/+117