summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* waf: Enable Samba3 torture tests in top level build.Andreas Schneider2011-05-161-12/+12
* s4-smbtorture: add test_netremotetod.Günther Deschner2011-05-162-0/+18
* s4-libcli/rap: add smbcli_rap_netremotetod().Günther Deschner2011-05-161-0/+47
* do an explicit A record search for SRV entriesLuke Howard2011-05-131-4/+22
* s4/test/getnc_exop: Tune the the test to work against windowsKamen Mazdrashki2011-05-131-17/+27
* s4/drepl_fsmo: Add an CR so that message is visible in the logsKamen Mazdrashki2011-05-111-1/+1
* s4/getnc_exop: Initial implementation of a testsuite for GetNCChanges extende...Kamen Mazdrashki2011-05-111-0/+136
* s4/getncchanges: Pre-mark extended requests as success in case a sub-function...Kamen Mazdrashki2011-05-111-0/+4
* s4/getncchanges: Implement placeholder for handling ex-op collection of objectsKamen Mazdrashki2011-05-111-13/+44
* s4/getncchanges: Move the code that collects objects into separate functionKamen Mazdrashki2011-05-111-41/+67
* s4/getncchanges: Don't mask Extended operation result - callers need itKamen Mazdrashki2011-05-111-1/+0
* s4/getncchanges: Fail extended request rather than failing whole requestKamen Mazdrashki2011-05-111-1/+3
* build: Remove --disable-s3build so we can rely on these subsystemsAndrew Bartlett2011-05-091-6/+1
* selftest: Test both users created in plugin_s4_dc environmentAndrew Bartlett2011-05-091-0/+1
* selftest: Polish selftest-vars.sh a little so it can be used againKamen Mazdrashki2011-05-081-10/+14
* s4-selftest Add tests for proxy_samba4_dcAndrew Bartlett2011-05-081-0/+1
* ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett2011-05-081-0/+7
* s4-dsdb Add transactions to dsdb modify helpersAndrew Bartlett2011-05-081-0/+18
* s4-samr Remove incorrect transaction_cancel() in error pathAndrew Bartlett2011-05-081-1/+0
* s4-param cope with doulbe-parsing of -foo and +foo listsAndrew Bartlett2011-05-081-3/+9
* s4-interfaces: keep interfaces in the order they were declaredAndrew Tridgell2011-05-081-1/+5
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-0828-113/+113
* lib/socket move interfaces code to the top levelAndrew Bartlett2011-05-083-334/+6
* s4-lib/socket Samba4 is not IPv6 compatibleAndrew Bartlett2011-05-081-0/+5
* s4-lib merge get_interfaces() from Samba3 to Samba4Andrew Bartlett2011-05-083-100/+375
* s4-param Don't set variables such as the debuglevel unless globalAndrew Bartlett2011-05-081-2/+18
* Improve debug messages when creating socket directoriesAndrew Bartlett2011-05-081-1/+1
* libds: moved enum security_types to a common headerAndrew Tridgell2011-05-082-2/+2
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-0823-78/+80
* s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-087-24/+24
* s4-auth: remove unused prototypeAndrew Tridgell2011-05-081-4/+1
* s4-smbd: fix randseed_init() usage.Günther Deschner2011-05-061-1/+1
* libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett2011-05-064-191/+2
* lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett2011-05-065-9/+9
* errors: Remove unused unix_to_werror()Andrew Bartlett2011-05-061-5/+0
* libcli/util Move NTSTATUS table to the top levelAndrew Bartlett2011-05-061-889/+2
* nterr: Add mem_ctx for return string from get_nt_error_c_code()Andrew Bartlett2011-05-062-26/+26
* libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett2011-05-061-668/+0
* errors: Merge source3/ werror_to_ntstatus() code to source4/Andrew Bartlett2011-05-061-6/+16
* errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.Andrew Bartlett2011-05-061-7/+11
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-061-5/+3
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-0613-181/+10
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s4-auth: removed the password combinations code in auth_unixAndrew Tridgell2011-05-051-39/+4
* s4-samba-tool: allow specification of targetdir when joining as (RO)DCMatthieu Patou2011-05-051-4/+5
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-056-10/+25
* sasl_secret_t ends in a char [1] size. This means the extra character is impl...Jeremy Allison2011-05-041-2/+2
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-043-5/+5
* s4-param Rename secrets_init() -> randseed_init()Andrew Bartlett2011-05-033-10/+10
* s4: fix arguments to safe_strcpy()Andrew Bartlett2011-05-031-2/+2