summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4:smb_server/smb2: use helper variable smb2srv_chain_reply()Stefan Metzmacher2012-04-021-6/+7
* s4:smb_server/smb: remove a request from the list before adding the next one ...Stefan Metzmacher2012-04-021-0/+1
* s3: Notifies should never time outVolker Lendecke2012-04-021-0/+8
* s4-upgradedns: Fix the fqdn for forest dns zoneAmitay Isaacs2012-04-021-1/+1
* Fix some of the issues that Jelmer identified in my first patch. This might beRichard Sharpe2012-04-021-16/+12
* Add an open and close method to samba.smb.SMB so we can open and close files.Richard Sharpe2012-04-011-10/+86
* s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke2012-03-311-7/+9
* s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke2012-03-311-10/+8
* s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke2012-03-311-2/+2
* Make sure we claim that a DACL or SACL is present if the SD says soRichard Sharpe2012-03-311-2/+2
* Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...Jeremy Allison2012-03-311-3/+10
* Fix bug #8831 - Inconsistent (with manpage) command-line switch for "help" in...Jeremy Allison2012-03-301-1/+1
* Who would have guessed - checking returns from strlcat found a memory overwri...Jeremy Allison2012-03-301-1/+1
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-308-26/+94
* s4 dns: Allow updating PTR records.Kai Blin2012-03-301-0/+4
* s3: Avoid a crash with debug level 10Volker Lendecke2012-03-301-1/+2
* ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl functionMatthieu Patou2012-03-308-23/+28
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-294-25/+38
* Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison2012-03-291-1/+4
* s3: Fix a valgrind errorVolker Lendecke2012-03-291-1/+8
* lib/tdb: Update ABIAmitay Isaacs2012-03-292-1/+67
* lib/tdb: Add/expose lock functions to support CTDBAmitay Isaacs2012-03-291-2/+16
* cast: make sure suncc sees a constant.Rusty Russell2012-03-292-8/+22
* cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.Rusty Russell2012-03-291-3/+9
* tdb2: fix prototype in tdb1 code.Rusty Russell2012-03-291-5/+5
* s4-upgradedns: Make sure the attribute exists before accessing itAmitay Isaacs2012-03-281-4/+8
* Add DEBUG statements to show when access has been denied and why.Richard Sharpe2012-03-281-0/+2
* s4 dns: Only do recursive queries when allowed/desiredKai Blin2012-03-272-8/+27
* s4 dns: Check smb.conf if we should allow recursionKai Blin2012-03-272-2/+24
* s4 dns: Allow changing the dns operation flags in handlersKai Blin2012-03-274-5/+23
* s4 dns: Only forward for zones we don't ownKai Blin2012-03-273-2/+33
* s4 dns: Forward questions we can't answer to another serverKai Blin2012-03-272-7/+80
* s4 dns: Add a simple dns lookup helperKai Blin2012-03-273-0/+168
* s4 dns: Add a simple async client libraryKai Blin2012-03-274-0/+231
* selftest.py: Add get_interface.Jelmer Vernooij2012-03-272-4/+45
* ndr: Update ABI.Jelmer Vernooij2012-03-261-0/+245
* wafsamba: Cope with slight differences in gdb output regarding incomplete seq...Jelmer Vernooij2012-03-265-246/+59
* Add ABI file for libndr.Jelmer Vernooij2012-03-262-2/+249
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-2612-32/+49
* s3: Fix a typoVolker Lendecke2012-03-261-1/+1
* s3: Rename a variable in inotify_watch for clarityVolker Lendecke2012-03-261-5/+5
* s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke2012-03-261-4/+4
* s3-docs: Prepend '/' to filename argument (Bug #8826)SATOH Fumiyasu2012-03-261-1/+1
* s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2012-03-262-2/+4
* Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...Richard Sharpe2012-03-261-8/+23
* s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...Matthias Dieter Wallnöfer2012-03-261-11/+4
* LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD modeMatthias Dieter Wallnöfer2012-03-264-2/+20
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-269-31/+32
* s4:ldap.py - test the already mentioned structural object class sorting behav...Matthias Dieter Wallnöfer2012-03-261-0/+15
* s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer2012-03-263-10/+29