summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-02s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3...Stefan Metzmacher1-0/+53
2012-02-02s3:auth: fix potential gap creation in wbcsids_to_samr_RidWithAttributeArray()Stefan Metzmacher1-4/+5
2012-02-02s3-libsmb: Remove dead prototype.Andreas Schneider1-1/+0
2012-02-02build: fixed a link order problemAndrew Tridgell1-1/+3
2012-02-02replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij1-1/+4
2012-02-02tdb2: add --disable-tdb2Rusty Russell1-0/+3
2012-02-02smbtorture: Do not leak child processes when exitingChristof Schmitt1-0/+8
2012-02-01s3-libsmb: Remove dead gssapi code.Andreas Schneider2-113/+1
2012-02-01s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider9-53/+76
2012-02-01s3: Test for bug 8733Volker Lendecke3-0/+19
2012-02-01s3-vfstest: Correctly initialize the connection pathVolker Lendecke1-0/+2
2012-02-01s3-vfstest: Fix some uninitialized varsVolker Lendecke1-2/+2
2012-02-01s3-vfstest: Fix some pointless staticsVolker Lendecke1-4/+4
2012-02-01s3-vfstest: Fix a typoVolker Lendecke1-1/+1
2012-02-01s3-vfstest: Fix some nonblank line endingsVolker Lendecke2-25/+24
2012-02-01s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used()Michael Adam1-1/+1
2012-02-01Revert "s4-drs: do not try to contact for replication servers that are not an...Andrew Tridgell1-38/+4
2012-02-01s4-heimdal: the ASN1 compiler now depends on libreplaceAndrew Tridgell1-2/+2
2012-02-01s3-auth Remove unused nt_status_squash from auth_contextAndrew Bartlett1-1/+0
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett26-122/+110
2012-02-01s3/wscript: Fix dependency on gssapi, necessary when there is no system Kerbe...Jelmer Vernooij1-1/+1
2012-02-01source3/wscript: Expand tabs, to prevent confusion (whitespace is significant...Jelmer Vernooij1-321/+321
2012-02-01replace: Add include for bsd/string.h.Jelmer Vernooij1-0/+4
2012-02-01s3: Add rmdir operation to streams_depotVolker Lendecke1-0/+47
2012-01-31s3: Delete streams on directoriesVolker Lendecke1-0/+11
2012-01-31s3: Simplify an if-statementVolker Lendecke1-1/+1
2012-01-31Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2-0/+13
2012-01-31s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)Stefan Metzmacher1-3/+7
2012-01-31Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...Stefan Metzmacher1-5/+1
2012-01-31s3:smbd: inline code in reply_sesssetup_and_X_spnego()Stefan Metzmacher1-102/+71
2012-01-31s3:smbd: the spnego session setup don't need to copy the in blobStefan Metzmacher1-10/+5
2012-01-31s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_genericStefan Metzmacher1-27/+5
2012-01-31s3:smbd: remove unused code from sesssetup.cStefan Metzmacher2-549/+0
2012-01-31s3:smbd: remove pending_auth_data logicStefan Metzmacher2-269/+0
2012-01-31s3:smbd: always use the gensec code path in sesssetup.cStefan Metzmacher1-67/+32
2012-01-31s3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_auth_generic*Stefan Metzmacher1-22/+28
2012-01-31s3:smbd: always use the gensec code path in smb2_sesssetup.cStefan Metzmacher1-460/+7
2012-01-31libcli/smb: Convert struct smb_trans_enc_state to tallocAndrew Bartlett5-81/+20
2012-01-31s3-libsmb: Remove unused enum smb_trans_enc_typeAndrew Bartlett2-11/+3
2012-01-31s3-libsmb: Use gensec_spnego in smb seal clientAndrew Bartlett2-41/+7
2012-01-31s3-smbd: Use gensec_spnego in smb seal serverAndrew Bartlett1-304/+29
2012-01-31s3:libsmb/auth_generic: make use of gensec_spnego in the clientStefan Metzmacher1-4/+9
2012-01-31s3:auth/auth_generic: make use of gensec_spnego in the serverStefan Metzmacher1-4/+9
2012-01-31s3: Unify stream testing in open_directoryVolker Lendecke1-9/+5
2012-01-31s3: Re-indent an && sequence for better understandingVolker Lendecke1-2/+2
2012-01-31s3: Fix "smbcontrol smbd close-share"Volker Lendecke1-0/+11
2012-01-31s3:net ads join: remove a useless empty comment blockMichael Adam1-2/+1
2012-01-31s3:net ads join: add a comment for the call to _net_ads_join_dns_update()Michael Adam1-0/+5
2012-01-31s3:net ads join: reduce indentation in _net_ads_join_dns_updates()Michael Adam1-46/+47
2012-01-31s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...Michael Adam1-77/+84