Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make man page (un)install more portable | Björn Jacke | 2009-03-02 | 2 | -2/+2 |
| | |||||
* | some shells are picky about ^ without quotes | Björn Jacke | 2009-03-02 | 1 | -2/+2 |
| | |||||
* | Fix test_surrounding in samba4.rpcecho.python. | Jelmer Vernooij | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://git.samba.org/samba into convenience | Jelmer Vernooij | 2009-03-01 | 2 | -2/+5 |
|\ | |||||
| * | Add header files for secace and secacl. | Jelmer Vernooij | 2009-03-01 | 1 | -1/+2 |
| | | |||||
| * | Move secacl to top-level. | Jelmer Vernooij | 2009-03-01 | 1 | -1/+2 |
| | | |||||
| * | Move secace.c to top-level. | Jelmer Vernooij | 2009-03-01 | 1 | -1/+2 |
| | | |||||
* | | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 2009-03-01 | 6 | -39/+44 |
| | | |||||
* | | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 2009-03-01 | 21 | -148/+124 |
|/ | |||||
* | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 2009-03-01 | 21 | -49/+49 |
| | | | | consistency with Samba 3. | ||||
* | And the prize for the most pain caused in the build farm for a simple | Jeremy Allison | 2009-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | typo goes to..... Tim Prouty !!!! Sorry Tim, nice test but you made a typo in passing in the size of an array so we were reading uninitialized memory :-). That took far longer than it should have to track down... (%$&#ing build system....). The build farm should now slowly go back to normal. Jeremy. | ||||
* | don't hardcode python path | Björn Jacke | 2009-02-26 | 1 | -1/+5 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | Add another torture test inspired by George @ Apple. | Jeremy Allison | 2009-02-26 | 1 | -0/+86 |
| | | | | | | | | | | | | | | | | | | Inside a directory, keep a file open and then renaming the directory should fail with ACCESS_DENIED. This is connected to the test case where the close was failing due to a delayed write on a file not being able to succeed when Samba allowed the containing directory to be renamed. I will fix this in the server shortly (this should be done across connections also but with will be very hard in Samba - would need a full scan of the open file db on every directory rename) - so I will fix for the local case first (scanning local file opens inside an smbd is cheap). Jeremy. | ||||
* | s4:heimdal_build: correrctly switch closefrom() and get/setprogname() ↵ | Stefan Metzmacher | 2009-02-26 | 1 | -4/+6 |
| | | | | | | replacements on and off metze | ||||
* | s4:Makefile: try to fix 'make installheaders' on *BSD systems | Stefan Metzmacher | 2009-02-26 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:heimdal_build: don't always build setprogname.o | Stefan Metzmacher | 2009-02-26 | 2 | -17/+34 |
| | | | | | | | | | | This hopefully fixes the build on Mac OS 10, where setprogname() is available via libc. asn1_compile and compile_et use only .ho files again and don't use socket_wrapper anymore. metze | ||||
* | s4:ldb_map: include ldb_includes.h first to get replace.h as first header | Stefan Metzmacher | 2009-02-26 | 3 | -0/+3 |
| | | | | | | This should bring the build on AIX one step further. metze | ||||
* | s4:VERSION: mark as 4.0.0-alpha8 gitsnapshot | Stefan Metzmacher | 2009-02-26 | 1 | -2/+2 |
| | | | | metze | ||||
* | Mark as the Samba 4.0 alpha7 release | Andrew Bartlett | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | A simple hack to avoid the segfault in #6138 | Andrew Bartlett | 2009-02-26 | 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 | ||||
* | s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy. | Günther Deschner | 2009-02-25 | 1 | -1/+5 |
| | | | | Guenther | ||||
* | s4-smbtorture: add test_AddJob test to RPC-SPOOLSS test. | Günther Deschner | 2009-02-25 | 1 | -0/+29 |
| | | | | Guenther | ||||
* | s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory. | Günther Deschner | 2009-02-25 | 4 | -1/+68 |
| | | | | Guenther | ||||
* | s4-smbtorture: expand RPC-SPOOLSS enumform and getform tests for level 2 forms. | Günther Deschner | 2009-02-25 | 1 | -32/+42 |
| | | | | Guenther | ||||
* | s4-smbtorture: add test_GetPrintProcessorDirectory to RPC-SPOOLSS. | Günther Deschner | 2009-02-25 | 1 | -0/+64 |
| | | | | Guenther | ||||
* | s4: make libintl a build dependency of heimdal_krb5 so all dependent ↵ | Tim Prouty | 2009-02-25 | 1 | -1/+1 |
| | | | | binaries are linked properly | ||||
* | Use stdbool.h instead of manually defining bool | Simo Sorce | 2009-02-25 | 1 | -10/+1 |
| | |||||
* | s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10 | Stefan Metzmacher | 2009-02-25 | 1 | -1/+1 |
| | | | | metze | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-02-25 | 39 | -2078/+408 |
|\ | | | | | | | | | Conflicts: source4/scripting/python/samba/provision.py | ||||
| * | s4 heimdal: Link libintl correctly | Tim Prouty | 2009-02-25 | 1 | -0/+6 |
| | | |||||
| * | s4:build: add some comments to the SMB_EXT_LIB() definition | Stefan Metzmacher | 2009-02-25 | 1 | -0/+7 |
| | | | | | | | | metze | ||||
| * | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2009-02-24 | 3 | -31/+9 |
| |\ | |||||
| | * | Updates to the recent cn=config support for the OpenLDAP backend | Oliver Liebel | 2009-02-25 | 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> | ||||
| * | | Added torture test from a usage case from the Apple OS/X client. | Jeremy Allison | 2009-02-24 | 1 | -0/+119 |
| |/ | | | | | | | | | | | Setting an attribute on a stream fnum must change the attribute on the base file. Jeremy. | ||||
| * | Make S4 build on OpenSolaris. | Jeremy Allison | 2009-02-24 | 2 | -1/+3 |
| | | | | | | | | Jeremy. | ||||
| * | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2009-02-24 | 1 | -11/+22 |
| |\ | |||||
| | * | Fix some C++ warnings | Volker Lendecke | 2009-02-24 | 1 | -11/+22 |
| | | | |||||
| * | | Fix the build. Looks like no one ever compiled this on a system | Jeremy Allison | 2009-02-24 | 3 | -0/+16 |
| |/ | | | | | | | | | with a libintl.h before. Jeremy. | ||||
| * | Start fixing Solaris build failures. | Jeremy Allison | 2009-02-24 | 3 | -3/+4 |
| | | | | | | | | Jeremy. | ||||
| * | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 2009-02-24 | 4 | -137/+14 |
| | | | | | | | | | | | | | | As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze | ||||
| * | s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not ↵ | Stefan Metzmacher | 2009-02-24 | 1 | -17/+32 |
| | | | | | | | | | | | | defined in C. metze | ||||
| * | libcli/ldap: move ldap_ndr from source4/ to toplevel | Stefan Metzmacher | 2009-02-24 | 4 | -115/+2 |
| | | | | | | | | metze | ||||
| * | libcli/ldap: move ldap_errors.h to the toplevel and install it | Stefan Metzmacher | 2009-02-24 | 3 | -67/+2 |
| | | | | | | | | metze | ||||
| * | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 2009-02-24 | 6 | -1702/+4 |
| | | | | | | | | metze | ||||
| * | s4:libcli/ldap: remove reference to DEBUG() | Stefan Metzmacher | 2009-02-24 | 1 | -1/+0 |
| | | | | | | | | | | | | This prepares using ldap_message.c in source3/ later metze | ||||
| * | s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystem | Stefan Metzmacher | 2009-02-24 | 6 | -287/+301 |
| | | | | | | | | metze | ||||
| * | Added mmr and olc to the OpenLDAP backend provisioning-scripts | Oliver Liebel | 2009-02-24 | 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> | ||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 2009-02-24 | 30 | -97/+117 |
| |\ | |||||
| * | | fixed the event context for net vampire | Andrew Tridgell | 2009-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | added a missing linefeed | Andrew Tridgell | 2009-02-24 | 1 | -1/+1 |
| | | |