Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r26205: Pass loadparm_context to secrets_db_connect() rather than using ↵ | Jelmer Vernooij | 7 | -13/+17 | |
global context. (This used to be commit 5718b6cfee86ddfc9cf405c98c68ba848df4d9d7) | |||||
2007-12-21 | r26204: Binsings for some more functions. | Jelmer Vernooij | 2 | -0/+12 | |
(This used to be commit ab6be3086f7ad8c22e6f4805bccad5a04c0325f2) | |||||
2007-12-21 | r26203: Avoid using ldb_wrap for secrets database. | Jelmer Vernooij | 3 | -4/+11 | |
(This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2) | |||||
2007-12-21 | r26202: Fix dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ecdec9421de8df6c3cda7e4c45f9b3f51bc1e584) | |||||
2007-12-21 | r26201: Build docs for the security module. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 31073a9e4ecaee08b3e27631db620957df8adde6) | |||||
2007-12-21 | r26200: Bring back some accidently removed files. | Jelmer Vernooij | 3 | -0/+456 | |
(This used to be commit a71e40ab5dc7f0a5f6d2d1eb930f378cd143b186) | |||||
2007-12-21 | r26199: Allow constructing new sids, implement __eq__ for sids. | Jelmer Vernooij | 2 | -3/+18 | |
(This used to be commit 87472e35c04fdf0c61c9133bab3c05bda11eba00) | |||||
2007-12-21 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 14 | -530/+197 | |
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) | |||||
2007-12-21 | r26196: Always build python bindings for ldb. | Jelmer Vernooij | 3 | -7/+8 | |
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31) | |||||
2007-12-21 | r26195: Wrap two more functions. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit f7312cbb76d9e237350bc54d97bc06760938e6e3) | |||||
2007-12-21 | r26194: Wrap the events subsystem in a separate file. | Jelmer Vernooij | 6 | -22/+49 | |
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a) | |||||
2007-12-21 | r26193: In the LDAP server, use the new 'controls_decoded' element to | Andrew Bartlett | 1 | -0/+12 | |
determine if this (possibly critical) control has been decoded. This allows us to return an error, rather than just dropping the socket. Andrew Bartlett (This used to be commit 230a60c1910f95ce5139c174d6d79786fca08433) | |||||
2007-12-21 | r26192: Handle, test and implement the style of extended_dn requiest that ↵ | Andrew Bartlett | 7 | -38/+136 | |
MMC uses. It appears that the control value is optional, implying type 0 responses. Failing to parse this was causing LDAP disconnects with 'unavailable critical extension'. Andrew Bartlett (This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92) | |||||
2007-12-21 | r26191: Import custom test runner for subunit, rather than using trial, ↵ | Jelmer Vernooij | 3 | -7/+418 | |
which is part of twisted. (This used to be commit b0f808345f948c49ad46f34ba306ca8354393850) | |||||
2007-12-21 | r26190: Allow successful as well as success. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit d5dd11d1f5837c1aa929e8168d5d51a470277b88) | |||||
2007-12-21 | r26189: Add really trivial testsuite for the auth module. | Jelmer Vernooij | 6 | -2/+41 | |
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22) | |||||
2007-12-21 | r26188: Now that swig output is pregenerated, allow building python code ↵ | Jelmer Vernooij | 1 | -1/+1 | |
without swig installed. (This used to be commit f97f82adbd2663cadcfc5522c809ce2e659fb42c) | |||||
2007-12-21 | r26187: Fix module name, indentation. | Jelmer Vernooij | 2 | -1/+3 | |
(This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc) | |||||
2007-12-21 | r26186: Generate SWIG files as part of autogen.sh | Jelmer Vernooij | 3 | -4/+14 | |
(This used to be commit 4429f8b87e057787df0748f93c842c9a634dada5) | |||||
2007-12-21 | r26185: No need to depend on ldap, shared lib already has that info. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 522d6591d769e5743262386a90f3f4cd5476b959) | |||||
2007-12-21 | r26184: Streams are tricky.... | Volker Lendecke | 1 | -2/+245 | |
(This used to be commit f8c4a5ccc6ac9170074975e0ea92a6efdba064d4) | |||||
2007-12-21 | r26183: The idea of a self-seeding secrets.ldb is nice, but in practice we do | Andrew Bartlett | 1 | -11/+0 | |
this with the provision, which sets up a very different database. Removing this ensures we are consistant. Andrew Bartlett (This used to be commit 6d4d20ebaf5ae5c9e2629cd58c0dc5d699aad450) | |||||
2007-12-21 | r26182: Extend our linked attribute testsuite to cover many more possible | Andrew Bartlett | 2 | -84/+347 | |
modifications, and then extend our implementation to match. Andrew Bartlett (This used to be commit 65d17f0ad7ead438333abcccb0bd56b038ffb88e) | |||||
2007-12-21 | r26181: Set version to 1.1.1, as 1.1.0 has already been released. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 19e351600051ce288ebe4109c5e408c418fafc73) | |||||
2007-12-21 | r26180: Allow prebuilding swig output files. | Jelmer Vernooij | 3 | -3/+10 | |
(This used to be commit 52106ad04edc3e80e3e3feb8d4b2d4e9e945cbbb) | |||||
2007-12-21 | r26179: Fix symlink. | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit b25d0201da5c02bba3046caa539b3ecb72d3a635) | |||||
2007-12-21 | r26178: Link against -ldl as well to prevent undefined symbols. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 7bb479f81607b9d4a7a6df267b2ed7a394bd68d1) | |||||
2007-12-21 | r26177: Allow prebuilding swig wrapper, install ldb.py. | Jelmer Vernooij | 3 | -4/+10 | |
(This used to be commit e61160dce4bdfc8ade8494c91c8bbec13d0afe4b) | |||||
2007-12-21 | r26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo(). | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit c9b22a7d2695b4ee51fe8a7df70ff0f6e293b96e) | |||||
2007-12-21 | r26172: Skip testing wkssvc against us, we only have dummy support anyway. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 24c837937caa673718df75724e7db5f1542da7fc) | |||||
2007-12-21 | r26171: Add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 556d00d6a26f70d03a8c1b1bdea752f525a611e1) | |||||
2007-12-21 | r26170: Put test_NetrUseGetInfo() in the correct order of tests. | Günther Deschner | 1 | -5/+8 | |
Guenther (This used to be commit 239749d81150c522e39612c53b9df880cb68209b) | |||||
2007-12-21 | r26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer. | Günther Deschner | 1 | -3/+5 | |
Guenther (This used to be commit 78d18c996a0bd642208235ee1d2c81b2c47270e3) | |||||
2007-12-21 | r26168: Add two more documented WKSSVC_JOIN_FLAGS. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit e06726106100ee1cb6bd122b1b584e0036abcac7) | |||||
2007-12-21 | r26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo ↵ | Günther Deschner | 1 | -0/+124 | |
info level uint32s. Guenther (This used to be commit b2fb5a2af527b41ba832d4ded1f9a61130d739e6) | |||||
2007-12-21 | r26166: Put [ref] in the front in wkssvc IDL. | Günther Deschner | 1 | -12/+12 | |
Guenther (This used to be commit af0dc3890991c9858fbd6afa826368fb176e7bd2) | |||||
2007-12-21 | r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and | Günther Deschner | 3 | -8/+77 | |
wkssvc_NetrGetJoinableOus2() (both unavailable remotely). Guenther (This used to be commit 256d0a15f50b38aec9505e6431d05c6f715df971) | |||||
2007-12-21 | r26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain(). | Günther Deschner | 2 | -8/+20 | |
Guenther (This used to be commit a4e6ec8e5e49775575524915cfbb1d2cc74c54d3) | |||||
2007-12-21 | r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation(). | Günther Deschner | 3 | -4/+40 | |
Guenther (This used to be commit 234b380669a146cfe4a8a28d66c4efafcae93446) | |||||
2007-12-21 | r26162: Remove accidental commit. | Günther Deschner | 1 | -2/+0 | |
Guenther (This used to be commit 78ea5664850139f8faac5abdbb4a4d52ad4a6b8a) | |||||
2007-12-21 | r26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and | Günther Deschner | 1 | -0/+120 | |
wkssvc_NetrRenameMachineInDomain2(). Guenther (This used to be commit e105fb59b1d020713ebafac1db544e6c848ff15a) | |||||
2007-12-21 | r26160: Add WERR_NAME_NOT_FOUND. | Günther Deschner | 2 | -0/+2 | |
Guenther (This used to be commit 66be960c67787ed7355775e619f3973543a4fef8) | |||||
2007-12-21 | r26159: Align to coding conventions. | Günther Deschner | 1 | -26/+26 | |
Guenther (This used to be commit f8b93be6d8c28168fbf5f6ab0d34c7e74ccdc61c) | |||||
2007-12-21 | r26158: Add IDL for wkssvc_NetrRenameMachineInDomain(). | Günther Deschner | 2 | -12/+18 | |
Guenther (This used to be commit 78715ded0ac8b123492168308c37f46d1fe85295) | |||||
2007-12-21 | r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername(). | Günther Deschner | 3 | -5/+111 | |
Guenther (This used to be commit 1c50b9754e2745525e7c7cd577dba7e8744e6bd4) | |||||
2007-12-21 | r26156: Choose a more speaking message in test_NetrMessageBufferSend(). | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit f7f474c6c77c2235685f44fa4e663c8173010949) | |||||
2007-12-21 | r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend(). | Günther Deschner | 3 | -5/+43 | |
Guenther (This used to be commit 9de2f59d2b82b789c99fb82965b37b305c43b8fc) | |||||
2007-12-21 | r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A ↵ | Günther Deschner | 3 | -5/+81 | |
lot of unknowns, I know... Guenther (This used to be commit de2c5d702ef6b14cb8ddf926f4c7e417ea9ebd5a) | |||||
2007-12-21 | r26153: Add torture test for NetrAddAlternateComputerName() and | Günther Deschner | 2 | -6/+109 | |
NetrRemoveAlternateComputerName(). Guenther (This used to be commit 77f0b962d6e4eaade039604ad224d802c2302435) | |||||
2007-12-21 | r26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames(). | Günther Deschner | 3 | -6/+78 | |
Guenther (This used to be commit ea478168676e00a602f8181b408c4886b35d2fd3) |