summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21347: All current tests in the testsuite mainly test the RPC code in ↵Jelmer Vernooij5-1/+195
general. Since we're running the testsuite mainly against ourselves, we only check that the push/pull functions work in our own environment, not whether they generate/parse the same data that other systems do. This commit adds the infrastructure for a testsuite for just the marshalling code. The idea is that you provide a data blob, a function name and a function to check the resulting struct for correctness. (This used to be commit 9bd2421e44dcfcaf08ad61cf25bb7714cf885517)
2007-10-10r21344: ensure that the full range of error values is available to ↵Derrell Lipman1-0/+10
applications. parameter errors are really server errors. (This used to be commit 62fcd13da1c9738393781ff55eb3f4dbdf7357fc)
2007-10-10r21343: Add access masks, pointed out by Ronnie Sahlberg.Jelmer Vernooij1-0/+8
(This used to be commit e8cdfd0a61354b7a5da43c27e9af4695cfa168d6)
2007-10-10r21342: add parsing code for the trustAuthIncoming/trustAuthOutgoing attributesStefan Metzmacher1-0/+66
not everything has a meaning yet, but it's a start and we know how to get to the password in cleartext metze (This used to be commit 65641181f782349f1f0192d1c95254e80e2b3887)
2007-10-10r21341: Improve QueryKeyInfo idl, pointed out by Ronnie Sahlberg.Jelmer Vernooij1-2/+1
(This used to be commit 736330d23b1f723d3564043c0670dbd6bee3742f)
2007-10-10r21340: Fix warning undefJelmer Vernooij1-1/+1
(This used to be commit 2669f2c8ad09505b37f64104eefce6f0b10e9ab5)
2007-10-10r21338: Fix handling of top-level arrays for the Samba 3 client code. This ↵Jelmer Vernooij2-12/+98
doesn't fix the winreg code yet (as that's an array on top of a pointer), but at least it gets us closer. Also added a couple of tests for the Samba 3 client code. (This used to be commit 4a5b62ad622d7be08591e19bc2e89f665fff445a)
2007-10-10r21337: add hack option to use DsGetNCChanges level 5 against w2kStefan Metzmacher1-0/+2
metze (This used to be commit 66c8499e5f2f139995be8cb5770d238f383059d6)
2007-10-10r21335: add dssync:save_pwd_blobs_dir=path/ option to store the password blobsStefan Metzmacher1-2/+22
in files for inspection with ndrdump metze (This used to be commit 54748ef5860ee59b5f84855965c84aa8787fb4b6)
2007-10-10r21334: compare the original buffer and the validated one byte by byteStefan Metzmacher1-2/+30
and print out the first mismatch metze (This used to be commit 6ac574660a0656341d7a311738d20b328f31ff78)
2007-10-10r21333: fix POPT handling in ndrdumpStefan Metzmacher1-7/+23
make --validate, --dump-data work again metze (This used to be commit 654acc67344c097106b2f9859b5cbd973d95340f)
2007-10-10r21332: Fix bug in pidl that prevented value(0) from working. Bug reported ↵Jelmer Vernooij2-6/+27
by metze. (This used to be commit 8212a3b8e0d3d59264f659c3f657b165ececefeb)
2007-10-10r21331: add comment about how the cleartext password is storedStefan Metzmacher1-0/+7
metze (This used to be commit 2b7d7487510898dffc900bfcec88ed57c709858c)
2007-10-10r21330: move fetching of krb5 keys into its own functionStefan Metzmacher1-47/+66
metze (This used to be commit 0f1eb00b418eabef5881f94d8df2b4d61f1dc1ef)
2007-10-10r21329: complete support for parsing the supplementalCredentials valueStefan Metzmacher1-9/+30
the package specific data is present as hex string, we'll need to add parsers for each package later. metze (This used to be commit 6a725ae2610ba3d8f95782f90745593d436a4786)
2007-10-10r21328: Ok, now we can successfully modify the ldb and refresh the treeSimo Sorce2-31/+56
but ... - we have a problem with removeAll() in ldbmodify - we seem to not properly cactch errors, we always return a "success" alert even if the operation is not successful :( (This used to be commit 8ed568ae10e9068874c90058b9777658f1e58df5)
2007-10-10r21326: get rid of old qooxdoo version.Derrell Lipman2493-247923/+0
(This used to be commit 39a4803ad1046e2473bdc7b22321a5f61ae3a1ea)
2007-10-10r21325: delete children in reverse order since the array is manipulated ↵Derrell Lipman1-1/+1
during the recursive delete (This used to be commit 4ee68f55da5446ebd44173bd2f67056cd6502e1b)
2007-10-10r21323: add a start to parse the supplementalCredentials value,Stefan Metzmacher1-0/+25
it doesn't work yet but it's a start metze (This used to be commit 0417e12c84836c02e26f09c598ae5f2a7d5427b6)
2007-10-10r21321: - Allow pruning all of the children of a node without removing the nodeDerrell Lipman2-17/+24
itself. - By default, create only one meta column if only the tree is displayed. If additional columns are displayed, then put all of them in a separate meta column, and the tree in the first meta column by itself. (This used to be commit 6c86cd416b64e97071f6bbd2d63f33a950a28ec0)
2007-10-10r21317: this happens very often when you have multihomed nodesStefan Metzmacher1-1/+1
and isn't an error. metze (This used to be commit 6f5e084a7b9a80a3f86799f7e86a63aa0334fa2a)
2007-10-10r21316: if we got an unexpected nbt packet that most times meanStefan Metzmacher1-1/+1
we got a 2nd answer to a broadcast message and have already remove the packet id from out list while getting the first response metze (This used to be commit 8c26e04900da02bdf440f1d48b512e2550e89c34)
2007-10-10r21315: ldb now supports filters like ↵Stefan Metzmacher1-4/+30
(&(dn=%s)(&(objectClass=kerberosSecret)(privateKeytab=*))) again we can use such a filter:-) we should only update the keytab for records matching this filter, that means we need to do a search before calling cli_credentials_set_secrets() metze (This used to be commit 23adca4e3426360fe0685548ae2b808578f6ba75)
2007-10-10r21314: add more usefull debug outputStefan Metzmacher1-6/+6
metze (This used to be commit a246e4bbaaab6f98f50a3c28b47d2c541af7b44a)
2007-10-10r21311: fix very ugly "using free'ed memory" bugStefan Metzmacher1-1/+1
This was there since 2005... metze (This used to be commit 393e4eeb82df8017eb0afb526f4d723cf8814311)
2007-10-10r21307: make it possible to pass in NULL for domain or rid,Stefan Metzmacher1-4/+10
if someone isn't interessted in one of it metze (This used to be commit 1fdc71918a430c35af91fa7788e191d381f76d56)
2007-10-10r21306: fix the RPC-LSA tests the admin couldn't no longer get the ↵Stefan Metzmacher1-0/+1
'currentValue' attribute... this needs more works, but make it work again for now metze (This used to be commit 608d24f0016ff090b7de7fbd0bed85153bcc703d)
2007-10-10r21305: Change the skel module a little, so make it names clearer.Andrew Bartlett1-6/+7
Andrew Bartlett (This used to be commit 26758fc24ca0b28e1ed07cc20801175e94362d57)
2007-10-10r21304: - Get rid of the extra set of scroll bars in the tree. The tree ↵Derrell Lipman1-1/+1
never grows or needs scroll bars; rather, it's internal areas within the tree widget that provide the scroll bars. (The next version of TreeVirtual will prevent setting overflow to anything other than "hidden".) (This used to be commit 2dc07486405967dfa74fc6f4a6586fb9da8e5ed7)
2007-10-10r21303: As discussed on samba-technical: Change the static array for the ↵Volker Lendecke4-36/+96
in-memory mirrors of the hash chain locks to a dynamically allocated one. Jeremy, I count on you to revert it if the build farm freaks out, it's after midnight here :-) Volker (This used to be commit 7b5db2e472c7e27231fa432d3930789e708abd09)
2007-10-10r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij3-1/+17
(This used to be commit 74c47839536c9ccfa1240289d20df65d9d13839d)
2007-10-10r21301: - the history contains lm and nt historyStefan Metzmacher1-4/+4
- autoset the size values metze (This used to be commit 5e51845137a05b6c4ca6804feaced3b5251b455f)
2007-10-10r21300: let the caller decide if it wants rid decrypted hashes or notStefan Metzmacher5-3/+12
metze (This used to be commit 8711d01ffd080c43512b88b995daf2d6b7c06ba1)
2007-10-10r21299: Fix the build for those that don't have talloc.h installed.Jelmer Vernooij2-2/+2
(This used to be commit e782035251fd3d51a7a4221d107519fb1ba70ba7)
2007-10-10r21298: protect windows password attributes tooStefan Metzmacher1-0/+11
metze (This used to be commit 5c779b3767b47c140fc658fb9aed0ebfd5d956f0)
2007-10-10r21297: Remove the GTK+ tools and library from the main repository. They are ↵Jelmer Vernooij36-4559/+130
now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk This also adds some more headers to the list that is installed and a couple of extra #include lines so these headers can be used externally without problems. (This used to be commit 07652f65ce7a5b19130f1a27cbf0e1e5fae13454)
2007-10-10r21296: remove the session specific encryption from the attributesStefan Metzmacher2-1/+134
before storing them. metze (This used to be commit 7146e265a441eaa46c20361178be371eb6985371)
2007-10-10r21295: pass down the gensec session key to the store_chunk hookStefan Metzmacher2-3/+11
metze (This used to be commit 91de9591732aab822f2a44c4a6698edce48f723b)
2007-10-10r21294: this is useless, now that there's no operation in between...Stefan Metzmacher1-7/+0
metze (This used to be commit 838d307e6ca0740bc330a5ebc46b95f3181a5c14)
2007-10-10r21293: store the gensec session key for each drsuapi connectionStefan Metzmacher1-0/+14
metze (This used to be commit d399739820650bcbe486956374af84c436d3ec16)
2007-10-10r21292: add become_dc:print = yes option to dump out the drsuapi trafficStefan Metzmacher1-3/+74
metze (This used to be commit 5065a9b5ffe4dc9a77f4e5955dc0d8d86feb8c5e)
2007-10-10r21291: add two more error codesStefan Metzmacher2-1/+5
metze (This used to be commit dd04c5dec58b18048ca5029f7bfe513242cbe4e9)
2007-10-10r21287: Improve user feedback. Cursor now changes to stopwatch during RPC ↵Derrell Lipman3-2/+41
and module loading. (This used to be commit a6fc47eff3aa87b1dfe4eaf25719b51b24c88425)
2007-10-10r21286: Tree column now resizes wiith splitter adjustment, but scrollbars ↵Derrell Lipman4-18/+24
don't yet update properly (This used to be commit a66b64026a5d80a1e16b2fc9665143512975a53e)
2007-10-10r21285: - Add the new ResizeTableColumnModel and make use of it in ↵Derrell Lipman7-31/+1131
TreeVirtual. This allows the Ldb Browser tree to properly size itself upon initially appearing and upon window resizes. There are still a few problems with it that I need to resolve, including an occasional set of double scrollbars, and making it resize the tree column when the splitter is resized. (This used to be commit c3c93ad36a9e850865aa8b09e319a77441243b01)
2007-10-10r21282: we only need one for loop...Stefan Metzmacher1-7/+5
metze (This used to be commit 181b3a031f9683ea5e9aa2c96f121639561c6830)
2007-10-10r21281: move constinancy checks to the beginning of the functionStefan Metzmacher1-8/+8
metze (This used to be commit f2af44d20484e57495ab0ebd5aab993e4af43fd4)
2007-10-10r21276: Actually fire off multiple parallel read/write requests.Volker Lendecke1-17/+57
Volker (This used to be commit 1d7bcdb33ef19be7bf64356b9cb8eee9658afe09)
2007-10-10r21275: Reformat the bench-readwrite test a bitVolker Lendecke1-89/+117
(This used to be commit d2d44bf6779c6ac46b011d7e3b372c28c6f8a4f9)
2007-10-10r21272: in the history fields each hash is rid crypted on its ownStefan Metzmacher1-46/+16
metze (This used to be commit 922cfacde4dcf27829040e12c7fae083bd5b44c2)