summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch 'nodiscard' of /home/jelmer/samba4Jelmer Vernooij2009-03-151-4/+0
|\ \ \ \ \ \
| * | | | | | Remove unused CONST_DISCARD macro.Jelmer Vernooij2009-03-152-5/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tdr' of /home/jelmer/samba4Jelmer Vernooij2009-03-1510-664/+7
|\ \ \ \ \ \
| * | | | | | Remove -L/usr/lib from a couple more make variables.Jelmer Vernooij2009-03-153-2/+5
| | | | | | |
| * | | | | | Merge branch 'checktalloc' into tdrJelmer Vernooij2009-03-141-1/+1
| |\ \ \ \ \ \
| * | | | | | | Move tdr to top-level.Jelmer Vernooij2009-03-148-663/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'checktalloc' of /home/jelmer/samba4Jelmer Vernooij2009-03-151-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Depend on a newer talloc in Samba 4.Jelmer Vernooij2009-03-141-1/+1
| |/ / / / /
* | | | | | s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes.Günther Deschner2009-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Guenther
* | | | | | s4:build: require tevent 0.9.4Stefan Metzmacher2009-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | metze
* | | | | | s4:build: try to fix the build with the ibm checker in the build-farmStefan Metzmacher2009-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL" metze
* | | | | | s4:events: allow nested events until we fixed all code to avoid themStefan Metzmacher2009-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | metze
* | | | | | s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | metze
* | | | | | s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | metze
* | | | | | use a base64 encoded password when changing passwordsAndrew Tridgell2009-03-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids problems with embedded control characters in password changes
* | | | | | fixed more embedded spaces in LDIFAndrew Tridgell2009-03-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This one added 3 spaces to the end of any new passwords
* | | | | | removed leading spaces from embedded ldifAndrew Tridgell2009-03-121-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem with the setpassword command failing like this: Error: First line of ldif must be a dn not ' dn'
* | | | | | LDAP-BENCH-CLDAP: also test CLDAP rootdse searches.Stefan Metzmacher2009-03-111-6/+79
|/ / / / / | | | | | | | | | | | | | | | metze
* | | | | Fix extended operation return path.Simo Sorce2009-03-101-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended operations return was not going thorugh the same patch as others leaving the ctx around. Plus we were neutralizing the spy too early so that it didn't set the request_terminated flag as it should have. This should hopefully fix the failures in the build farm.
* | | | | added a test that triggers a bug in the Samba3 notify codeAndrew Tridgell2009-03-101-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Samba3 internal notify code doesn't work correctly when there is more than one tree connect to the same smbd process. This change to the RAW-NOTIFY test triggers the bug.
* | | | | Fix potential segfaults using freed memory.Simo Sorce2009-03-094-10/+54
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some code paths ltdb_context was still referenced even after we were returned an error by one of the callbacks. Because the interface assumes that once an error is returned the ldb_request may be freed, and because the ltdb_context was allocated as a child of the request, this might cause access to freed memory. Allocate the ltdb_context on ldb, and keep track of what's going on with the request by adding a spy children on it. This way even if the request is freed before the ltdb_callback is called, we will safely free the ctx and just quietly return.
* | | | s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now.Günther Deschner2009-03-072-2/+1
| | | | | | | | | | | | | | | | Guenther
* | | | don't rely on shebang's perl path, call our $PERL insteadBjörn Jacke2009-03-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* | | | s4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test.Günther Deschner2009-03-072-0/+53
| | | | | | | | | | | | | | | | Guenther
* | | | s4-spoolss: fix spoolss server enum calls after pointer changes.Günther Deschner2009-03-062-14/+14
| | | | | | | | | | | | | | | | Guenther
* | | | s4-smbtorture: exit early in test_EnumPorts when no port info has been returned.Günther Deschner2009-03-061-0/+2
| | | | | | | | | | | | | | | | Guenther
* | | | s4-smbtorture: fix s3 flavor rpc spoolss test.Günther Deschner2009-03-061-0/+2
| | | | | | | | | | | | | | | | Guenther
* | | | s4-smbtorture: fix RPC-SPOOLSS-WIN.Günther Deschner2009-03-061-1/+7
| | | | | | | | | | | | | | | | Guenther
* | | | s4-smbtorture: fix RPC-SPOOLSS test after enum out info pointer changes.Günther Deschner2009-03-061-18/+30
| | | | | | | | | | | | | | | | Guenther
* | | | s4:errormap: map ECANCELED to NT_STATUS_CANCELLEDStefan Metzmacher2009-03-061-0/+4
| |_|/ |/| | | | | | | | metze
* | | Remove parse_control from header, long after the function was removedAndrew Bartlett2009-03-051-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
* | | Update talloc version so we don't fail on system talloc 1.2.0Andrew Bartlett2009-03-051-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
* | | Pull in all the schema information during DRS schema fetchAndrew Bartlett2009-03-041-9/+38
| | | | | | | | | | | | | | | | | | | | | This includes things such as allowed attributes, which were not populated into the schema structure before. Andrew Bartlett
* | | Don't print the admin password if we don't set one.Andrew Bartlett2009-03-041-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
* | | Allow 'net vampire' to work without an existing smb.confAndrew Bartlett2009-03-042-3/+7
| | | | | | | | | | | | | | | | | | | | | Now the provision can generate one based on the detected settings from the target domain. Andrew Bartlett
* | | make man page (un)install more portableBjörn Jacke2009-03-022-2/+2
| | |
* | | some shells are picky about ^ without quotesBjörn Jacke2009-03-021-2/+2
| | |
* | | Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij2009-03-021-1/+1
|/ /
* | Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2009-03-012-2/+5
|\ \
| * | Add header files for secace and secacl.Jelmer Vernooij2009-03-011-1/+2
| | |
| * | Move secacl to top-level.Jelmer Vernooij2009-03-011-1/+2
| | |
| * | Move secace.c to top-level.Jelmer Vernooij2009-03-011-1/+2
| | |
* | | Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-016-39/+44
| | |
* | | s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-0121-148/+124
|/ /
* | Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-0121-49/+49
| | | | | | | | consistency with Samba 3.
* | And the prize for the most pain caused in the build farm for a simpleJeremy Allison2009-02-271-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 pathBjörn Jacke2009-02-261-1/+5
| | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org>
* | Add another torture test inspired by George @ Apple.Jeremy Allison2009-02-261-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 Metzmacher2009-02-261-4/+6
| | | | | | | | | | | | replacements on and off metze
* | s4:Makefile: try to fix 'make installheaders' on *BSD systemsStefan Metzmacher2009-02-261-1/+1
| | | | | | | | metze