summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-22s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang1-2/+8
2009-05-22s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang1-78/+51
2009-05-22s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang3-2/+58
2009-05-22s3: Fix request flags in wbinfo when perform krb5 authenticationBo Yang1-1/+2
2009-05-20Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison4-75/+243
2009-05-20s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty10-383/+588
2009-05-20s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher3-2/+98
2009-05-20s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher4-1/+221
2009-05-20s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate responseStefan Metzmacher1-0/+3
2009-05-20s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher1-42/+42
2009-05-20s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2-5/+16
2009-05-20s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher1-4/+4
2009-05-20Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison1-88/+227
2009-05-20s4:libcli/smb2: fix session setup with raw NTLMSSPStefan Metzmacher1-13/+17
2009-05-20s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blobStefan Metzmacher1-1/+8
2009-05-20s4:libcli/smb2: fill in transport->negotiate.secblob with the correct dataStefan Metzmacher1-0/+2
2009-05-20Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke1-5/+1
2009-05-20s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher4-0/+93
2009-05-20s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher3-0/+38
2009-05-20s3:smbd: add support for SMB2 NegotiateStefan Metzmacher4-1/+132
2009-05-20s3:smbd: make negprot_spnego() non staticStefan Metzmacher2-1/+3
2009-05-20s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher4-0/+1050
2009-05-20s3:param: add PROTOCOL_SMB2Stefan Metzmacher2-1/+10
2009-05-20SMB2-LOCK: let the test pass against samba4Stefan Metzmacher1-1/+7
2009-05-20Fix bug disclosed by lock8 torture testVolker Lendecke1-0/+17
2009-05-20Demonstrate a bug we have when dealing with real os-level share modesVolker Lendecke1-0/+75
2009-05-20s4: try to fix privileges implementation in order to pass the RPC-SAMR-USERS-...Günther Deschner3-3/+10
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott14-47/+202
2009-05-20s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2-0/+4
2009-05-20nsswrapper: implement group_del() in nss_wrapper.pl.Günther Deschner1-1/+22
2009-05-20nsswrapper: implement group_add() in nss_wrapper.pl.Günther Deschner1-4/+105
2009-05-20s4:smb_server: initialy read the first 4 bytes onlySam Liddicott1-0/+1
2009-05-20s4:libcli/raw: initialy read the first 4 bytes onlyStefan Metzmacher1-0/+1
2009-05-20Do not do a merged build without shared libsVolker Lendecke1-0/+1
2009-05-20Only build the krb5 locator when building shared libsVolker Lendecke1-1/+3
2009-05-19Set errno=ENOMEM if tevent_add_fd failsVolker Lendecke1-0/+4
2009-05-19Added mapping table for account object in lsa.Jeremy Allison2-0/+24
2009-05-19Simplify the logic of tsocket_bsd_pendingVolker Lendecke1-24/+26
2009-05-19tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij1-7/+1
2009-05-19Make local-wbclient flexible in # of connections and opsVolker Lendecke1-4/+6
2009-05-19Fix wb_trans_done after conversion to unix calling conventionsVolker Lendecke1-2/+2
2009-05-19Fix an uninitialized variable in wb_context_initVolker Lendecke1-0/+1
2009-05-19Another attempt at fixing the static build of vfs_notify_famVolker Lendecke1-5/+6
2009-05-19Fix detection of "enum FAMCodes"Volker Lendecke1-1/+1
2009-05-19s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan1-1/+0
2009-05-19Use TDB_VOLATILE instead of tdb_set_max_dead()Volker Lendecke1-5/+2
2009-05-19s3/docs: Fix shutdown script example.Karolin Seeger1-4/+5
2009-05-18s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan3-18/+45
2009-05-18s4 torture: Fix typoTim Prouty1-1/+1
2009-05-18s3 sendfile: Fix two bugs in sendfileTim Prouty1-3/+4