summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2010-09-28s3: Remove smbd_server_conn from file_close_connVolker Lendecke1-1/+1
2010-09-28s3: Remove smbd_server_conn from file_new and file_freeVolker Lendecke1-2/+2
2010-09-28s3: Lift smbd_server_conn from file_fnumVolker Lendecke1-4/+5
2010-09-28s3: Move "Files" to smbd_server_connectionVolker Lendecke3-17/+16
2010-09-28s3: Remove "server_fd" global variableVolker Lendecke3-9/+4
2010-09-28s3: Remove talloc_autofree_context() from receive_unexpected()Volker Lendecke1-2/+2
This is freed in this routine a few lines down
2010-09-27Add torture test BAD-NBT-SESSION as regression fix for bug 7698 - Assert ↵Jeremy Allison1-0/+130
causes smbd to panic on invalid NetBIOS session request. Jeremy.
2010-09-27Small tweak to bugfix for 7698 - Assert causes smbd to panic on invalid ↵Jeremy Allison1-3/+3
NetBIOS session request. Don't just fail to reply on a bad NBT name, just don't do the internal action. Jeremy.
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison18-28/+33
TDB_CLEAR_IF_FIRST tdb's. For tdb's like gencache where we open without CLEAR_IF_FIRST and then with CLEAR_IF_FIRST if corrupt this is still safe to use as if opening an existing tdb the new hash will be ignored - it's only used on creating a new tdb not opening an old one. Jeremy.
2010-09-28s3-spoolss: Fix _spoolss_EnumPrintProcDataTypes error handlingGünther Deschner1-0/+5
2010-09-28s3-spoolss: Fix _spoolss_EnumPrintProcessors error handlingGünther Deschner1-0/+4
2010-09-28s3-waf: add NDR_PERFCOUNT subsystem.Günther Deschner2-3/+7
Guenther
2010-09-27s3: Make file_fnum staticVolker Lendecke2-2/+1
2010-09-27s3: Remove some unused codeVolker Lendecke2-53/+0
2010-09-27s3: Fix some commentsVolker Lendecke1-2/+2
2010-09-27s3:registry: proposed aix build fix for reg_parse_internalGregor Beck1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-27s3-waf: fix dependencies to NDR_XATTR.Günther Deschner2-9/+4
Guenther
2010-09-27s3-waf: link PReg parser only in registry client side extension.Günther Deschner2-4/+1
Guenther
2010-09-27s3-waf: NDR_SRVSVC is defined now from the main librpc wscript_build.Günther Deschner1-4/+0
Guenther
2010-09-27s3-waf: move SERVICES into a subsystem.Günther Deschner1-5/+13
Guenther
2010-09-27s3-waf: add PRINTING subsystems.Günther Deschner1-12/+21
Guenther
2010-09-27s3-waf: add two more REGF based subsystems.Günther Deschner1-9/+14
Guenther
2010-09-27s3-waf: rework static and shared list handling a little.Günther Deschner1-17/+20
Guenther
2010-09-27s3-waf: add missing IDMAP modules.Günther Deschner2-1/+18
Guenther
2010-09-27s3-waf: rework CLDAP and LIBCLI_LDAP subsystems.Günther Deschner2-9/+18
Guenther
2010-09-27s3-waf: move gpext subsystem to libgpo/gpext/wscript_build.Günther Deschner2-35/+36
Guenther
2010-09-27s3-waf: move perfcount subsystem to modules/wscript_build.Günther Deschner2-23/+23
Guenther
2010-09-27s3-waf: move charset subsystem to modules/wscript_build.Günther Deschner2-41/+43
Guenther
2010-09-27s3-waf: move idmap subsystem to winbindd/wscript_build.Günther Deschner2-77/+77
Guenther
2010-09-27s3-waf: move pdb subsystem to pdb/wscript_build.Günther Deschner2-50/+51
Guenther
2010-09-27s3-waf: move auth subsystem to auth/wscript_build.Günther Deschner2-83/+85
Guenther
2010-09-27s3-waf: support --with-acl-support, at least for posix acls.Günther Deschner2-22/+55
Guenther
2010-09-27s3-waf: move VFS subsystem to modules/wscript_build.Günther Deschner2-389/+403
Guenther
2010-09-27s3-waf: add some module specific functions for s3 waf build.Günther Deschner1-0/+3
Thanks to Kai. Guenther
2010-09-27s3-waf: convert VFS into a subsystem.Günther Deschner1-0/+340
Guenther
2010-09-27s3-waf: convert GPEXT into a subsystem.Günther Deschner1-0/+27
Guenther
2010-09-27s3-waf: convert PERFCOUNT into a subsystem.Günther Deschner1-0/+20
Guenther
2010-09-27s3-waf: convert CHARSET into a subsystem.Günther Deschner1-0/+34
Guenther
2010-09-27s3-waf: convert IDMAP into subsystem.Günther Deschner1-0/+55
Guenther
2010-09-27s3-waf: convert PDB into subsystem.Günther Deschner1-0/+41
Guenther
2010-09-27s3-waf: convert AUTH into subsystem.Günther Deschner1-0/+59
Guenther
2010-09-26s3-waf: convert LIBGPO into a subsystem.Günther Deschner1-2/+5
Guenther
2010-09-26s3-waf: convert PLAINTEXT_AUTH, SLCACHE and DCUTIL into subsystems.Günther Deschner1-11/+19
Guenther
2010-09-26s3-vfs: fix the build of nfs4_acls.cGünther Deschner1-1/+2
Guenther
2010-09-26s3-waf: Link smbd against RPCECHO.Andreas Schneider1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from nametouid()Volker Lendecke1-1/+1
pass is freed a few lines down
2010-09-26s3: Remove talloc_autofree_context() from guest_user_info()Volker Lendecke1-1/+2
pwd is freed a few lines down
2010-09-26s3: Remove talloc_autofree_context() from getpwnam_alloc()Volker Lendecke1-1/+1
This is given to the memcache a few lines down
2010-09-26s3: Remove talloc_autofree_context() from notify_internal_parent_init()Volker Lendecke3-6/+5
2010-09-26Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison6-57/+134
Found by the CodeNomicon test suites at the SNIA plugfest. http://www.codenomicon.com/ If an invalid NetBIOS session request is received the code in name_len() in libsmb/nmblib.c can hit an assert. Re-write name_len() and name_extract() to use "buf/len" pairs and always limit reads. Jeremy.