summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure all possible uses of indirection through res are checked afterJeremy Allison2009-05-211-6/+6
* Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.Jeremy Allison2009-05-211-1/+1
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* s3 torture: Fix warningTim Prouty2009-05-211-1/+1
* s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty2009-05-211-1/+1
* s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher2009-05-211-1/+1
* s3-build: fix the build of ntlm_auth. Bo Yang, please check.Günther Deschner2009-05-211-1/+1
* s4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownfail list.Günther Deschner2009-05-211-0/+1
* s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang2009-05-221-2/+8
* s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang2009-05-221-78/+51
* s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang2009-05-223-2/+58
* s3: Fix request flags in wbinfo when perform krb5 authenticationBo Yang2009-05-221-1/+2
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-204-75/+243
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-2010-383/+588
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-203-2/+98
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-204-1/+221
* s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate responseStefan Metzmacher2009-05-201-0/+3
* s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher2009-05-201-42/+42
* s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2009-05-202-5/+16
* s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher2009-05-201-4/+4
* Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison2009-05-201-88/+227
* s4:libcli/smb2: fix session setup with raw NTLMSSPStefan Metzmacher2009-05-201-13/+17
* s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blobStefan Metzmacher2009-05-201-1/+8
* s4:libcli/smb2: fill in transport->negotiate.secblob with the correct dataStefan Metzmacher2009-05-201-0/+2
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher2009-05-204-0/+93
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-203-0/+38
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-204-1/+132
* s3:smbd: make negprot_spnego() non staticStefan Metzmacher2009-05-202-1/+3
* s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher2009-05-204-0/+1050
* s3:param: add PROTOCOL_SMB2Stefan Metzmacher2009-05-202-1/+10
* SMB2-LOCK: let the test pass against samba4Stefan Metzmacher2009-05-201-1/+7
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-201-0/+17
* Demonstrate a bug we have when dealing with real os-level share modesVolker Lendecke2009-05-201-0/+75
* s4: try to fix privileges implementation in order to pass the RPC-SAMR-USERS-...Günther Deschner2009-05-203-3/+10
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-2014-47/+202
* s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2009-05-202-0/+4
* nsswrapper: implement group_del() in nss_wrapper.pl.Günther Deschner2009-05-201-1/+22
* nsswrapper: implement group_add() in nss_wrapper.pl.Günther Deschner2009-05-201-4/+105
* s4:smb_server: initialy read the first 4 bytes onlySam Liddicott2009-05-201-0/+1
* s4:libcli/raw: initialy read the first 4 bytes onlyStefan Metzmacher2009-05-201-0/+1
* Do not do a merged build without shared libsVolker Lendecke2009-05-201-0/+1
* Only build the krb5 locator when building shared libsVolker Lendecke2009-05-201-1/+3
* Set errno=ENOMEM if tevent_add_fd failsVolker Lendecke2009-05-191-0/+4
* Added mapping table for account object in lsa.Jeremy Allison2009-05-192-0/+24
* Simplify the logic of tsocket_bsd_pendingVolker Lendecke2009-05-191-24/+26
* tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij2009-05-191-7/+1
* Make local-wbclient flexible in # of connections and opsVolker Lendecke2009-05-191-4/+6
* Fix wb_trans_done after conversion to unix calling conventionsVolker Lendecke2009-05-191-2/+2
* Fix an uninitialized variable in wb_context_initVolker Lendecke2009-05-191-0/+1