Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-07 | s4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test. | Günther Deschner | 2 | -0/+53 | |
Guenther | |||||
2009-03-06 | s4-spoolss: fix spoolss server enum calls after pointer changes. | Günther Deschner | 2 | -14/+14 | |
Guenther | |||||
2009-03-06 | s4-smbtorture: exit early in test_EnumPorts when no port info has been returned. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-03-06 | s4-smbtorture: fix s3 flavor rpc spoolss test. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-03-06 | s4-smbtorture: fix RPC-SPOOLSS-WIN. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-03-06 | s4-smbtorture: fix RPC-SPOOLSS test after enum out info pointer changes. | Günther Deschner | 1 | -18/+30 | |
Guenther | |||||
2009-03-06 | s4:errormap: map ECANCELED to NT_STATUS_CANCELLED | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2009-03-05 | Remove parse_control from header, long after the function was removed | Andrew Bartlett | 1 | -1/+0 | |
Simo reminded me that when (long ago) I moved parse_controls away from this place, I forgot to update the manually maintained header file. Andrew Bartlett | |||||
2009-03-05 | Update talloc version so we don't fail on system talloc 1.2.0 | Andrew Bartlett | 1 | -1/+1 | |
The problem is that talloc in the Samba tree now includes talloc_get_type_abort(), which is not present on Fedora 10 or ubuntu's talloc 1.2.0. Andrew Bartlett | |||||
2009-03-04 | Pull in all the schema information during DRS schema fetch | Andrew Bartlett | 1 | -9/+38 | |
This includes things such as allowed attributes, which were not populated into the schema structure before. Andrew Bartlett | |||||
2009-03-04 | Don't print the admin password if we don't set one. | Andrew Bartlett | 1 | -1/+2 | |
For example, if we don't create the admin user (perhaps expecting users to be in LDAP already, or we are due an incoming replication) we should not confuse the administrator by printing a unused password. Andrew Bartlett | |||||
2009-03-04 | Allow 'net vampire' to work without an existing smb.conf | Andrew Bartlett | 2 | -3/+7 | |
Now the provision can generate one based on the detected settings from the target domain. Andrew Bartlett | |||||
2009-03-02 | make man page (un)install more portable | Björn Jacke | 2 | -2/+2 | |
2009-03-02 | some shells are picky about ^ without quotes | Björn Jacke | 1 | -2/+2 | |
2009-03-02 | Fix test_surrounding in samba4.rpcecho.python. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-01 | Merge branch 'master' of git://git.samba.org/samba into convenience | Jelmer Vernooij | 2 | -2/+5 | |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 6 | -39/+44 | |
2009-03-01 | Add header files for secace and secacl. | Jelmer Vernooij | 1 | -1/+2 | |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 21 | -148/+124 | |
2009-03-01 | Move secacl to top-level. | Jelmer Vernooij | 1 | -1/+2 | |
2009-03-01 | Move secace.c to top-level. | Jelmer Vernooij | 1 | -1/+2 | |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 21 | -49/+49 | |
consistency with Samba 3. | |||||
2009-02-27 | And the prize for the most pain caused in the build farm for a simple | Jeremy Allison | 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. | |||||
2009-02-26 | don't hardcode python path | Björn Jacke | 1 | -1/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-02-26 | Add another torture test inspired by George @ Apple. | Jeremy Allison | 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. | |||||
2009-02-26 | s4:heimdal_build: correrctly switch closefrom() and get/setprogname() ↵ | Stefan Metzmacher | 1 | -4/+6 | |
replacements on and off metze | |||||
2009-02-26 | s4:Makefile: try to fix 'make installheaders' on *BSD systems | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-26 | s4:heimdal_build: don't always build setprogname.o | Stefan Metzmacher | 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 | |||||
2009-02-26 | s4:ldb_map: include ldb_includes.h first to get replace.h as first header | Stefan Metzmacher | 3 | -0/+3 | |
This should bring the build on AIX one step further. metze | |||||
2009-02-26 | s4:VERSION: mark as 4.0.0-alpha8 gitsnapshot | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-02-26 | Mark as the Samba 4.0 alpha7 release | Andrew Bartlett | 1 | -1/+1 | |
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 | |