summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-22s3: Add FILE_NOTIFY_CHANGE_ALL #defineVolker Lendecke1-0/+8
2012-03-22s3-libsmb: Fix parsing a notify responseVolker Lendecke1-1/+1
2012-03-22s3: rename "len"->"next", according to wiresharkVolker Lendecke1-3/+3
2012-03-22lib/tdb2: fix -Wcast-qual warnings.Rusty Russell15-59/+33
2012-03-22lib/tdb2: fix -Wshadow warnings.Rusty Russell6-27/+27
2012-03-22lib/tdb2: fix OpenBSD incoherent mmap (tdb2 version)Rusty Russell3-8/+31
2012-03-22lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version)Rusty Russell3-24/+56
2012-03-22lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell4-24/+58
2012-03-22lib/replace: test for incoherent mmap.Rusty Russell3-0/+97
2012-03-22lib/ccan/failtest: compile fix for OpenBSDRusty Russell3-0/+17
2012-03-22lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.hRusty Russell20-357/+392
2012-03-22lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell4-5/+4
2012-03-22docs:man:vfs_gpfs: fix formatting of values for gpfs:syncioMichael Adam1-2/+2
2012-03-22docs:man:vfs_gpfs: Fix documented values for gpfs:hsmMichael Adam1-1/+1
2012-03-22s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam1-1/+1
2012-03-22s3-selftest: Remove some unnecessary commaBjörn Baumbach1-2/+2
2012-03-22s3-selftest: Add samba3.blackbox.net.registry.check to test listBjörn Baumbach1-0/+2
2012-03-22s3-selftest: introduce new net registry check checkBjörn Baumbach1-0/+146
2012-03-22Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.Jeremy Allison1-3/+8
2012-03-21s4-samba-tool: add password verification in change user passBjörn Baumbach1-1/+5
2012-03-21s4-samba-tool: add password verification in add userBjörn Baumbach1-0/+4
2012-03-21s4-provision: don't ask only 3 times for passwd in interactive modeBjörn Baumbach1-1/+1
2012-03-21s4-provision: add password verification in interactive modeBjörn Baumbach1-3/+9
2012-03-21s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke5-10/+14
2012-03-21s3: Remove "conn" param from notify_init()Volker Lendecke3-11/+5
2012-03-21s3: Remove "conn" param from sys_notify_context_createVolker Lendecke3-5/+3
2012-03-21s3: Remove "conn" from sys_notify_contextVolker Lendecke3-3/+1
2012-03-21s3: Pass "conn" to sys_notify_watch()Volker Lendecke3-2/+5
2012-03-21s3: Pass "conn" to notify_add()Volker Lendecke3-3/+6
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke12-20/+38
2012-03-21waf: Add autoconf --target support.Andreas Schneider1-0/+3
2012-03-21s4-upgradedns: Add DNS partitions in msDS-hasMasterNCs in NTDS settingsAmitay Isaacs1-0/+40
2012-03-21s4-rpc: dnsserver: Fix IPv6 reverse zone handlingAmitay Isaacs1-0/+7
2012-03-21s4-upgradedns: Allow fixing of dns provision after domain joinAmitay Isaacs1-39/+56
2012-03-20librpc/wscript_build: Fix formatting.Jelmer Vernooij1-2/+2
2012-03-20Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij6-55/+64
2012-03-20libndr: Define trivial is_valid_policy_hnd as macro.Jelmer Vernooij2-6/+1
2012-03-20libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij8-22/+23
2012-03-20libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij3-5/+5
2012-03-20libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij12-37/+37
2012-03-20librpc/wscript_build: Santizize formatting.Jelmer Vernooij1-384/+387
2012-03-19s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett1-2/+2
2012-03-19s4:selftest: add test for "samba-tool group list"Michael Adam1-0/+22
2012-03-18s4:samba-tool: add simple command "group list"Michael Adam1-0/+33
2012-03-18s4:selftest: add a new testsuite for the "samba-tool group" commandMichael Adam2-0/+129
2012-03-17upgrade provision didn't run findprovisionrange anymoreMatthieu Patou1-8/+13
2012-03-17Rewrite findprovisionrange to use factorized functionsMatthieu Patou1-98/+4
2012-03-17Factorize code from findprovisionusnranges in order to solve bug #8504Matthieu Patou1-2/+124
2012-03-17s3:gse: fix debug message in gse_get_server_auth_token()Stefan Metzmacher1-1/+1
2012-03-17Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison1-5/+20