summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3-smbd: Replace client_id in smbd session.Andreas Schneider2011-07-041-7/+9
* s3-smbd: Replace client_id in smbd service.Andreas Schneider2011-07-041-6/+21
* s3-smbd: Replace client_id in smbd reply.Andreas Schneider2011-07-041-1/+10
* s3-smbd: Exit cleanly if we can't create an address string.Andreas Schneider2011-07-041-1/+3
* s3-smbd: Replace client_id in smbd connection.Andreas Schneider2011-07-041-1/+9
* s3-smbd: Replace client_id in smbd process.Andreas Schneider2011-07-042-6/+33
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-042-8/+20
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-043-17/+51
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-043-20/+19
* s3:smbd do not panic when CTDB is unhealthy (Bug #8278)Christian Ambach2011-06-301-0/+9
* Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison2011-06-291-1/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-294-0/+4
* Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison2011-06-291-0/+8
* s3-smbd Remove set but unused variablesAndrew Bartlett2011-06-281-9/+0
* s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...Stefan Metzmacher2011-06-242-0/+10
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-242-2/+16
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-217-12/+42
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-0/+5
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-202-1/+6
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-202-2/+2
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-202-2/+2
* source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.Rusty Russell2011-06-201-3/+2
* s3: Fix Coverity ID 2582: FORWARD_NULLVolker Lendecke2011-06-191-0/+5
* s3: Fix connecting to ctdb as non-rootVolker Lendecke2011-06-141-0/+7
* s3: Fix count_current_connectionsVolker Lendecke2011-06-141-2/+4
* s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)Stefan Metzmacher2011-06-141-0/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-097-13/+13
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-092-6/+6
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-093-3/+3
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-0914-25/+25
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-0910-14/+14
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-097-15/+15
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-099-14/+14
* Ensure when creating a directory, if we make any changes due to inheritance p...Jeremy Allison2011-06-091-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-3/+2
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-17/+43
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-1/+1
* release_ip() is only used with CLUSTER_SUPPORT.Jeremy Allison2011-06-011-1/+1
* Move fd_close on error path to be identical to all other error paths.Jeremy Allison2011-06-011-2/+1
* TALLOC_FREE already checks for null.Jeremy Allison2011-06-011-3/+1
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-011-27/+71
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-1/+1
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-012-5/+2
* s3-param prepare for some lp_ functions to return constAndrew Bartlett2011-06-011-1/+1
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-8/+9