summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* r23148: Fix old old bug in cli_smbwrite() (not incrementingJeremy Allison2007-10-101-1/+1
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-10-101-1/+5
* r23001: - Fix but #4634. Type of the size parameter to getpeername was wrong.Derrell Lipman2007-10-101-1/+1
* r22950: Fix the issue Volker reported here :Jeremy Allison2007-10-102-28/+2
* r22930: Next attempt to get the build farm in line.Volker Lendecke2007-10-101-1/+2
* r22929: Attempt to fix some build farm failures: On port 139 the firstVolker Lendecke2007-10-102-1/+27
* r22924: Fix the build by correctly processing readXJeremy Allison2007-10-101-21/+25
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-104-25/+164
* r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe...Derrell Lipman2007-10-101-4/+8
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-3/+0
* r22905: cli_send_mailslot had a message_send_pid insideVolker Lendecke2007-10-101-9/+14
* r22850: - Fixes bug 4601. smbc_getxattr() would not, in one case, properly r...Derrell Lipman2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-107-45/+45
* r22747: Fix some C++ warningsVolker Lendecke2007-10-102-4/+4
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-5/+5
* r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman2007-10-102-1/+17
* r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner2007-10-101-0/+39
* r22655: Call correct free-macros in netsamlogon_cache_get() error paths. Forg...Günther Deschner2007-10-101-4/+3
* r22647: Avoid leaking a full info3 structure on each winbindd cached login by...Günther Deschner2007-10-101-4/+6
* r22644: Fix memleak.Günther Deschner2007-10-101-1/+3
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-3/+7
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-4/+4
* r22479: Add "net ads keytab list".Günther Deschner2007-10-101-6/+41
* r22425: Avoid to segfault if we only have the realm.Simo Sorce2007-10-101-0/+5
* r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-1011-55/+55
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-101-3/+4
* r22362: fix the build on othersystemsStefan Metzmacher2007-10-101-1/+4
* r22358: Use gss error to NTSTATUS mapping function for errors.Jeremy Allison2007-10-101-4/+2
* r22355: Ensure we get good debug messages from gss_XX calls.Jeremy Allison2007-10-101-0/+3
* r22354: Make client select krb5 encrpyt if krb5 already on.Jeremy Allison2007-10-101-0/+5
* r22353: Fix bad #ifdefs.Jeremy Allison2007-10-101-2/+2
* r22349: Fix missing ) in #else path.Jeremy Allison2007-10-101-1/+1
* r22345: Only use new krb5 OID.Jeremy Allison2007-10-101-1/+1
* r22344: Correctly create sub-struct for GSS encryption.Jeremy Allison2007-10-101-0/+15
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-102-4/+185
* r22212: Cope with signature errors on sessionsetupX loginsJeremy Allison2007-10-101-0/+20
* r22154: Make struct smbdb_ctx an opaque pointer so users of the APIJeremy Allison2007-10-101-0/+5
* r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison2007-10-101-0/+1
* r22093: send also the correct OID_KERBEROS5 not only the brokenStefan Metzmacher2007-10-101-1/+1
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-102-9/+16
* r22091: Fix an uninitialized variable warningVolker Lendecke2007-10-101-2/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-104-18/+18
* r22016: Try and fix the build - move things out of proto.hJeremy Allison2007-10-101-2/+2
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-104-18/+21
* r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison2007-10-101-26/+38
* r22012: Ensure we use the same technique to pull the share modeJeremy Allison2007-10-101-19/+21
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-103-12/+12
* r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-10-101-5/+13
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-106-55/+55