Age | Commit message (Expand) | Author | Files | Lines |
2009-02-20 | s4 torture: Add comment to clarify test | Zack Kirsch | 1 | -0/+3 |
2009-02-20 | Moved become_daemon() and close_low_fds() to shared util lib | Steven Danneman | 1 | -1/+1 |
2009-02-20 | Added torture tests to RAW-NOTIFY | Steven Danneman | 1 | -2/+150 |
2009-02-19 | s4:librpc/ndr: if uninitialized variable in string_array code | Stefan Metzmacher | 1 | -1/+1 |
2009-02-18 | s4 torture: Add new test to create a file with a lot of streams | Tim Prouty | 1 | -0/+45 |
2009-02-18 | s4 torture: Add additional streams create disposition test | Tim Prouty | 1 | -0/+20 |
2009-02-18 | s4-smbtorture: enable spoolss_AddPrinterDriverEx ndr test. | Günther Deschner | 1 | -1/+1 |
2009-02-18 | s4:netlogon: don't mix in and out negotiate_flags in dcesrv_netr_ServerAuthen... | Stefan Metzmacher | 1 | -3/+4 |
2009-02-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 8 | -11/+69 |
2009-02-18 | paper over failure to reprovision with os.unlink() | Andrew Bartlett | 1 | -1/+2 |
2009-02-18 | Worked around a problem with select/poll/epoll and gnutls | Andrew Tridgell | 5 | -1/+47 |
2009-02-18 | fixed some of the TLS problems | Andrew Tridgell | 3 | -10/+22 |
2009-02-17 | s4-smbtorture: fix spoolss test after count out,ref idl changes. | Günther Deschner | 3 | -10/+38 |
2009-02-17 | s4-spoolss: fix spoolss server after out,ref count pointer changes. | Günther Deschner | 2 | -15/+14 |
2009-02-17 | s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server. | Günther Deschner | 1 | -5/+6 |
2009-02-17 | s4-smbtorture: fix spoolss notify test. | Günther Deschner | 1 | -14/+14 |
2009-02-16 | s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTED | Stefan Metzmacher | 1 | -4/+5 |
2009-02-16 | s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]() | Stefan Metzmacher | 1 | -1/+31 |
2009-02-14 | s4-smbtorture: fix test_PausePrinter and test_ResumePrinter. | Günther Deschner | 1 | -8/+24 |
2009-02-13 | s4 torture: Add rename test to imitate the way OS X renames files | Aravind Srinivasan | 1 | -0/+83 |
2009-02-13 | Fix the build. When you do "make distclean; ./autogen; ./configure; make" and... | Jeremy Allison | 1 | -0/+4 |
2009-02-13 | s4:configure: require the same version for external and internal libtevent | Stefan Metzmacher | 1 | -1/+1 |
2009-02-13 | s4:lib/socket: add socket_address_copy() | Stefan Metzmacher | 2 | -0/+35 |
2009-02-13 | s4:ldb_ildap: remove compiler warnings | Stefan Metzmacher | 1 | -4/+9 |
2009-02-13 | s4:libcli/ldap: use const char * const *attributes as in all other places | Stefan Metzmacher | 2 | -2/+2 |
2009-02-13 | s4:ntvfs_generic: use talloc_get_type() to remote compiler warnings | Stefan Metzmacher | 1 | -3/+5 |
2009-02-13 | s4:torture/samba3rpc: fix the build after get_myname() changes | Stefan Metzmacher | 1 | -3/+3 |
2009-02-13 | Remove the s4 version of smbspool.c | Volker Lendecke | 1 | -353/+0 |
2009-02-13 | Replace get_myname() with the talloc version from v3-3-test | Volker Lendecke | 2 | -4/+4 |
2009-02-13 | Remove useless invocation of messaging_init() in RPC-PAC test | Andrew Bartlett | 1 | -9/+0 |
2009-02-13 | Push sam_get_server_info_principal into the auth subsystem | Andrew Bartlett | 8 | -63/+122 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 22 | -110/+230 |
2009-02-12 | Fix Coverity ID 871 -- do not dereference "sp" before checking for NULL | Volker Lendecke | 1 | -1/+3 |
2009-02-12 | Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines above | Volker Lendecke | 1 | -1/+1 |
2009-02-12 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 5 | -18/+579 |
2009-02-12 | Provide a SamDB TestCase-class that can be used by OpenChange. | Jelmer Vernooij | 1 | -0/+10 |
2009-02-12 | Use created loadparm context, rather than the one specified on the command-line. | Jelmer Vernooij | 1 | -2/+2 |
2009-02-11 | s4-smbtorture: fix the build of the ndr spoolss tester. | Günther Deschner | 1 | -4/+4 |
2009-02-11 | s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43. | Günther Deschner | 1 | -6/+6 |
2009-02-11 | s4 torture: Smbtorture additions for Windows BRL | Zack Kirsch | 2 | -5/+568 |
2009-02-11 | s4 torture: Two minor fixes to smbtorture BRL tests. | Zack Kirsch | 2 | -3/+1 |
2009-02-11 | Catch specific exceptions, rather than catching everything, which might hide ... | Jelmer Vernooij | 1 | -3/+3 |
2009-02-11 | Use convenience function for finding setup dir in SaMDB tests. | Jelmer Vernooij | 1 | -2/+2 |
2009-02-11 | Use convenience function for finding setup_dir based on location of | Jelmer Vernooij | 4 | -5/+23 |
2009-02-11 | Move some samdb-specific code out of provision. | Jelmer Vernooij | 2 | -6/+10 |
2009-02-11 | Make it possible to override the setup path. | Jelmer Vernooij | 1 | -9/+11 |
2009-02-11 | Cancel transactions when exceptions are raised. | Jelmer Vernooij | 2 | -83/+93 |
2009-02-11 | --interactive doesn't take any argument. | Jelmer Vernooij | 1 | -1/+1 |
2009-02-10 | s4 torture: Change nttransrename to use a normal access mask | Tim Prouty | 1 | -1/+1 |
2009-02-10 | s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller. | Günther Deschner | 1 | -2/+2 |