summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r9727: A simplier test I can aim at passing when I get the cracknames code done.Andrew Bartlett2007-10-102-0/+38
| | | | | Andrew Bartlett (This used to be commit b1b0e26e537677793a92af02464ff1e83fce9610)
* r9725: Fix full output mode of samba3dump as well. Thanks to tridge forJelmer Vernooij2007-10-102-20/+40
| | | | | a bit for explanation about js. (This used to be commit 765a30a0493cbd150f53335c6648e8e56ef6dc23)
* r9724: Rewrite samba3dump in JS. The summary works now, but the full outputJelmer Vernooij2007-10-103-234/+411
| | | | | is triggering some obscure EJS assert.. (This used to be commit 42605f4444998e3063ffd1bea17425ff825f6132)
* r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij2007-10-106-2/+489
| | | | (This used to be commit 7e3b94dfb9c421793dab7813b96ca63da4b33960)
* r9718: Work a bit on the SWAT interfaceJelmer Vernooij2007-10-105-61/+72
| | | | (This used to be commit b1844905d2c1ca26aef0ccba799ff16383348fc1)
* r9712: Bunch of small fixesJelmer Vernooij2007-10-108-48/+201
| | | | | Write out basic sam.ldif (This used to be commit 67593bef7f0f8dc2258b2fe9c06779f0025d240e)
* r9707: r11080@blu: tridge | 2005-08-28 12:41:12 +1000Andrew Tridgell2007-10-101-1/+26
| | | | | make sure we leave the account enabled after creating a new user (This used to be commit a22d0d02eed8b960f5fde4211b0d2967c500f4a4)
* r9706: r11042@blu: tridge | 2005-08-28 12:40:09 +1000Andrew Tridgell2007-10-101-4/+0
| | | | | a NULL expression is valid in a ldb search (This used to be commit a8748cab865c765f844336087a386c01e60add62)
* r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000Andrew Tridgell2007-10-104-0/+4
| | | | | set the backend_name on socket_accept() too (This used to be commit 10ac2732881ac73dd9cb8162beb1efd741bfe3d2)
* r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell2007-10-105-5/+17
| | | | | don't try to call the name resolver on non-ipv4 names! (This used to be commit 4bb3d36fe6705bc625fe4122500f681ab7f2dc53)
* r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000Andrew Tridgell2007-10-101-0/+4
| | | | | added a comment about event_context_find() (This used to be commit 9c230082215dd1f7f19f6b797e7f0c60a9e933fd)
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-1015-19/+67
| | | | | | | | | | | | - fixed ncacn_ip_tcp to use the generic async name resolution methods, so NBT names now work (as requested several times by abartlet!) - changed resolve_name() to take an event_context, so it doesn't cause the whole process to block - cleaned up the talloc_find_parent_bytype() calls to go via a cleaner event_context_find() call (This used to be commit b3d491b210a8b889a25efcb273e70fefbd01b7f7)
* r9701: Provide correct parameters.Andrew Bartlett2007-10-101-3/+3
| | | | | Andrew Bartlett (This used to be commit 1cd62944f1387a3922e01dbee9bcf28f96f131ad)
* r9700: Change DATA_BLOB in ejs back to struct datablobJelmer Vernooij2007-10-104-9/+41
| | | | | Support writing idmap mappings to winbind.ldif (This used to be commit 3709def35303f1afed0f344628fe2c89250ee087)
* r9699: Add as much attributes the current Samba4 SAM has to the mapping ↵Jelmer Vernooij2007-10-101-5/+402
| | | | | | table (ignoring most of them, currently..) (This used to be commit 5100ae211c380024baa67b1f643c7294a29c1713)
* r9698: Fix a bit of memory managementJelmer Vernooij2007-10-106-212/+357
| | | | | | More minor bugfixes Support mapping objectclasses and do mapping on 'dn' field as well (not just msg->dn) (This used to be commit b7b079167d5c6616f7c5c4afb7dd80c15707cfd9)
* r9696: Update prototypes for new name of short parsing function.Andrew Bartlett2007-10-101-4/+11
| | | | | Andrew Bartlett (This used to be commit cc35cd5ee2abbd6be01dc1ea66eca0bd48a6f636)
* r9693: Move the smb_krb5_context setup code to use the new pattern ofAndrew Bartlett2007-10-101-5/+7
| | | | | | | tmp_ctx, then steal at the last moment, on success. andrew Bartlett (This used to be commit c7a44518ad9acaf5708169e07aa03eae52262773)
* r9690: Extend test + fix several bugsJelmer Vernooij2007-10-103-11/+47
| | | | (This used to be commit 0cff0e03fca0ddccaff3b463aadba63d29e061a9)
* r9689: valgrind-clean now. Editing works now mostly, you just lose half of yourJelmer Vernooij2007-10-102-59/+141
| | | | | database every time you do it... (This used to be commit 40ea2af427911d9a3e65ca9ebed438e9a0a83af8)
* r9686: Another round of bugfixes. Works somewhat now, when running under ↵Jelmer Vernooij2007-10-102-12/+102
| | | | | | valgrind ;-) (This used to be commit 786379064f0ed779b965330fb3b74deaca75ce99)
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-109-146/+242
| | | | | | | Fix a couple of bugs Move samba3sam backend to lib/ldb/ Remove some more unused parameters (This used to be commit 7f864d446d6af7cfd9fb8dbc496a29b36ec57ce9)
* r9684: Remove unused parameters (about 70)Jelmer Vernooij2007-10-102-476/+9
| | | | (This used to be commit 4a51a31571d12078e3c2c78641c0c844fc26925d)
* r9683: OK that last fix was too good to be true. (-:Tim Potter2007-10-101-1/+1
| | | | (This used to be commit b33774b693f9866295fc11758c826ff150bfb02d)
* r9682: Jelmer, I think this fixes another case where the parser generator wasTim Potter2007-10-101-1/+1
| | | | | producing duplicate function definitions. Can you check this out? (This used to be commit e9bb695e74c98ea1f2647dacc7c9c4b8ad37bd72)
* r9681: We don't need the full smb_krb5_context here, so just pass the ↵Andrew Bartlett2007-10-105-11/+11
| | | | | | | krb5_context. Andrew Bartlett (This used to be commit 47699019dbb7aa48e7acd6bf8364e40917db8410)
* r9680: Update Heimdal to current lorikeet-heimdal (which was itself updatedAndrew Bartlett2007-10-1025-332/+790
| | | | | | | to Heimdal CVS as of 2005-08-27). Andrew Bartlett (This used to be commit 913924a4997f5e14c503f87510cbd8e4bfd965a9)
* r9678: Remove unused variables.Andrew Bartlett2007-10-101-4/+0
| | | | | Andrew Bartlett (This used to be commit 50e6229c7a13be9b5d10c954f9b895993cefe2b6)
* r9677: Don't generate duplicate function names when processing structure ↵Tim Potter2007-10-101-3/+3
| | | | | | | elements that are bitmaps or enums. (This used to be commit 1b0e65359cc9caee56a63690af142e8599ea6926)
* r9672: Fix build for compilers that don't like undefined-length arrays at ↵Jelmer Vernooij2007-10-104-152/+130
| | | | | | the end of structs... (This used to be commit c2211df586337ff68bb805801959147065040c01)
* r9671: patch from Kai Blin fixing a bug in our base64 encoderAndrew Tridgell2007-10-101-3/+4
| | | | (This used to be commit efa143cb3b4815fed7b037e05d591eadb828536b)
* r9654: introduce the samdb_search_dn callSimo Sorce2007-10-105-33/+40
| | | | (This used to be commit 333ebb40d55c60465564b894d5028b364e99ee00)
* r9649: missed a spot .....Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit d3b5d006717c24660244c6475ffc73cb0b56d021)
* r9648: this fixes the krb5 based login with the pac. The key to this whole ↵Andrew Tridgell2007-10-105-10/+23
| | | | | | | | | | | | saga was that the logon_time field in the pac must match the authtime field in the ticket we gave the client in the AS-REP (and thus also the authtime field in the ticket we get back in the TGS-REQ). Many thanks to Andrew Bartlett for his patience in showing me the basic ropes of all this code! This was a joint effort. (This used to be commit 7bee374b3ffcdb0424a83f909fe5ad504ea3882e)
* r9647: saved_pac is binary data, so prevent any possible portability ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | problems with signed chars (This used to be commit 4b3e3a9633bf7ce57f537b9897c0e9c613a99f7a)
* r9646: fixed error messageAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 804f2485d059d60c4a41b6094c4cf568e6989397)
* r9645: fixed the ejs GetOptions() call to look at the first option passed ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | (this is what broke --help) (This used to be commit 88a7e9e00f3714f89067ef97dfca46bc0688222e)
* r9644: add LOCAL-PAC to the list of 'make test' testsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 13185f468f7f2a6773e58c14480f19c038dfd797)
* r9643: fixed samsync code for the new dn explode semanticsAndrew Tridgell2007-10-101-17/+15
| | | | (This used to be commit 96298af202f994c3d5d0c7f5dacd1197a740f766)
* r9638: add error code that you get when you call DsGetNCChanges() with a ↵Stefan Metzmacher2007-10-102-0/+2
| | | | | | | | | tmp_highest_usn which is higher than the real highest of the source dsa metze (This used to be commit e4424d2a6dc7a783e8b3af4a164f8dc801130e44)
* r9625: Get rid of "duplicate const" warning.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 0ec755cfa0499bf1f271584db3c028d87973f1af)
* r9624: Support writing wins.ldifJelmer Vernooij2007-10-101-3/+24
| | | | (This used to be commit b0595d238bbcc4a3927914d1fd6032e9293da5cc)
* r9623: samba3dump now generates LDIF for the registry hives from registry.tdbJelmer Vernooij2007-10-107-58/+273
| | | | | couple of other small fixes (This used to be commit 06bc5d8e0950dd85b6f26a1355fa0a2ae178d30f)
* r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)Jelmer Vernooij2007-10-1010-80/+193
| | | | (This used to be commit dc6aab8d4a6d0fe47756c90d3d311b6009d571ff)
* r9616: Finish ldb_map module (still needs a lot of testing though...)Jelmer Vernooij2007-10-103-95/+650
| | | | | Add initial mapping table for ldb_samba3. Contains most attributes. (This used to be commit b73441b04d048919e95ee7f7bcae330c4dafefe7)
* r9612: Don't generate handoff code for idl files that don't implement a pipeTim Potter2007-10-101-8/+11
| | | | | (e.g security.idl) (This used to be commit 178d040dbb07f53c29e945a2109bb3c8f355e3d3)
* r9611: Reset global variables (hf and ett lists) for each parser run. ThisTim Potter2007-10-101-6/+4
| | | | | | | | avoids building up buckets of unecessary definitions from other parsers. Get rid of warning and FIXME for unknown data types. This is handled by the interface depends list and including the appropriate header files. (This used to be commit eb5e3b031cd18fb1f83d9ccbb21e5148c8c1cdd0)
* r9608: don't validate the hard-coded sid for an external pac fileAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 7e6957b906be760e7eb7e6ab6dbc86efeb0c42d2)
* r9603: allow the LOCAL-PAC test to use keys and pac data from the command lineAndrew Tridgell2007-10-101-10/+31
| | | | | | | For example: bin/smbtorture //xx/y LOCAL-PAC --option 'torture:pac_file=x.dat' --option 'torture:pac_kdc_key=B286757148AF7FD252C53603A150B7E7' --option 'torture:pac_member_key=D217FAEAE5E6B5F95CCC94077AB8A5FC' (This used to be commit e0978ead23c493a802ce69ed7be871b2a9a54498)
* r9602: Add support for reading share_info.tdb and smb.conf.Jelmer Vernooij2007-10-108-179/+411
| | | | | Add userdata argument to function pointers for pm_process() (This used to be commit 84b2fb34675fa557173621433838c5a7ec0f1283)