summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison4-25/+38
2012-03-29Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison1-1/+4
2012-03-29s3: Fix a valgrind errorVolker Lendecke1-1/+8
2012-03-29lib/tdb: Update ABIAmitay Isaacs2-1/+67
2012-03-29lib/tdb: Add/expose lock functions to support CTDBAmitay Isaacs1-2/+16
2012-03-29cast: make sure suncc sees a constant.Rusty Russell2-8/+22
2012-03-29cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.Rusty Russell1-3/+9
2012-03-29tdb2: fix prototype in tdb1 code.Rusty Russell1-5/+5
2012-03-28s4-upgradedns: Make sure the attribute exists before accessing itAmitay Isaacs1-4/+8
2012-03-28Add DEBUG statements to show when access has been denied and why.Richard Sharpe1-0/+2
2012-03-27s4 dns: Only do recursive queries when allowed/desiredKai Blin2-8/+27
2012-03-27s4 dns: Check smb.conf if we should allow recursionKai Blin2-2/+24
2012-03-27s4 dns: Allow changing the dns operation flags in handlersKai Blin4-5/+23
2012-03-27s4 dns: Only forward for zones we don't ownKai Blin3-2/+33
2012-03-27s4 dns: Forward questions we can't answer to another serverKai Blin2-7/+80
2012-03-27s4 dns: Add a simple dns lookup helperKai Blin3-0/+168
2012-03-27s4 dns: Add a simple async client libraryKai Blin4-0/+231
2012-03-27selftest.py: Add get_interface.Jelmer Vernooij2-4/+45
2012-03-26ndr: Update ABI.Jelmer Vernooij1-0/+245
2012-03-26wafsamba: Cope with slight differences in gdb output regarding incomplete seq...Jelmer Vernooij5-246/+59
2012-03-26Add ABI file for libndr.Jelmer Vernooij2-2/+249
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke12-32/+49
2012-03-26s3: Fix a typoVolker Lendecke1-1/+1
2012-03-26s3: Rename a variable in inotify_watch for clarityVolker Lendecke1-5/+5
2012-03-26s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke1-4/+4
2012-03-26s3-docs: Prepend '/' to filename argument (Bug #8826)SATOH Fumiyasu1-1/+1
2012-03-26s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2-2/+4
2012-03-26Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...Richard Sharpe1-8/+23
2012-03-26s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...Matthias Dieter Wallnöfer1-11/+4
2012-03-26LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer4-2/+20
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer9-31/+32
2012-03-26s4:ldap.py - test the already mentioned structural object class sorting behav...Matthias Dieter Wallnöfer1-0/+15
2012-03-26s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer3-10/+29
2012-03-26s4:objectclass LDB module - fix up the sorting in respect to structural or 88...Matthias Dieter Wallnöfer1-4/+18
2012-03-26s4:objectclass LDB module - clean up "objectclass_sort()"Matthias Dieter Wallnöfer1-24/+13
2012-03-26s3-make: Fix build with new smb2_session file.Jelmer Vernooij1-0/+1
2012-03-25LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.Jelmer Vernooij1-1/+1
2012-03-25smb2: Move smb2cli session setup code to cli_smb_common.Jelmer Vernooij3-207/+234
2012-03-25libcli/smb: Stop generating unused proto file.Jelmer Vernooij1-1/+0
2012-03-25replace: Avoid DEBUG(), which is not available in libreplace.Jelmer Vernooij1-1/+1
2012-03-24libreplace: Add usleep implementation.Jelmer Vernooij2-0/+20
2012-03-24use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij6-39/+4
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij49-136/+95
2012-03-24lib/util: Allow calloc use in util.c, too.Jelmer Vernooij1-0/+1
2012-03-24adt_tree: Fix return types.Jelmer Vernooij1-3/+3
2012-03-24replace: Work around socket wrapper.Jelmer Vernooij1-0/+1
2012-03-24replace: Add system/network.h for ucred struct.Jelmer Vernooij1-0/+1
2012-03-24s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij1-52/+18
2012-03-24adt_tree: Avoid WERROR.Jelmer Vernooij3-5/+8
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij11-67/+77