Age | Commit message (Expand) | Author | Files | Lines |
2012-02-01 | s3-vfstest: Fix some pointless statics | Volker Lendecke | 1 | -4/+4 |
2012-02-01 | s3-vfstest: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-02-01 | s3-vfstest: Fix some nonblank line endings | Volker Lendecke | 2 | -25/+24 |
2012-02-01 | s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used() | Michael Adam | 1 | -1/+1 |
2012-02-01 | Revert "s4-drs: do not try to contact for replication servers that are not an... | Andrew Tridgell | 1 | -38/+4 |
2012-02-01 | s4-heimdal: the ASN1 compiler now depends on libreplace | Andrew Tridgell | 1 | -2/+2 |
2012-02-01 | s3-auth Remove unused nt_status_squash from auth_context | Andrew Bartlett | 1 | -1/+0 |
2012-02-01 | selftest: Remove unused support for --exeext | Andrew Bartlett | 26 | -122/+110 |
2012-02-01 | s3/wscript: Fix dependency on gssapi, necessary when there is no system Kerbe... | Jelmer Vernooij | 1 | -1/+1 |
2012-02-01 | source3/wscript: Expand tabs, to prevent confusion (whitespace is significant... | Jelmer Vernooij | 1 | -321/+321 |
2012-02-01 | replace: Add include for bsd/string.h. | Jelmer Vernooij | 1 | -0/+4 |
2012-02-01 | s3: Add rmdir operation to streams_depot | Volker Lendecke | 1 | -0/+47 |
2012-01-31 | s3: Delete streams on directories | Volker Lendecke | 1 | -0/+11 |
2012-01-31 | s3: Simplify an if-statement | Volker Lendecke | 1 | -1/+1 |
2012-01-31 | Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master. | Ira Cooper | 2 | -0/+13 |
2012-01-31 | s3:client: ignore SMBecho errors (the server may not support it) (bug #8139) | Stefan Metzmacher | 1 | -3/+7 |
2012-01-31 | Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque... | Stefan Metzmacher | 1 | -5/+1 |
2012-01-31 | s3:smbd: inline code in reply_sesssetup_and_X_spnego() | Stefan Metzmacher | 1 | -102/+71 |
2012-01-31 | s3:smbd: the spnego session setup don't need to copy the in blob | Stefan Metzmacher | 1 | -10/+5 |
2012-01-31 | s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_generic | Stefan Metzmacher | 1 | -27/+5 |
2012-01-31 | s3:smbd: remove unused code from sesssetup.c | Stefan Metzmacher | 2 | -549/+0 |
2012-01-31 | s3:smbd: remove pending_auth_data logic | Stefan Metzmacher | 2 | -269/+0 |
2012-01-31 | s3:smbd: always use the gensec code path in sesssetup.c | Stefan Metzmacher | 1 | -67/+32 |
2012-01-31 | s3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_auth_generic* | Stefan Metzmacher | 1 | -22/+28 |
2012-01-31 | s3:smbd: always use the gensec code path in smb2_sesssetup.c | Stefan Metzmacher | 1 | -460/+7 |
2012-01-31 | libcli/smb: Convert struct smb_trans_enc_state to talloc | Andrew Bartlett | 5 | -81/+20 |
2012-01-31 | s3-libsmb: Remove unused enum smb_trans_enc_type | Andrew Bartlett | 2 | -11/+3 |
2012-01-31 | s3-libsmb: Use gensec_spnego in smb seal client | Andrew Bartlett | 2 | -41/+7 |
2012-01-31 | s3-smbd: Use gensec_spnego in smb seal server | Andrew Bartlett | 1 | -304/+29 |
2012-01-31 | s3:libsmb/auth_generic: make use of gensec_spnego in the client | Stefan Metzmacher | 1 | -4/+9 |
2012-01-31 | s3:auth/auth_generic: make use of gensec_spnego in the server | Stefan Metzmacher | 1 | -4/+9 |
2012-01-31 | s3: Unify stream testing in open_directory | Volker Lendecke | 1 | -9/+5 |
2012-01-31 | s3: Re-indent an && sequence for better understanding | Volker Lendecke | 1 | -2/+2 |
2012-01-31 | s3: Fix "smbcontrol smbd close-share" | Volker Lendecke | 1 | -0/+11 |
2012-01-31 | s3:net ads join: remove a useless empty comment block | Michael Adam | 1 | -2/+1 |
2012-01-31 | s3:net ads join: add a comment for the call to _net_ads_join_dns_update() | Michael Adam | 1 | -0/+5 |
2012-01-31 | s3:net ads join: reduce indentation in _net_ads_join_dns_updates() | Michael Adam | 1 | -46/+47 |
2012-01-31 | s3:net ads join: move dns update code out to new function _net_ads_join_dns_u... | Michael Adam | 1 | -77/+84 |
2012-01-31 | s3:net ads join: improve comment for dns update block | Michael Adam | 1 | -4/+4 |
2012-01-31 | s3:net ads join: improve status evaluation for call to net_update_dns() | Michael Adam | 1 | -2/+5 |
2012-01-31 | s3:net ads join: interpret return code of ads_kinit_password() in dns update ... | Michael Adam | 1 | -1/+8 |
2012-01-31 | s3:net ads join: check for malloc success and react accordingly in dns update... | Michael Adam | 1 | -0/+5 |
2012-01-31 | s3:net ads join: check for success of fetching machine password in dns update... | Michael Adam | 1 | -0/+5 |
2012-01-31 | s3:net ads join: untangle assignment from check, fix return code and improve ... | Michael Adam | 1 | -2/+8 |
2012-01-31 | s3:net ads join: reduce indentation and improve logging in the dns update cod... | Michael Adam | 1 | -13/+17 |
2012-01-31 | s3:net ads join: untangle assignment from check. | Michael Adam | 1 | -1/+2 |
2012-01-31 | s3:net registry: fix a copy and paste error in a help text | Michael Adam | 1 | -2/+2 |
2012-01-31 | tevent: Fix python documentation strings | Amitay Isaacs | 1 | -2/+2 |
2012-01-31 | replace: Only include C files from which there are actually functions used. | Jelmer Vernooij | 1 | -2/+21 |
2012-01-31 | replace: use libbsd for strlcat/strlcpy when available. | Jelmer Vernooij | 1 | -15/+21 |