Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-26 | A simple hack to avoid the segfault in #6138 | Andrew Bartlett | 1 | -1/+1 | |
Thanks to Andrew Kroeger <andrew@id10ts.net> for reporting this. This fix just for the release. A better fix will make it into the master branch soon. Andrew Bartlett | |||||
2009-02-25 | s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-02-25 | s4-smbtorture: add test_AddJob test to RPC-SPOOLSS test. | Günther Deschner | 1 | -0/+29 | |
Guenther | |||||
2009-02-25 | s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory. | Günther Deschner | 4 | -1/+68 | |
Guenther | |||||
2009-02-25 | s4-smbtorture: expand RPC-SPOOLSS enumform and getform tests for level 2 forms. | Günther Deschner | 1 | -32/+42 | |
Guenther | |||||
2009-02-25 | s4-smbtorture: add test_GetPrintProcessorDirectory to RPC-SPOOLSS. | Günther Deschner | 1 | -0/+64 | |
Guenther | |||||
2009-02-25 | s4: make libintl a build dependency of heimdal_krb5 so all dependent ↵ | Tim Prouty | 1 | -1/+1 | |
binaries are linked properly | |||||
2009-02-25 | Use stdbool.h instead of manually defining bool | Simo Sorce | 1 | -10/+1 | |
2009-02-25 | s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-25 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 39 | -2078/+408 | |
Conflicts: source4/scripting/python/samba/provision.py | |||||
2009-02-25 | s4 heimdal: Link libintl correctly | Tim Prouty | 1 | -0/+6 | |
2009-02-25 | s4:build: add some comments to the SMB_EXT_LIB() definition | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2009-02-24 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 3 | -31/+9 | |
2009-02-24 | Added torture test from a usage case from the Apple OS/X client. | Jeremy Allison | 1 | -0/+119 | |
Setting an attribute on a stream fnum must change the attribute on the base file. Jeremy. | |||||
2009-02-25 | Updates to the recent cn=config support for the OpenLDAP backend | Oliver Liebel | 3 | -31/+9 | |
- removed workaround for olcSyncprovConfig - creation (works perfect now with 2.4.15, release was today) - added 1 message-helpline, which is displayed when running provision-backend with olc and/or mmr setup - corrected 1 wrong slapcommand-helpline - slapd.conf is removed now in case of olc-setup - added 1 copyright-line to provision.py and provision-backend Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-02-24 | Make S4 build on OpenSolaris. | Jeremy Allison | 2 | -1/+3 | |
Jeremy. | |||||
2009-02-24 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -11/+22 | |
2009-02-24 | Fix the build. Looks like no one ever compiled this on a system | Jeremy Allison | 3 | -0/+16 | |
with a libintl.h before. Jeremy. | |||||
2009-02-24 | Fix some C++ warnings | Volker Lendecke | 1 | -11/+22 | |
2009-02-24 | Start fixing Solaris build failures. | Jeremy Allison | 3 | -3/+4 | |
Jeremy. | |||||
2009-02-24 | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 4 | -137/+14 | |
As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze | |||||
2009-02-24 | s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not ↵ | Stefan Metzmacher | 1 | -17/+32 | |
defined in C. metze | |||||
2009-02-24 | libcli/ldap: move ldap_ndr from source4/ to toplevel | Stefan Metzmacher | 4 | -115/+2 | |
metze | |||||
2009-02-24 | libcli/ldap: move ldap_errors.h to the toplevel and install it | Stefan Metzmacher | 3 | -67/+2 | |
metze | |||||
2009-02-24 | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 6 | -1702/+4 | |
metze | |||||
2009-02-24 | s4:libcli/ldap: remove reference to DEBUG() | Stefan Metzmacher | 1 | -1/+0 | |
This prepares using ldap_message.c in source3/ later metze | |||||
2009-02-24 | s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem | Stefan Metzmacher | 6 | -287/+301 | |
metze | |||||
2009-02-24 | Added mmr and olc to the OpenLDAP backend provisioning-scripts | Oliver Liebel | 13 | -63/+224 | |
These extensions add mmr (multi-master-replication) and olc (openldap-online-configuration) capabilities to the provisioning-scripts (provision-backend and provision.py), for use with the openldap-backend (only versions >=2.4.15!). Changes / additions made to the provision-backend -script: added new command-line-options: --ol-mmr-urls=<list of whitespace separated ldap-urls> for use with mmr (can be combined with --ol-olc=yes), --ol-olc=[yes/no] (activate automatic conversion from static slapd.conf to olc), --ol-slaptest=<path to slaptest binary> (needed in conjunction with --ol-olc=yes) Changes / additions made to the provision.py -script: added extensions, that will automatically generate the chosen mmr and/or olc setup for the openldap backend, according to the to chosen parameters set in the provision-backend script Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-02-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 30 | -97/+117 | |
2009-02-24 | fixed the event context for net vampire | Andrew Tridgell | 1 | -1/+1 | |
2009-02-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 30 | -97/+117 | |
2009-02-24 | expand tabs in python file, consistent with the rest of the file. | Jelmer Vernooij | 4 | -9/+9 | |
2009-02-24 | expand tabs in python file, consistent with the rest of the file. | Jelmer Vernooij | 1 | -39/+39 | |
2009-02-24 | Fix finding of setup data. | Jelmer Vernooij | 1 | -1/+1 | |
2009-02-24 | added a missing linefeed | Andrew Tridgell | 1 | -1/+1 | |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 28 | -38/+42 | |
do not reference it from ldb.h | |||||
2009-02-23 | Make all transactions nested in ldb. The current samba4 code expects this | Simo Sorce | 2 | -59/+75 | |
behavior anyway, and given we can only have one transaction active per ldb context this is the only sane model we can support. Fix ldb_tdb transactions, we could return back with an error with neither committing nor canceling the actual tdb transaction in some error paths within the ltdb commit and cancel transaction paths. Added also some debugging to trace what was going on. | |||||
2009-02-21 | s4-smbtorture: fix eventlog getinformation test. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-02-21 | Let --enable-external-libldb default to no (since linking against | Jelmer Vernooij | 2 | -4/+5 | |
external LDB doesn't work yet). Fix flags when using internal libs. | |||||
2009-02-21 | Add --enable-external-* flags for libraries shipped with Samba, to allow | Jelmer Vernooij | 2 | -5/+26 | |
explicitly enabling or disabling the use of the version provided by the system. | |||||
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 | |
* This adds a test to check the change notify behavior of the SMB server when more events have been generated than can be returned in a single change notify response. * Second test makes sure the server doesn't return notification events for changes to the watched directory itself | |||||
2009-02-19 | s4:librpc/ndr: if uninitialized variable in string_array code | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-18 | s4 torture: Add new test to create a file with a lot of streams | Tim Prouty | 1 | -0/+45 | |
This tests how streaminfo deals with large buffers smbclient seems to have problems when the buffer size approaches the max data size. Also smbclient exposes no way to specify the max data size that is sent in a trans2 request. Instead it hardcodes in a much larger max than windows uses. For these reasons this test isn't actually run, but is more of a reference for how windows handles streaminfo buffers. | |||||
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 | |
Guenther | |||||
2009-02-18 | s4:netlogon: don't mix in and out negotiate_flags in ↵ | Stefan Metzmacher | 1 | -3/+4 | |
dcesrv_netr_ServerAuthenticate() metze | |||||
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 | |
We need to figure out why the deletes on the database fail, but for now doing an unlink of templates_tdb isn't too bad. Andrew Bartlett |