Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r18828: Export some more useful environment varibles, particularly for use in | Andrew Bartlett | 2006-09-22 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 'make testenv' Andrew Bartlett | |||||
| | | * | r18827: I forgot to commit this: | Andrew Bartlett | 2006-09-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make kpasswdd use the new prototype for _krb5_principalname2krb5_principal() Andrew Bartlett | |||||
| | | * | r18826: Allow 'enterprise' principal names to log in. | Andrew Bartlett | 2006-09-22 | 8 | -25/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These principals do not need to be in the same realm as the rest of the ticket, the full principal name is in the first componet of the ASN.1. Samba4's backend will handle getting this to the 'right' place. Andrew Bartlett | |||||
| | | * | r18825: speed up the test_cifsdd.sh test by using a smaller file. It was | Andrew Tridgell | 2006-09-22 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | taking over half an hour on some systems | |||||
| | | * | r18824: fixed a bug in cifsdd when the file is exactly a multiple of the block | Andrew Tridgell | 2006-09-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | size (cifsdd incorrectly reported an error and exited) | |||||
| | | * | r18822: Automatically remove a forced dfs standard root creation. | Günther Deschner | 2006-09-22 | 1 | -30/+30 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18821: Correctly name dfs_AddStdRootForced() test. | Günther Deschner | 2006-09-22 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18815: Fill in IDL for domain based DFS root functions (dfs_AddFtRoot, | Günther Deschner | 2006-09-22 | 1 | -3/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | dfs_RemoveFtRoot and dfs_FlushFtTable). Guenther | |||||
| | | * | r18808: added SMB2-MAXWRITE test and SMB2-DIR tests | Andrew Tridgell | 2006-09-22 | 5 | -3/+230 | |
| | | | | | | | | | | | | | | | | expanded size of dangerous level for write in SMB2-CONNECT test | |||||
| | | * | r18807: don't overtax the imaginations of servers that can't do mkdir on ↵ | Andrew Tridgell | 2006-09-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | \\dirname\\ | |||||
| | | * | r18806: fixed two spelling errors | Andrew Tridgell | 2006-09-22 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | r18805: make error message match function name | Andrew Tridgell | 2006-09-22 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18800: fix a write behind the buffer bug... | Stefan Metzmacher | 2006-09-21 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks Herb for finding this:-) This was my bug, I typed it in on gd's laptop and he just run 'svn ci' metze | |||||
| | | * | r18786: I moved the usnChanged code around, and it now loaded in a different | Andrew Bartlett | 2006-09-21 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | module. I forgot to commit this last night. Andrew Bartlett | |||||
| | | * | r18783: fix make pch | Stefan Metzmacher | 2006-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18782: Do not send random data to the password change (although that reveals | Günther Deschner | 2006-09-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | interesting new password set tests), make sure to send valid characters. Guenther | |||||
| | | * | r18781: Move the usnCreated and usnChanged handling around again. | Andrew Bartlett | 2006-09-21 | 12 | -162/+471 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves these attributes from objectguid into an optional backend (objectguid), used by ltdb. For OpenLDAP, the entryUUID module converts entryCSN into usnChanged. This also changes the sequence number API, and uses 'time based' sequence numbers, when an LDAP or similar backend is detected. To assist this, we also store the last modified time in the TDB, whenever we change a value. Andrew Bartlett | |||||
| | | * | r18780: Add convenience "make testenv" to launch the xtermtest Andrew just ↵ | Jelmer Vernooij | 2006-09-21 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | added. | |||||
| | | * | r18779: Not simo's fault, this is actually a bug I introduced a week ago, ↵ | Andrew Bartlett | 2006-09-21 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when I fixed the previous bug in this code. We need to remove fragments from the incoming fragment list, or else we leak (actually, we walk free()'ed data as we add/remove elements). Andrew Bartlett | |||||
| | | * | r18777: add helper functions to create an ldb_request structure | Simo Sorce | 2006-09-21 | 2 | -69/+205 | |
| | | | | ||||||
| | | * | r18776: Fill in and test dfs_ManagerInitialize(). | Günther Deschner | 2006-09-21 | 2 | -4/+36 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18775: Performing an ldb op of 'do nothing' is pointless, and breaks against | Andrew Bartlett | 2006-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | OpenLDAP. Andrew Bartlett | |||||
| | | * | r18774: This allows an automated way to setup the test environment in a shell, | Andrew Bartlett | 2006-09-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with all the helpful env variables set. TEST_LDAP=yes script/tests/selftest.sh st/ xterm SOCKET_WRAPPER Andrew Bartlett | |||||
| | | * | r18770: Avoid crashes and fix up other issues in the client-side ↵ | Andrew Bartlett | 2006-09-21 | 1 | -27/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | paged_searches module. In particular, we must query the remote server to find out if paged searches are supported, not the local ldb. This patch also removes the ue of bool, and returns it to LDB error codes. Andrew Bartlett | |||||
| | | * | r18769: Re-enable __VA_ARGS__ test (but don't make it fatal) | Jelmer Vernooij | 2006-09-21 | 1 | -4/+4 | |
| | | | | ||||||
| | | * | r18768: Fix some warnings. | Jelmer Vernooij | 2006-09-21 | 1 | -5/+5 | |
| | | | | ||||||
| | | * | r18767: Fix [ref] pointer in object oriented interfaces. Removes a | Jelmer Vernooij | 2006-09-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | bunch of warnings when compiling dcom.idl. | |||||
| | | * | r18766: Getting rid of one test_GetManagerVersion() call and fix the build. | Günther Deschner | 2006-09-21 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18765: Fill in dfs_SetInfo() IDL and align function arguments with the names | Günther Deschner | 2006-09-21 | 1 | -11/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | found in the documentation. Guenther | |||||
| | | * | r18764: Test all standalone DFS root functions in the torture test. | Günther Deschner | 2006-09-21 | 1 | -0/+237 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18763: Removing old dfs_Add test, will be replaced with another one soon. | Günther Deschner | 2006-09-21 | 1 | -35/+0 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18762: Fillin standalone DFS root functions IDL. | Günther Deschner | 2006-09-21 | 1 | -7/+21 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18759: Do not use "simple" as test password as pointed out by Andrew Bartlett. | Günther Deschner | 2006-09-20 | 1 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks metze. Guenther | |||||
| | | * | r18757: Disable this for now | Simo Sorce | 2006-09-20 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18753: expand the test so that it does a growing number of changes | Rafal Szczesniak | 2006-09-20 | 1 | -66/+136 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (up to 8, currently) randomly generated _and_ verify if the change has actually been made. surprising results when running the test (I hope it's just a bug somewhere in it or in the libnet code). rafal | |||||
| | | * | r18752: When change is a big one, it needs to be made in a couple | Rafal Szczesniak | 2006-09-20 | 1 | -26/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of set user info calls one after another (each one using different info level). Also, try to do as many changes as possible using a single infolevel. rafal | |||||
| | | * | r18751: Check for samr reject codes and their particular order. | Günther Deschner | 2006-09-20 | 2 | -19/+203 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18750: Disable not updating the last-modifification-time of proto headers ↵ | Jelmer Vernooij | 2006-09-20 | 1 | -13/+5 | |
| | | | | | | | | | | | | | | | | because this was confusing make. | |||||
| | | * | r18749: Disable automatic dependencies by default (use ↵ | Jelmer Vernooij | 2006-09-20 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | --enable-automatic-dependencies to reenable). | |||||
| | | * | r18746: Fix the build. | Günther Deschner | 2006-09-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18743: Mention share name in error output. | Günther Deschner | 2006-09-20 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18741: test dfs_Enum and dfs_EnumEx in the torture test. | Günther Deschner | 2006-09-20 | 1 | -23/+104 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18740: Some more work around srvsvc | Simo Sorce | 2006-09-20 | 2 | -180/+438 | |
| | | | | ||||||
| | | * | r18738: Fill in dfs_VolumeState. | Günther Deschner | 2006-09-20 | 1 | -6/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hm, wondering if there is a better way to let that be composed out of one dfs_VolumeFlavor flag and one dfs_VolumeState flag. Guenther | |||||
| | | * | r18737: Fill in the documented dfs_Target_PriorityClass. | Günther Deschner | 2006-09-20 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18736: Fill in the dfs_PropertyFlags (verified with dfsutil.exe). | Günther Deschner | 2006-09-20 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18735: Fill in dfs_StorageState. | Günther Deschner | 2006-09-20 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18734: Add flag to distinguish a standalone from a domain based DFS root. | Günther Deschner | 2006-09-20 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18733: More work on DFS idl. Start to add new infolevels (as of w2k3 sp1). | Günther Deschner | 2006-09-20 | 1 | -1/+67 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18723: Update list of provided macros/defines in README. | Jelmer Vernooij | 2006-09-20 | 1 | -0/+7 | |
| | | | |