summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix the build without system-ldap.Volker Lendecke2009-06-061-1/+1
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-061-2/+2
* Add an early prototyp of pdb_ads.c.Volker Lendecke2009-06-063-1/+1290
* Add some samba-style tldap utility functionsVolker Lendecke2009-06-064-1/+406
* Add the early start of an async ldap libraryVolker Lendecke2009-06-064-0/+2075
* s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTEDStefan Metzmacher2009-06-061-1/+1
* s3:smbd: return the same things as Windows 7 for SMB2 Ioctl responsesStefan Metzmacher2009-06-061-7/+23
* Allow AF_UNIX for open_socket_outVolker Lendecke2009-06-061-0/+4
* s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner2009-06-062-2/+20
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-054-74/+148
* s3:smbd: split smbd_smb2_flush() into a tevent_req based _send()/_recv() pairStefan Metzmacher2009-06-051-25/+97
* s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pairStefan Metzmacher2009-06-051-99/+199
* s3:smbd: fix the build in smb2_ioctl.cStefan Metzmacher2009-06-051-1/+1
* s3:smbd: add support for SMB2 Ioctl FSCTL_DFS_GET_REFERRALSStefan Metzmacher2009-06-051-0/+74
* s3:smbd: add support for STATUS_BUFFER_OVERFLOW to SMB2 IoctlStefan Metzmacher2009-06-051-5/+10
* s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher2009-06-053-0/+5
* s3:smbd: fix the logic for compounded requestsStefan Metzmacher2009-06-051-1/+1
* s3:smbd: only setup the dyn iovec if a a dyn blob is givenStefan Metzmacher2009-06-051-2/+1
* s3:smbd: add support for SMB2 Ioctl FSCTL_PIPE_TRANSCEIVE on IPC$Stefan Metzmacher2009-06-051-0/+92
* s3:smbd: add support for SMB2 Read on IPC$Stefan Metzmacher2009-06-051-6/+52
* s3:smbd: add support for SMB2 Write on IPC$Stefan Metzmacher2009-06-051-5/+49
* s3:smbd: add support for SMB2 Create on IPC$Stefan Metzmacher2009-06-051-1/+17
* s3:smbd: add support for SMB2 IoctlStefan Metzmacher2009-06-054-4/+281
* s3:smbd: add missing return statements to the SMB2 write error casesStefan Metzmacher2009-06-051-0/+2
* s3:smbd: add missing return statements to the SMB2 read error casesStefan Metzmacher2009-06-051-0/+2
* s3:smbd: split smbd_smb2_write() into tevent_req based *_send()/_recv() funct...Stefan Metzmacher2009-06-051-47/+129
* s3:smbd: split smbd_smb2_read() into tevent_req based *_send()/_recv() functionsStefan Metzmacher2009-06-051-61/+148
* s3:smbd: make smbd_server_connection_terminate() a macroStefan Metzmacher2009-06-052-3/+11
* s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher2009-06-054-30/+23
* s3:smbd: add support for printers to SMB2 CreateStefan Metzmacher2009-06-051-38/+41
* source3/torture/vfstest.c(process_file): fixed file descriptor leak.Slava Semushin2009-06-051-0/+4
* Fix a couple of warnings in log2pcaphex.cVolker Lendecke2009-06-051-8/+12
* Fix bug 6392: Exit log2pcaphex if a requested output file can't be openedVolker Lendecke2009-06-051-0/+1
* clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry.Jelmer Vernooij2009-06-041-3/+8
* s3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREATEX_OPTIONS_ASYNC_ALER...Stefan Metzmacher2009-06-041-0/+4
* s3:smbd: call set_current_service() when a SMB2 tcon will be usedStefan Metzmacher2009-06-041-0/+5
* s3:smbd: fix potential fsp leak if print_fsp_open() failsStefan Metzmacher2009-06-041-0/+1
* s3: map NetBSD's errno on posix open calls for symlinksBjörn Jacke2009-06-041-0/+3
* Change smbd_smb2_request_error() to add a __location__.Jeremy Allison2009-06-043-10/+13
* Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison2009-06-043-9/+75
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-032-19/+0
* s3: correct check for usleep value boundariesBjörn Jacke2009-06-031-1/+1
* s3:smbd: implement SMB2 WriteStefan Metzmacher2009-06-034-1/+216
* s3:smbd: implement SMB2 ReadStefan Metzmacher2009-06-034-1/+210
* s3:smbd: implement SMB2 FlushStefan Metzmacher2009-06-034-1/+123
* s3:smbd: implement SMB2 CloseStefan Metzmacher2009-06-034-1/+135
* s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher2009-06-034-1/+277
* s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher2009-06-033-1/+54
* s3:smbd: return more details in the SMB2 Tree Connect responseStefan Metzmacher2009-06-031-6/+32
* s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher2009-06-034-1/+30